<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/8687" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-12-07T17:01:08-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/8687</id>

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-07T17:01:08-04:00</updated>

		<published>2004-12-07T17:01:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43643#p43643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43643#p43643"/>
		<title type="html"><![CDATA[View posts since last visit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43643#p43643"><![CDATA[
With every forum upgrade usually all the mods get overwritten and then you have to run around (like a headless chook in my case) and spend valuable time re-editing everything to get it back the way you had it set.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Dec 07, 2004 5:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2004-12-07T14:05:47-04:00</updated>

		<published>2004-12-07T14:05:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43635#p43635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43635#p43635"/>
		<title type="html"><![CDATA[View posts since last visit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43635#p43635"><![CDATA[
I'm sure it has merit but I try to avoid installing everyone's favourite mod or theme. The more mods and themes there are, the more complicated forum maintenance becomes, with patch upgrades often failing, and having to check whether updates are available for each mod/theme. There are about ten installed at the moment, which is near my limit for long-term sustainability <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Tue Dec 07, 2004 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[PLUGGER]]></name></author>
		<updated>2004-11-29T14:36:56-04:00</updated>

		<published>2004-11-29T14:36:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43267#p43267</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43267#p43267"/>
		<title type="html"><![CDATA[View posts since last visit]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43267#p43267"><![CDATA[
hey slennox, would you consider this little hack, all it does is show exactly how many posts there have been since last visit. i thin its a must for every forum, and comes in very handy...<br><div class="codebox"><p>Code: </p><pre><code>########################################################################################## ## MOD Title: Number of Posts Since Last Visit## MOD Author: mitsubishi &lt;mitsubishiuk@aol.com&gt; (Adam Ismay) http://www.boardz.tk/## MOD Description: This MOD will add the number of new posts after the link on ##                  index page to view new posts.## MOD Version: 1.0.0## ## Installation Level:  Easy## Installation Time:   ~1 Minutes ## Files To Edit:       index.php## Included Files:      none ############################################################################################ For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the## latest version of this MOD. Downloading this MOD from other sites could cause malicious## code to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not## offered in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/############################################################################################ Authors Note:#### The number in brackets is posts. When you click it and search,## the results are given as topics.############################################################################################## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD############################################################################################-----[ OPEN ]-------------------------------------#index.php##-----[ FIND ]-------------------------------------#// // End session management // ##-----[ AFTER, ADD ]-------------------------------------#if( $userdata['session_logged_in'] ) { $sql = "SELECT COUNT(post_id) as total FROM " . POSTS_TABLE . " WHERE post_time &gt;= " . $userdata['user_lastvisit']; $result = $db-&gt;sql_query($sql); if( $result ) { $row = $db-&gt;sql_fetchrow($result); $lang['Search_new'] = $lang['Search_new'] . " (" . $row['total'] . ")"; } } # #-----[ SAVE ALL FILES ]------------------------------------------ # # EoM </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2277">PLUGGER</a> — Mon Nov 29, 2004 2:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
