<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Easy Admin modification"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "Easy Admin modification"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Easy Admin modification</title>
				<description><![CDATA[ G'day there,<br /> <br /> There is one thing about the Easy Admin section of Advanced Guestbook Administration that has always frustrated me. You have to scroll back up the web page to use the navigation bar to move on to the top, next and/or previous page.<br /> <br /> Finally I did something about it.<br /> <br /> Open admin/panel_easy.php<br /> <br /> Look for:<br /> [code]<br />   &lt;/table&gt;<br /> <br />   &lt;/form&gt;<br /> [/code]<br /> at the very bottom of the file.<br /> <br /> Replace those lines so that you now have:<br /> [code]<br />   &lt;/table&gt;<br /> <br />   &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; align=&quot;center&quot; bgcolor=&quot;#000000&quot;&gt;<br />     &lt;tr&gt;<br />       &lt;td&gt;<br />         &amp;nbsp;<br />       &lt;/td&gt;<br />       &lt;td align=&quot;right&quot;&gt;&amp;nbsp;<br /> &lt;?php<br /> echo &quot;&lt;a href=\&quot;$this-&gt;SELF?action=show&amp;amp;tbl=$tbl&amp;amp;entry=0&amp;amp;session=$this-&gt;session&amp;amp;uid=$this-&gt;uid\&quot;&gt;&lt;font color=\&quot;#FFFF00\&quot; size=\&quot;2\&quot;&gt;&lt;b&gt;Goto Top&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;\n&quot;;<br /> if &#40;$prev_page &gt;= 0&#41; &#123;<br />  echo &quot;  &amp;nbsp;&amp;nbsp;&lt;a href=\&quot;$this-&gt;SELF?action=show&amp;amp;tbl=$tbl&amp;amp;entry=$prev_page&amp;amp;session=$this-&gt;session&amp;amp;uid=$this-&gt;uid\&quot;&gt;&lt;font color=\&quot;#FFFF00\&quot; size=\&quot;2\&quot;&gt;&lt;b&gt;Previous Page&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;\n&quot;;<br /> &#125;<br /> if &#40;$next_page &lt; $total&#41; &#123;<br />  echo &quot;  &amp;nbsp;&amp;nbsp;&lt;a href=\&quot;$this-&gt;SELF?action=show&amp;amp;tbl=$tbl&amp;amp;entry=$next_page&amp;amp;session=$this-&gt;session&amp;amp;uid=$this-&gt;uid\&quot;&gt;&lt;font color=\&quot;#FFFF00\&quot; size=\&quot;2\&quot;&gt;&lt;b&gt;Next Page&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;\n&quot;;<br /> &#125;<br /> <br /> ?&gt; &lt;/td&gt;<br />    &lt;/tr&gt;<br />   &lt;/table&gt;<br /> <br />   &lt;/form&gt;<br /> [/code]<br /> <br /> Save the changes and give it a try.<br /> <br /> You should now have a new navigation bar at the bottom of your list of guestbook entries.<br /> <br /> Note:  I deliberately decided not to repeat the "Jump to record" element of the navigation bar, as I find I rarely use it. But it would be easy to do that also by just repeating the appropriate code, should you wish to do so.<br /> <br /> Best Regards, Lloyd.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4235/14108.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4235/14108.php</link>
				<pubDate><![CDATA[Mon, 7 Feb 2005 01:06:16]]> GMT</pubDate>
				<author><![CDATA[ lloyd_borrett]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Lazy bleeder <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4235/14113.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4235/14113.php</link>
				<pubDate><![CDATA[Mon, 7 Feb 2005 09:47:47]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you, Lloyd.  Appreciate your passing on your tweaks for the rest of us.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4235/14122.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4235/14122.php</link>
				<pubDate><![CDATA[Mon, 7 Feb 2005 20:26:29]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
	</channel>
</rss>