<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>vBulletin Modification Discussions</title>
		<link>http://vbmodder.com/forums</link>
		<description><![CDATA[Modifications, add-on's, mods, hacks, tutorials, and discussions for the popular PHP & MySQL based vBulletin Forum Software. vBulletin Modder is a free community of vBulletin Webmasters helping each other to improve their sites.]]></description>
		<language>en</language>
		<lastBuildDate>Thu, 15 May 2008 03:07:29 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://vbmodder.com/forums/tangerine/misc/rss.jpg</url>
			<title>vBulletin Modification Discussions</title>
			<link>http://vbmodder.com/forums</link>
		</image>
		<item>
			<title>Security token.</title>
			<link>http://vbmodder.com/forums/f13/security-token-1947.html</link>
			<pubDate>Tue, 13 May 2008 04:41:44 GMT</pubDate>
			<description><![CDATA[Looking for help with security token error.

I currently have itsid's hide hack installed on my forum and am running into this issue when I attempt to reveal the content through a quickreply. It's supposed to use ajax to reveal it, but instead it reveals this error message.

I've tried following the guide over at vb.org, but I am far from understanding what I need to do.

Any help with this would be greatly appreciated, as it is the most important hack on my forum and it has been abandoned by the author.]]></description>
			<content:encoded><![CDATA[<div>Looking for help with security token error.<br />
<br />
I currently have itsid's hide hack installed on my forum and am running into this issue when I attempt to reveal the content through a quickreply. It's supposed to use ajax to reveal it, but instead it reveals this error message.<br />
<br />
I've tried following the guide over at vBulletin.org, but I am far from understanding what I need to do.<br />
<br />
Any help with this would be greatly appreciated, as it is the most important hack on my forum and it has been abandoned by the author.</div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f13/">General Chat</category>
			<dc:creator>dcuellar</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f13/security-token-1947.html</guid>
		</item>
		<item>
			<title>Problem whit tables</title>
			<link>http://vbmodder.com/forums/f28/problem-whit-tables-1945.html</link>
			<pubDate>Sat, 10 May 2008 21:54:38 GMT</pubDate>
			<description><![CDATA[I need help to fix this problem...

Attachment 270 (http://vbmodder.com/forums/attachments/f28/270-howto-fix2.jpg)

i change some parts of code :
(forumhome_forumbit_level1_nopost) 

Code:
---------
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
		</td>
	</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">


<tr align="center">
	  <td width="1" class="thead">&nbsp;</td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead">$vbphrase[last_post]</td>
           <td class="thead" >$vbphrase[threads]</td>
	  <td class="thead" >$vbphrase[posts]</td>
           <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>

$childforumbits
</tbody>
</if>
</table>
---------
and
this in (FORUMHOME) 

Code:
---------
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	<!-- no cache headers -->
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="-1" />
	<meta http-equiv="Cache-Control" content="no-cache" />
	<!-- end no cache headers -->
	$headinclude
	<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar

<!-- main -->
<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
	<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
		<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
	</td>
</tr>
</table>
<br />
<!-- / guest welcome message -->
</if>


$forumbits


<div class="tborder" style="padding: $stylevar[cellspacing]px;">
<div class="tfoot smallfont" style="text-align: center; font-weight: bold; padding: $stylevar[cellpadding]px;">
	<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
	<if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
	<a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
</div></div>
$forumhome_markread_script
<!-- /main -->


<br />
$ad_location[ad_forumhome_afterforums]
<br />

<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
	</tr>
</thead>
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
			<a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
	<tr>
		<td class="alt2"><a href="online.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
		<td class="alt1" width="100%">
			<div class="smallfont">
				<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
				<div>$activeusers</div>
			</div>
		</td>
	</tr>
</tbody>
<!-- end logged-in users -->
</if>
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
			<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
	<tr>
		<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
		<td class="alt1" width="100%">
		<div class="smallfont">
			<div>
				$vbphrase[threads]: $totalthreads,
				$vbphrase[posts]: $totalposts,
				$vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
					<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
				</if>
			</div>
			<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
		</div>
		</td>
	</tr>
</tbody>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
			$vbphrase[todays_birthdays]
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
	<tr>
		<td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
		<td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
	</tr>
</tbody>
<!-- end today's birthdays -->
</if>
<if condition="$show['upcomingevents']">
<tbody>
	<tr>
		<td class="thead" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
			<if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
	<tr>
		<td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
		<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
	</tr>
</tbody>
</if>
</table>
<br />
<!-- end what's going on box -->

<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
	<td>
		<table cellpadding="2" cellspacing="0" border="0">
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
		    <td class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
		    <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
		    <td class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
		    <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
		    <td class="smallfont">&nbsp;</td>
		</tr>
		<if condition="$vboptions['showlocks']">		</if>
		</table>
	</td>
	<if condition="!$show['guest']">
		<!-- member logout -->
		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	</if>
</tr>
</table>
<!-- / icons and login code -->

$footer
<br /><div style="z-index:3" class="smallfont" align="center"><a href="http://vbmodder.com/forums/archive/f-13.html">1</a> <a href="http://vbmodder.com/forums/archive/f-21.html">2</a> <a href="http://vbmodder.com/forums/archive/f-24.html">3</a> <a href="http://vbmodder.com/forums/archive/f-26.html">4</a> <a href="http://vbmodder.com/forums/archive/f-28.html">5</a> <a href="http://vbmodder.com/forums/archive/f-30.html">6</a> <a href="http://vbmodder.com/forums/archive/f-19.html">7</a> <a href="http://vbmodder.com/forums/archive/f-32.html">8</a> <a href="http://vbmodder.com/forums/archive/f-33.html">9</a> <a href="http://vbmodder.com/forums/archive/f-34.html">10</a> <a href="http://vbmodder.com/forums/archive/f-31.html">11</a> <a href="http://vbmodder.com/forums/archive/f-41.html">12</a> <a href="http://vbmodder.com/forums/archive/f-43.html">13</a> <a href="http://vbmodder.com/forums/archive/f-42.html">14</a> <a href="http://vbmodder.com/forums/archive/f-37.html">15</a> <a href="http://vbmodder.com/forums/archive/f-47.html">16</a> <a href="http://vbmodder.com/forums/archive/f-48.html">17</a> <a href="http://vbmodder.com/forums/archive/f-49.html">18</a> <a href="http://vbmodder.com/forums/archive/f-3.html">19</a> <a href="http://vbmodder.com/forums/archive/f-27.html">20</a> <a href="http://vbmodder.com/forums/archive/f-35.html">21</a> <a href="http://vbmodder.com/forums/archive/f-2.html">22</a> <a href="http://vbmodder.com/forums/archive/f-39.html">23</a> <a href="http://vbmodder.com/forums/archive/f-22.html">24</a> <a href="http://vbmodder.com/forums/archive/f-17.html">25</a> </div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'><\/script>" );
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-323504-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<br /><div style="z-index:3" class="smallfont" align="center"><a href="http://vbmodder.com/forums/archive/f-13.html">1</a> <a href="http://vbmodder.com/forums/archive/f-21.html">2</a> <a href="http://vbmodder.com/forums/archive/f-24.html">3</a> <a href="http://vbmodder.com/forums/archive/f-26.html">4</a> <a href="http://vbmodder.com/forums/archive/f-28.html">5</a> <a href="http://vbmodder.com/forums/archive/f-30.html">6</a> <a href="http://vbmodder.com/forums/archive/f-19.html">7</a> <a href="http://vbmodder.com/forums/archive/f-32.html">8</a> <a href="http://vbmodder.com/forums/archive/f-33.html">9</a> <a href="http://vbmodder.com/forums/archive/f-34.html">10</a> <a href="http://vbmodder.com/forums/archive/f-31.html">11</a> <a href="http://vbmodder.com/forums/archive/f-41.html">12</a> <a href="http://vbmodder.com/forums/archive/f-43.html">13</a> <a href="http://vbmodder.com/forums/archive/f-42.html">14</a> <a href="http://vbmodder.com/forums/archive/f-37.html">15</a> <a href="http://vbmodder.com/forums/archive/f-47.html">16</a> <a href="http://vbmodder.com/forums/archive/f-48.html">17</a> <a href="http://vbmodder.com/forums/archive/f-49.html">18</a> <a href="http://vbmodder.com/forums/archive/f-3.html">19</a> <a href="http://vbmodder.com/forums/archive/f-27.html">20</a> <a href="http://vbmodder.com/forums/archive/f-35.html">21</a> <a href="http://vbmodder.com/forums/archive/f-2.html">22</a> <a href="http://vbmodder.com/forums/archive/f-39.html">23</a> <a href="http://vbmodder.com/forums/archive/f-22.html">24</a> <a href="http://vbmodder.com/forums/archive/f-17.html">25</a> </div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'><\/script>" );
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-323504-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>
---------
whats is wrong :S

please helpme]]></description>
			<content:encoded><![CDATA[<div>I need help to fix this problem...<br />
<br />
<a href="http://vbmodder.com/forums/attachments/f28/270-howto-fix2.jpg" target="_blank">Attachment 270</a><br />
<br />
i change some parts of code :<br />
(forumhome_forumbit_level1_nopost) <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;table class=&quot;tborder&quot; cellpadding=&quot;$stylevar[cellpadding]&quot; cellspacing=&quot;$stylevar[cellspacing]&quot; border=&quot;0&quot; width=&quot;100%&quot; align=&quot;center&quot;&gt;<br />
&lt;tbody&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;tcat&quot; colspan=&quot;&lt;if condition=&quot;$vboptions[showmoderatorcolumn]&quot;&gt;6&lt;else /&gt;5&lt;/if&gt;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a style=&quot;float:$stylevar[right]&quot; href=&quot;#top&quot; onclick=&quot;return toggle_collapse('forumbit_$forumid')&quot;&gt;&lt;img id=&quot;collapseimg_forumbit_$forumid&quot; src=&quot;$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;forumdisplay.php?$session[sessionurl]f=$forum[forumid]&quot;&gt;$forum[title]&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;$show['forumdescription']&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;$forum[description]&lt;/div&gt;&lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;$show['subforums']&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;&lt;strong&gt;$vbphrase[subforums]&lt;/strong&gt;: $forum[subforums]&lt;/div&gt;&lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;if condition=&quot;$childforumbits&quot;&gt;<br />
&lt;tbody id=&quot;collapseobj_forumbit_$forumid&quot; style=&quot;{$collapseobj_forumid}&quot;&gt;<br />
<br />
<br />
&lt;tr align=&quot;center&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width=&quot;1&quot; class=&quot;thead&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot; width=&quot;100%&quot; align=&quot;$stylevar[left]&quot;&gt;$vbphrase[forum]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot;&gt;$vbphrase[last_post]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;td class=&quot;thead&quot; &gt;$vbphrase[threads]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot; &gt;$vbphrase[posts]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot;&gt;$vbphrase[moderator]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
<br />
$childforumbits<br />
&lt;/tbody&gt;<br />
&lt;/if&gt;<br />
&lt;/table&gt;<br />
&lt;br /&gt;</code><hr />
</div>and<br />
this in (FORUMHOME) <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$stylevar[htmldoctype]<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; dir=&quot;$stylevar[textdirection]&quot; lang=&quot;$stylevar[languagecode]&quot;&gt;<br />
&lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- no cache headers --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;meta http-equiv=&quot;Pragma&quot; content=&quot;no-cache&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;meta http-equiv=&quot;Expires&quot; content=&quot;-1&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;meta http-equiv=&quot;Cache-Control&quot; content=&quot;no-cache&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- end no cache headers --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; $headinclude<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;&lt;phrase 1=&quot;$vboptions[bbtitle]&quot;&gt;$vbphrase[x_powered_by_vbulletin]&lt;/phrase&gt;&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
$header<br />
$navbar<br />
<br />
&lt;!-- main --&gt;<br />
&lt;if condition=&quot;$show['guest']&quot;&gt;<br />
&lt;!-- guest welcome message --&gt;<br />
&lt;table class=&quot;tborder&quot; cellpadding=&quot;$stylevar[cellpadding]&quot; cellspacing=&quot;$stylevar[cellspacing]&quot; border=&quot;0&quot; width=&quot;100%&quot; align=&quot;center&quot;&gt;<br />
&lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;tcat&quot; colspan=&quot;&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;6&lt;else /&gt;5&lt;/if&gt;&quot;&gt;&lt;phrase 1=&quot;$vboptions[bbtitle]&quot;&gt;$vbphrase[welcome_to_the_x]&lt;/phrase&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt1&quot; colspan=&quot;&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;6&lt;else /&gt;5&lt;/if&gt;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;phrase 1=&quot;faq.php$session[sessionurl_q]&quot; 2=&quot;register.php$session[sessionurl_q]&quot;&gt;$vbphrase[first_visit_message]&lt;/phrase&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;br /&gt;<br />
&lt;!-- / guest welcome message --&gt;<br />
&lt;/if&gt;<br />
<br />
<br />
$forumbits<br />
<br />
<br />
&lt;div class=&quot;tborder&quot; style=&quot;padding: $stylevar[cellspacing]px;&quot;&gt;<br />
&lt;div class=&quot;tfoot smallfont&quot; style=&quot;text-align: center; font-weight: bold; padding: $stylevar[cellpadding]px;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;forumdisplay.php?$session[sessionurl]do=markread&quot; rel=&quot;nofollow&quot;&gt;$vbphrase[mark_forums_read]&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;$vboptions['forumleaders']&quot;&gt;&amp;nbsp; &amp;nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;showgroups.php$session[sessionurl_q]&quot; rel=&quot;nofollow&quot;&gt;$vbphrase[view_forum_leaders]&lt;/a&gt;&lt;/if&gt;<br />
&lt;/div&gt;&lt;/div&gt;<br />
$forumhome_markread_script<br />
&lt;!-- /main --&gt;<br />
<br />
<br />
&lt;br /&gt;<br />
$ad_location[ad_forumhome_afterforums]<br />
&lt;br /&gt;<br />
<br />
&lt;!-- what's going on box --&gt;<br />
&lt;table class=&quot;tborder&quot; cellpadding=&quot;$stylevar[cellpadding]&quot; cellspacing=&quot;$stylevar[cellspacing]&quot; border=&quot;0&quot; width=&quot;100%&quot; align=&quot;center&quot;&gt;<br />
&lt;thead&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;tcat&quot; colspan=&quot;2&quot;&gt;$vbphrase[whats_going_on]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/thead&gt;<br />
&lt;if condition=&quot;$show['loggedinusers']&quot;&gt;<br />
&lt;!-- logged-in users --&gt;<br />
&lt;tbody&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot; colspan=&quot;2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a style=&quot;float:$stylevar[right]&quot; href=&quot;#top&quot; onclick=&quot;return toggle_collapse('forumhome_activeusers')&quot;&gt;&lt;img id=&quot;collapseimg_forumhome_activeusers&quot; src=&quot;$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;online.php$session[sessionurl_q]&quot;&gt;$vbphrase[currently_active_users]&lt;/a&gt;: $totalonline (&lt;phrase 1=&quot;$numberregistered&quot; 2=&quot;$numberguest&quot;&gt;$vbphrase[x_members_and_y_guests]&lt;/phrase&gt;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;tbody id=&quot;collapseobj_forumhome_activeusers&quot; style=&quot;$vbcollapse[collapseobj_forumhome_activeusers]&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;online.php$session[sessionurl_q]&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/whos_online.gif&quot; alt=&quot;$vbphrase[view_whos_online]&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt1&quot; width=&quot;100%&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div style=&quot;white-space: nowrap&quot;&gt;&lt;phrase 1=&quot;$recordusers&quot; 2=&quot;$recorddate&quot; 3=&quot;$recordtime&quot;&gt;$vbphrase[most_users_ever_online_was_x_y_at_z]&lt;/phrase&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div&gt;$activeusers&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;!-- end logged-in users --&gt;<br />
&lt;/if&gt;<br />
&lt;tbody&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot; colspan=&quot;2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a style=&quot;float:$stylevar[right]&quot; href=&quot;#top&quot; onclick=&quot;return toggle_collapse('forumhome_stats')&quot;&gt;&lt;img id=&quot;collapseimg_forumhome_stats&quot; src=&quot;$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;phrase 1=&quot;$vboptions[bbtitle]&quot;&gt;$vbphrase[x_statistics]&lt;/phrase&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;tbody id=&quot;collapseobj_forumhome_stats&quot; style=&quot;$vbcollapse[collapseobj_forumhome_stats]&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt2&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/stats.gif&quot; alt=&quot;&lt;phrase 1=&quot;$vboptions[bbtitle]&quot;&gt;$vbphrase[x_statistics]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt1&quot; width=&quot;100%&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $vbphrase[threads]: $totalthreads,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $vbphrase[posts]: $totalposts,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $vbphrase[members]: $numbermembers&lt;if condition=&quot;$show['activemembers']&quot;&gt;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span title=&quot;&lt;phrase 1=&quot;$vboptions[activememberdays]&quot;&gt;$vbphrase[within_the_last_x_days]&lt;/phrase&gt;&quot;&gt;$vbphrase[active_members]: $activemembers&lt;/span&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div&gt;&lt;phrase 1=&quot;member.php?$session[sessionurl]u=$newuserid&quot; 2=&quot;$newusername&quot;&gt;$vbphrase[welcome_to_our_newest_member_x]&lt;/phrase&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;if condition=&quot;$show['birthdays']&quot;&gt;<br />
&lt;!-- today's birthdays --&gt;<br />
&lt;tbody&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot; colspan=&quot;2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a style=&quot;float:$stylevar[right]&quot; href=&quot;#top&quot; onclick=&quot;return toggle_collapse('forumhome_birthdays')&quot;&gt;&lt;img id=&quot;collapseimg_forumhome_birthdays&quot; src=&quot;$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $vbphrase[todays_birthdays]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;tbody id=&quot;collapseobj_forumhome_birthdays&quot; style=&quot;$vbcollapse[collapseobj_forumhome_birthdays]&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;calendar.php?$session[sessionurl]do=getday&amp;amp;day=$today&amp;amp;sb=1&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/birthday.gif&quot; alt=&quot;$vbphrase[view_birthdays]&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt1&quot; width=&quot;100%&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;$birthdays&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;!-- end today's birthdays --&gt;<br />
&lt;/if&gt;<br />
&lt;if condition=&quot;$show['upcomingevents']&quot;&gt;<br />
&lt;tbody&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot; colspan=&quot;2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a style=&quot;float:$stylevar[right]&quot; href=&quot;#top&quot; onclick=&quot;return toggle_collapse('forumhome_events')&quot;&gt;&lt;img id=&quot;collapseimg_forumhome_events&quot; src=&quot;$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;$show['todaysevents']&quot;&gt;$vbphrase[todays_events]&lt;else /&gt;&lt;phrase 1=&quot;$vboptions[showevents]&quot;&gt;$vbphrase[upcoming_events_for_the_next_x_days]&lt;/phrase&gt;&lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;tbody id=&quot;collapseobj_forumhome_events&quot; style=&quot;$vbcollapse[collapseobj_forumhome_events]&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;calendar.php$session[sessionurl_q]&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/calendar.gif&quot; alt=&quot;$vbphrase[calendar]&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;alt1&quot; width=&quot;100%&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;$upcomingevents&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/if&gt;<br />
&lt;/table&gt;<br />
&lt;br /&gt;<br />
&lt;!-- end what's going on box --&gt;<br />
<br />
&lt;!-- icons and login code --&gt;<br />
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;2&quot; border=&quot;0&quot; width=&quot;100%&quot;&gt;<br />
&lt;tr valign=&quot;bottom&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;img src=&quot;$stylevar[imgdir_statusicon]/forum_new.gif&quot; alt=&quot;$vbphrase[contains_new_posts]&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;smallfont&quot;&gt;&amp;nbsp; $vbphrase[forum_contains_new_posts]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;smallfont&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_statusicon]/forum_old.gif&quot; alt=&quot;$vbphrase[contains_no_new_posts]&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;smallfont&quot;&gt;&amp;nbsp; $vbphrase[forum_contains_no_new_posts]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;smallfont&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_statusicon]/forum_old_lock.gif&quot; alt=&quot;$vbphrase[a_closed_forum]&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;smallfont&quot;&gt;&amp;nbsp; $vbphrase[forum_is_closed_for_posting]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;smallfont&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;$vboptions['showlocks']&quot;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;!$show['guest']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- member logout --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;$stylevar[right]&quot;&gt;&lt;a href=&quot;login.php?$session[sessionurl]do=logout&amp;amp;logouthash=$bbuserinfo[logouthash]&quot;&nbsp; onclick=&quot;return log_out('$vbphrase[sure_you_want_to_log_out]')&quot;&gt;&lt;phrase 1=&quot;$bbuserinfo[username]&quot;&gt;$vbphrase[log_out_x]&lt;/phrase&gt;&lt;/a&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- end member logout --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;!-- / icons and login code --&gt;<br />
<br />
$footer<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div>whats is wrong :S<br />
<br />
please helpme</div>


	<br />
	<div style="padding:6px">
	
	

	
	
	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://vbmodder.com/forums/tangerine/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://vbmodder.com/forums/attachments/f28/270d1210456124-howto-fix2.jpg" target="_blank">howto-fix2.jpg</a> (85.4 KB)</td>
</tr>
			</table>
			</fieldset>
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f28/"><![CDATA[Forum Design, Graphics & Customization]]></category>
			<dc:creator>augustito</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f28/problem-whit-tables-1945.html</guid>
		</item>
		<item>
			<title>Registration form . . .</title>
			<link>http://vbmodder.com/forums/f37/registration-form-1940.html</link>
			<pubDate>Thu, 08 May 2008 21:37:32 GMT</pubDate>
			<description>Where can I find the actual form elements? What I want to do is edit the code surrounding the Referrer field. 

Where could I find that part of the code? (File name, something to search for in the code, etc.)

Thanks.

~Mala</description>
			<content:encoded><![CDATA[<div>Where can I find the actual form elements? What I want to do is edit the code surrounding the Referrer field. <br />
<br />
Where could I find that part of the code? (File name, something to search for in the code, etc.)<br />
<br />
Thanks.<br />
<br />
~Mala</div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f37/">PHP Discussions, Tutorials and Help</category>
			<dc:creator>malagrond</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f37/registration-form-1940.html</guid>
		</item>
		<item>
			<title>How to make page number line short</title>
			<link>http://vbmodder.com/forums/f26/how-make-page-number-line-short-1938.html</link>
			<pubDate>Thu, 08 May 2008 00:46:43 GMT</pubDate>
			<description>How do i make the page number bar so that it is shorter like on this site?</description>
			<content:encoded><![CDATA[<div>How do i make the page number bar so that it is shorter like on this site?</div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f26/">vBulletin Modifications</category>
			<dc:creator>guyguy</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f26/how-make-page-number-line-short-1938.html</guid>
		</item>
		<item>
			<title>Database Error in Other User</title>
			<link>http://vbmodder.com/forums/f37/database-error-other-user-1936.html</link>
			<pubDate>Tue, 06 May 2008 00:51:45 GMT</pubDate>
			<description><![CDATA[why my members got error in database since i dont?
after they register and login they got this problem

and when i try to edit their acct there's a database error too but when i add a new user using admin panel there's no problem no error

Image: http://img169.imageshack.us/img169/7309/problemty9.jpg ]]></description>
			<content:encoded><![CDATA[<div>why my members got error in database since i dont?<br />
after they register and login they got this problem<br />
<br />
and when i try to edit their acct there's a database error too but when i add a new user using admin panel there's no problem no error<br />
<br />
<img src="http://img169.imageshack.us/img169/7309/problemty9.jpg" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f37/">PHP Discussions, Tutorials and Help</category>
			<dc:creator>MadLock</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f37/database-error-other-user-1936.html</guid>
		</item>
		<item>
			<title>show user profile field under avatar in threads</title>
			<link>http://vbmodder.com/forums/f26/show-user-profile-field-under-avatar-threads-1923.html</link>
			<pubDate>Sat, 03 May 2008 18:16:43 GMT</pubDate>
			<description><![CDATA[Hey, how can i show a user profile field (field11) under each avatar?

Guess i've gotta edit the file printing the avatar / postcount / etc and add
mytext: $post['field11']

or whatever

Help wanted!]]></description>
			<content:encoded><![CDATA[<div>Hey, how can i show a user profile field (field11) under each avatar?<br />
<br />
Guess i've gotta edit the file printing the avatar / postcount / etc and add<br />
mytext: $post['field11']<br />
<br />
or whatever<br />
<br />
Help wanted!</div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f26/">vBulletin Modifications</category>
			<dc:creator>jimlei</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f26/show-user-profile-field-under-avatar-threads-1923.html</guid>
		</item>
		<item>
			<title>vBSEO 3.2.0 Release Candidate 5</title>
			<link>http://vbmodder.com/forums/f35/vbseo-3-2-0-release-candidate-5-a-1921.html</link>
			<pubDate>Sat, 03 May 2008 01:51:03 GMT</pubDate>
			<description><![CDATA[Attention all <acronym title="vBulletin Search Engine Optimization Plugin">vBSEO</acronym> Customers*,*



All known bugs in <acronym title="vBulletin Search Engine Optimization Plugin">vBSEO</acronym> 3.2.0 RC4 have been corrected. <acronym title="vBulletin Search Engine Optimization Plugin">vBSEO</acronym> 3.2.0 is now on Release Candidate 5 and we are making it available to all licensed users for testing.



 A special thank-you is due to everyone who helped with the RC4 testing and bug reporting, especially the <acronym title="vBulletin SEO Plugin">vBSEO</acronym> Pre-Release Team who always plays a fundamental role in ensuring that our releases are close to bullet-proof!

 

 *Updated (Beta) Feature*

We have made a notable refinement to the tag rewriting functionality based on feedback from our user community.



Via config_vbseo.php find:


    Code:

    <hr><code dir="ltr" style="margin: 0px;">define('VBSEO_URL_TAGS_FILTER',        0);</code><hr>

and change to:


    Code:

    <hr><code dir="ltr" style="margin: 0px;">define('VBSEO_URL_TAGS_FILTER',        1);</code><hr>

This will allow you to apply your standard URL separator (-, _ or .) for tag URL parts.



*Important update for users running the <acronym title="vBulletin SEO Plugin">vBSEO</acronym> Sitemap*

All users upgrading to RC5, please read thwe announcement (http://www.vbseo.com/255/) on our site.



*Updates and Fixes*

We will publish a complete list of over 50 updates and fixes in the official Gold release announcement.



*Other language packs will be updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 GOLD* <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC5 DOES NOT include updated language packs for any of our currently supported languages. The following language packs will updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 Gold:
* German (Du & Sie)
* Turkish
* Dutch
* Russian
* Arabic

* Download Info*

  All Licensed users may download <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC5 from their User Control Panel at the vBSEO - vBulletin Search Engine Optimization (http://www.vbseo.com/255/) forums. Under the "Miscellaneous" section, find the link to "Download <acronym title="vBulletin SEO Plugin">vBSEO</acronym>".

 

*Installation & Upgrade*

Find detailed installation and upgrade instructions within the readme.html file included in 'docs' folder of the installation package.



*Note:* Please report all bugs discovered via the appropriate forum NOT via this thread. 



 

*Find out more at the VBSEO website (http://www.vbseo.com/255/)*]]></description>
			<content:encoded><![CDATA[<div>Attention all <acronym title="vBulletin Search Engine Optimization Plugin">vBSEO</acronym> Customers<b>,</b><br />
<br />
<br />
<br />
All known bugs in <acronym title="vBulletin Search Engine Optimization Plugin">vBSEO</acronym> 3.2.0 RC4 have been corrected. <acronym title="vBulletin Search Engine Optimization Plugin">vBSEO</acronym> 3.2.0 is now on Release Candidate 5 and we are making it available to all licensed users for testing.<br />
<br />
<br />
<br />
 A special thank-you is due to everyone who helped with the RC4 testing and bug reporting, especially the <acronym title="vBulletin SEO Plugin">vBSEO</acronym> Pre-Release Team who always plays a fundamental role in ensuring that our releases are close to bullet-proof!<br />
<br />
 <br />
<br />
 <font color="Blue"><b>Updated (Beta) Feature</b></font><br />
<br />
We have made a notable refinement to the tag rewriting functionality based on feedback from our user community.<br />
<br />
<br />
<br />
Via config_vbseo.php find:<br />
<br />
<br />
    Code:<br />
<br />
    <hr><code dir="ltr" style="margin: 0px;">define('VBSEO_URL_TAGS_FILTER',        0);</code><hr><br />
<br />
and change to:<br />
<br />
<br />
    Code:<br />
<br />
    <hr><code dir="ltr" style="margin: 0px;">define('VBSEO_URL_TAGS_FILTER',        1);</code><hr><br />
<br />
This will allow you to apply your standard URL separator (-, _ or .) for tag URL parts.<br />
<br />
<br />
<br />
<font color="Red"><b>Important update for users running the <acronym title="vBulletin SEO Plugin">vBSEO</acronym> Sitemap</b></font><br />
<br />
All users upgrading to RC5, please read thwe <a href="http://www.vbseo.com/255/" target="_blank">announcement</a> on our site.<br />
<br />
<br />
<br />
<font size="4"><b>Updates and Fixes</b></font><br />
<br />
We will publish a complete list of over 50 updates and fixes in the official Gold release announcement.<br />
<br />
<div align="left"><br />
<br />
<b>Other language packs will be updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 GOLD</b> <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC5 DOES NOT include updated language packs for any of our currently supported languages. The following language packs will updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 Gold:<ul><li>German (Du &amp; Sie)</li><li>Turkish</li><li>Dutch</li><li>Russian</li><li>Arabic<b><font color="Blue"><br />
<br />
 </font></b></li></ul><font size="4"><b> Download Info</b></font><br />
<br />
  All Licensed users may download <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC5 from their User Control Panel at the <a href="http://www.vbseo.com/255/" target="_blank">vBSEO - vBulletin Search Engine Optimization</a> forums. Under the "Miscellaneous" section, find the link to "Download <acronym title="vBulletin SEO Plugin">vBSEO</acronym>".<br />
<br />
 <br />
<br />
<b>Installation &amp; Upgrade</b><br />
<br />
Find detailed installation and upgrade instructions within the readme.html file included in 'docs' folder of the installation package.<br />
<br />
<br />
<br />
<b>Note:</b> Please report all bugs discovered via the appropriate forum NOT via this thread. </div><br />
<br />
<br />
 <br />
<br />
<b><a href="http://www.vbseo.com/255/" target="_blank">Find out more at the VBSEO website</a></b></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f35/">VBSEO News and Announcements</category>
			<dc:creator>Code Monkey</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f35/vbseo-3-2-0-release-candidate-5-a-1921.html</guid>
		</item>
		<item>
			<title>vBSEO Sitemap Update with 3.2.0 Release Candidates</title>
			<link>http://vbmodder.com/forums/f35/vbseo-sitemap-update-3-2-0-release-candidates-1920.html</link>
			<pubDate>Sat, 03 May 2008 01:51:01 GMT</pubDate>
			<description><![CDATA[<div>With the install of <a href="http://www.vbseo.com/f5/vbseo-3-2-0-release-candidate-4-a-22737/" target="_blank">vBSEO 3.2.0</a>, the &quot;linkback&quot; table within the database has been renamed to &quot;vbseo_linkback&quot; for consistency.<br />
<br />
Until the new Sitemap Generator is released, you need to make the following change to one file in your /vbseo_sitemap/ directory:<br />
<br />
In vbseo_sitemap_functions.php file:<br />
<br />
FIND:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">linkback&nbsp;<br /></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>REPLACE WITH:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">vbseo_linkback&nbsp;<br /></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vbseo.com/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vbseo.com/attachments/f5/4104d1209631452-vbseo-sitemap-update-3-2-0-release-candidates-vbseo_sitemap_functions.zip">vbseo_sitemap_functions.zip</a> (8.4 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
 

*Find out more at the VBSEO website (http://www.vbseo.com/255/)*]]></description>
			<content:encoded><![CDATA[<div><div>With the install of <a href="http://www.vbseo.com/f5/vbseo-3-2-0-release-candidate-4-a-22737/" target="_blank">vBSEO 3.2.0</a>, the &quot;linkback&quot; table within the database has been renamed to &quot;vbseo_linkback&quot; for consistency.<br /><br />
<br /><br />
Until the new Sitemap Generator is released, you need to make the following change to one file in your /vbseo_sitemap/ directory:<br /><br />
<br /><br />
In vbseo_sitemap_functions.php file:<br /><br />
<br /><br />
FIND:<br /><br />
<div style="margin:20px; margin-top:5px"><br />
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div><br />
	<div class="alt2"><br />
		<hr /><br />
		<code style="white-space:nowrap"><br />
		<div dir="ltr" style="text-align:left;"><br />
			<!-- php buffer start --><code><span style="color: #000000"><br />
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">linkback&nbsp;<br /><br /></span><br />
</span><br />
</code><!-- php buffer end --><br />
		</div><br />
		</code><br />
		<hr /><br />
	</div><br />
</div>REPLACE WITH:<br /><br />
<div style="margin:20px; margin-top:5px"><br />
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div><br />
	<div class="alt2"><br />
		<hr /><br />
		<code style="white-space:nowrap"><br />
		<div dir="ltr" style="text-align:left;"><br />
			<!-- php buffer start --><code><span style="color: #000000"><br />
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">vbseo_linkback&nbsp;<br /><br /></span><br />
</span><br />
</code><!-- php buffer end --><br />
		</div><br />
		</code><br />
		<hr /><br />
	</div><br />
</div></div><br />
<br />
<br />
	<br /><br />
	<div style="padding:6px"><br />
<br />
	<br />
<br />
	<br />
<br />
	<br />
<br />
	<br />
		<fieldset class="fieldset"><br />
			<legend>Attached Files</legend><br />
			<table cellpadding="0" cellspacing="3" border="0"><br />
			<tr><br />
	<td><img class="inlineimg" src="http://www.vbseo.com/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td><br />
	<td><a href="http://www.vbseo.com/attachments/f5/4104d1209631452-vbseo-sitemap-update-3-2-0-release-candidates-vbseo_sitemap_functions.zip">vbseo_sitemap_functions.zip</a> (8.4 KB)</td><br />
</tr><br />
			</table><br />
		</fieldset><br />
	<br />
<br />
	</div><br />
 <br />
<br />
<b><a href="http://www.vbseo.com/255/" target="_blank">Find out more at the VBSEO website</a></b></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f35/">VBSEO News and Announcements</category>
			<dc:creator>Code Monkey</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f35/vbseo-sitemap-update-3-2-0-release-candidates-1920.html</guid>
		</item>
		<item>
			<title>Forum Permissions Mod</title>
			<link>http://vbmodder.com/forums/f48/forum-permissions-mod-1910.html</link>
			<pubDate>Thu, 01 May 2008 09:50:00 GMT</pubDate>
			<description><![CDATA[We are currently running VB 3.6.10 and we're looking for someone to do a mod to enable us to give a specific usergroup that don't have access to our general forums the ability to view and post in threads within them.

We require admins, moderators and certain other groups to be able to give/revoke this access via the thread tools options.

Not sure how much people charge for mods but we'd be willing to look at up to US$50 via paypal for this. We have a dev site so access can be given to this IF required.

Thanks.]]></description>
			<content:encoded><![CDATA[<div>We are currently running vBulletin 3.6.10 and we're looking for someone to do a mod to enable us to give a specific usergroup that don't have access to our general forums the ability to view and post in threads within them.<br />
<br />
We require admins, moderators and certain other groups to be able to give/revoke this access via the thread tools options.<br />
<br />
Not sure how much people charge for mods but we'd be willing to look at up to US$50 via paypal for this. We have a dev site so access can be given to this IF required.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f48/">vBulletin Services</category>
			<dc:creator>Cfodder</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f48/forum-permissions-mod-1910.html</guid>
		</item>
		<item>
			<title>vBSEO Sitemap Update with 3.2.0 Rc4</title>
			<link>http://vbmodder.com/forums/f35/vbseo-sitemap-update-3-2-0-rc4-1909.html</link>
			<pubDate>Thu, 01 May 2008 07:51:01 GMT</pubDate>
			<description><![CDATA[<div>With the install of <a href="http://www.vbseo.com/f5/vbseo-3-2-0-release-candidate-4-a-22737/" target="_blank">vBSEO 3.2.0</a>, the &quot;linkback&quot; table within the database has been renamed to &quot;vbseo_linkback&quot; for consistency.<br />
<br />
Until the new Sitemap Generator is released, you need to make the following change to one file in your /vbseo_sitemap/ directory:<br />
<br />
In vbseo_sitemap_functions.php file:<br />
<br />
FIND:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">linkback&nbsp;<br /></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>REPLACE WITH:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">vbseo_linkback&nbsp;<br /></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vbseo.com/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vbseo.com/attachments/f5/4100d1209622408-vbseo-sitemap-update-3-2-0-rc4-vbseo_sitemap_functions.zip">vbseo_sitemap_functions.zip</a> (8.2 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
 

*Find out more at the VBSEO website (http://www.vbseo.com/255/)*]]></description>
			<content:encoded><![CDATA[<div><div>With the install of <a href="http://www.vbseo.com/f5/vbseo-3-2-0-release-candidate-4-a-22737/" target="_blank">vBSEO 3.2.0</a>, the &quot;linkback&quot; table within the database has been renamed to &quot;vbseo_linkback&quot; for consistency.<br /><br />
<br /><br />
Until the new Sitemap Generator is released, you need to make the following change to one file in your /vbseo_sitemap/ directory:<br /><br />
<br /><br />
In vbseo_sitemap_functions.php file:<br /><br />
<br /><br />
FIND:<br /><br />
<div style="margin:20px; margin-top:5px"><br />
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div><br />
	<div class="alt2"><br />
		<hr /><br />
		<code style="white-space:nowrap"><br />
		<div dir="ltr" style="text-align:left;"><br />
			<!-- php buffer start --><code><span style="color: #000000"><br />
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">linkback&nbsp;<br /><br /></span><br />
</span><br />
</code><!-- php buffer end --><br />
		</div><br />
		</code><br />
		<hr /><br />
	</div><br />
</div>REPLACE WITH:<br /><br />
<div style="margin:20px; margin-top:5px"><br />
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div><br />
	<div class="alt2"><br />
		<hr /><br />
		<code style="white-space:nowrap"><br />
		<div dir="ltr" style="text-align:left;"><br />
			<!-- php buffer start --><code><span style="color: #000000"><br />
<span style="color: #0000BB">FROM&nbsp;</span><span style="color: #DD0000">"&nbsp;.&nbsp;TABLE_PREFIX&nbsp;.&nbsp;"</span><span style="color: #0000BB">vbseo_linkback&nbsp;<br /><br /></span><br />
</span><br />
</code><!-- php buffer end --><br />
		</div><br />
		</code><br />
		<hr /><br />
	</div><br />
</div></div><br />
<br />
<br />
	<br /><br />
	<div style="padding:6px"><br />
<br />
	<br />
<br />
	<br />
<br />
	<br />
<br />
	<br />
		<fieldset class="fieldset"><br />
			<legend>Attached Files</legend><br />
			<table cellpadding="0" cellspacing="3" border="0"><br />
			<tr><br />
	<td><img class="inlineimg" src="http://www.vbseo.com/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td><br />
	<td><a href="http://www.vbseo.com/attachments/f5/4100d1209622408-vbseo-sitemap-update-3-2-0-rc4-vbseo_sitemap_functions.zip">vbseo_sitemap_functions.zip</a> (8.2 KB)</td><br />
</tr><br />
			</table><br />
		</fieldset><br />
	<br />
<br />
	</div><br />
 <br />
<br />
<b><a href="http://www.vbseo.com/255/" target="_blank">Find out more at the VBSEO website</a></b></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f35/">VBSEO News and Announcements</category>
			<dc:creator>Code Monkey</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f35/vbseo-sitemap-update-3-2-0-rc4-1909.html</guid>
		</item>
		<item>
			<title>vBSEO 3.2.0 Release Candidate 4</title>
			<link>http://vbmodder.com/forums/f35/vbseo-3-2-0-release-candidate-4-a-1908.html</link>
			<pubDate>Thu, 01 May 2008 01:51:01 GMT</pubDate>
			<description><![CDATA[<div>Attention all <acronym title="vBulletin SEO Plugin">vBSEO</acronym> Customers<b>,</b><br />
<br />
I'm happy to announce that <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 is now on Release Candidate 4 and we are making it available to all licensed users for testing.<br />
<br />
RC1 was internal build and RC2 was released only to staff members. The pre-release team has been testing RC3 and at this time we feel that it is stable enough to be provided to all of our users.<br />
<br />
In <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0, our primary focus has been adding support for all new features in vBulletin 3.7.0, such as the new enhanced profiles, social groups, new blog URLs and tags.<br />
<br />
<font size="3"><b><font size="4"><acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.5.0 vs. <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0</font><br />
</b></font>Being imperative to add support for the new content areas in vBulletin 3.7.0, development of <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.5.0 was interrupted momentarily and our team shifted focus to <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 and related activities. <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.5.0 development has been resumed, although we will rush to clear any reported bugs in <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC's and redistribute new builds as necessary.<br />
<br />
<font size="3"><b><font size="4">Development Process</font></b></font><br />
Think of it as a new iteration of the URL rewrites as implemented back in 2005 (and refined through the next 3 years). The new vBulletin adds a total of 24 URL types (original <acronym title="vBulletin">vBulletin</acronym> had 26 URL types), to that, add the URL variations that break link consensus and easily, the number of rewrites approaches 60 to 80. In addition, compatibility had to be built in for the updated AJAX methods enabling the smooth and consistent operation you've come to expect from <acronym title="vBulletin SEO Plugin">vBSEO</acronym>.<br />
<br />
So although it may not appear as <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 introduces *many* new features, the compatibility update for <acronym title="vBulletin">vBulletin</acronym> 3.7.0 has been a very involved and time consuming process.<br />
<br />
To those of you who have taken the plunge, and opted to install <acronym title="vBulletin">vBulletin</acronym> 3.7.0 at different stages during their beta period, I want to thank-you for your patience as we completed this update. I'm confident you won't be disappointed!<br />
<br />
<font size="3"><b><font size="4">New Features</font></b></font><br />
We've managed to include a couple new valuable features in the new <acronym title="vBulletin SEO Plugin">vBSEO</acronym>. Read ahead.<br />
<br />
<font color="Blue"><b>NEW FEATURE:</b></font> Custom Meta Tags for <acronym title="vBulletin">vBulletin</acronym> Blogs (blog post pages only). Includes first words of the blog post for description along with blog title for keywords.<br />
<font color="Blue"><b><br />
NEW FEATURE:</b></font> Config file option added to limit the number of characters in the LinkBack titles.<br />
<font color="Blue"><b><br />
NEW FEATURE:</b></font> Added configuration option allowing users to specify name of vBulletin configuration file, since some users change the name.<br />
<font color="Blue"><b><br />
NEW FEATURE:</b></font> Acronym Expansion' setting refinement. New features added:<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<b> Acronym Expansion Options:</b><br />
<br />
<b> Do NOT add expand acronyms</b> - Acronyms are not modified.<br />
<b> REPLACE acronyms as expanded text</b> -This option converts matching acronyms to the corresponding text as defined in the field below.<br />
<b> ADD 'acronym' html tag to acronyms</b> - This option wraps each acronym around an 'acronym' html tag with the corresponding text as a name attribute.<br />
<b> ADD 'abbr' html tag to acronyms</b> - Same as above but using the 'abbr' html tag, as opposed to the 'acronym' html tag.
			
			<hr />
		</td>
	</tr>
	</table>
</div><font color="Blue"><b>NEW FEATURE:</b></font> New acronym expansion feature added to allow definition of replacement code:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;define</span><span style="color: #007700">(</span><span style="color: #DD0000">'VBSEO_ACRONYM_FORMAT'</span><span style="color: #007700">,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'%2'</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div><font color="Blue"><b><br />
NEW FEATURE: </b></font>Add domain to blacklist from Linkback List (showthread). For efficiency, we've moved the Linkback blacklisted domains list to the database instead of the config file (although it is still possible to modify it in <acronym title="vBulletin SEO Plugin">vBSEO</acronym> <acronym title="Control Panel">CP</acronym>). There is a &quot;red card&quot; icon in the linkbacks table list below the threads, when clicked, the domain is added to the Linkback blacklist, all existing linkbacks from that domain are removed.<br />
<b><font color="Blue"><br />
NEW FEATURE <font color="Red">[Removed in RC2]</font>:</font></b> Relevant replacements added for blog pages. <i>Removed due to the fact that it would not add enough value.</i><br />
<br />
<font color="Blue"><b>NEW FEATURE:</b></font> When reply post titles are in the format &quot;re: { main thread title } &quot;, and admins update the main thread title, all of the post titles in the indicated format will be updated to show the revised thread title.<br />
<br />
<font color="Blue"><b>NEW FEATURE:</b></font> New setting: <b>Ignore Linkbacks from Duplicate URLs</b> - Using a special algorithm, <acronym title="vBulletin SEO Plugin">vBSEO</acronym> will attempt to identify when a new Linkback is a duplicate of a previously registered Linkback, but comes from a different URL. The source of these duplicate Linkbacks are often forums or publishing platforms with flawed navigational architecture, that display the same content under multiple URLs.<br />
<br />
<font size="4"><b>Updates and Fixes</b></font><br />
We will publish a complete list of over 50 updates and fixes in the official Gold release announcement.<br />
<div align="left"><br />
<b>Other language packs will be updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 GOLD</b> <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC4 DOES NOT include updated language packs for any of our currently supported languages. The following language packs will updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 Gold:<br />
<ul><li>German (Du &amp; Sie)</li>
<li>Turkish</li>
<li>Dutch</li>
<li>Russian</li>
<li>Arabic<b><font color="Blue"><br />
 </font></b></li>
</ul>  <font size="4"><b> Download Info</b></font><br />
  All Licensed users may download <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC4 from their User Control Panel at the <a href="http://www.vbseo.com/" target="_blank">http://www.vbseo.com</a> forums. Under the &quot;Miscellaneous&quot; section, find the link to &quot;Download <acronym title="vBulletin SEO Plugin">vBSEO</acronym>&quot;. Or visit <a href="http://www.vbseo.com/downloads/" target="_blank">http://www.vbseo.com/downloads/</a><font face="Microsoft Sans Serif"><br />
 <br />
 </font><b>Installation &amp; Upgrade</b><br />
 Find detailed installation and upgrade instructions within the readme.html file included in 'docs' folder of the installation package.<br />
<br />
<b>Note:</b> Please report all bugs discovered via the appropriate forum NOT via this thread. </div></div>

 

*Find out more at the VBSEO website (http://www.vbseo.com/255/)*]]></description>
			<content:encoded><![CDATA[<div><div>Attention all <acronym title="vBulletin SEO Plugin">vBSEO</acronym> Customers<b>,</b><br /><br />
<br /><br />
I'm happy to announce that <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 is now on Release Candidate 4 and we are making it available to all licensed users for testing.<br /><br />
<br /><br />
RC1 was internal build and RC2 was released only to staff members. The pre-release team has been testing RC3 and at this time we feel that it is stable enough to be provided to all of our users.<br /><br />
<br /><br />
In <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0, our primary focus has been adding support for all new features in vBulletin 3.7.0, such as the new enhanced profiles, social groups, new blog URLs and tags.<br /><br />
<br /><br />
<font size="3"><b><font size="4"><acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.5.0 vs. <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0</font><br /><br />
</b></font>Being imperative to add support for the new content areas in vBulletin 3.7.0, development of <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.5.0 was interrupted momentarily and our team shifted focus to <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 and related activities. <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.5.0 development has been resumed, although we will rush to clear any reported bugs in <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC's and redistribute new builds as necessary.<br /><br />
<br /><br />
<font size="3"><b><font size="4">Development Process</font></b></font><br /><br />
Think of it as a new iteration of the URL rewrites as implemented back in 2005 (and refined through the next 3 years). The new vBulletin adds a total of 24 URL types (original <acronym title="vBulletin">vBulletin</acronym> had 26 URL types), to that, add the URL variations that break link consensus and easily, the number of rewrites approaches 60 to 80. In addition, compatibility had to be built in for the updated AJAX methods enabling the smooth and consistent operation you've come to expect from <acronym title="vBulletin SEO Plugin">vBSEO</acronym>.<br /><br />
<br /><br />
So although it may not appear as <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 introduces *many* new features, the compatibility update for <acronym title="vBulletin">vBulletin</acronym> 3.7.0 has been a very involved and time consuming process.<br /><br />
<br /><br />
To those of you who have taken the plunge, and opted to install <acronym title="vBulletin">vBulletin</acronym> 3.7.0 at different stages during their beta period, I want to thank-you for your patience as we completed this update. I'm confident you won't be disappointed!<br /><br />
<br /><br />
<font size="3"><b><font size="4">New Features</font></b></font><br /><br />
We've managed to include a couple new valuable features in the new <acronym title="vBulletin SEO Plugin">vBSEO</acronym>. Read ahead.<br /><br />
<br /><br />
<font color="Blue"><b>NEW FEATURE:</b></font> Custom Meta Tags for <acronym title="vBulletin">vBulletin</acronym> Blogs (blog post pages only). Includes first words of the blog post for description along with blog title for keywords.<br /><br />
<font color="Blue"><b><br /><br />
NEW FEATURE:</b></font> Config file option added to limit the number of characters in the LinkBack titles.<br /><br />
<font color="Blue"><b><br /><br />
NEW FEATURE:</b></font> Added configuration option allowing users to specify name of vBulletin configuration file, since some users change the name.<br /><br />
<font color="Blue"><b><br /><br />
NEW FEATURE:</b></font> Acronym Expansion' setting refinement. New features added:<br /><br />
<div style="margin:20px; margin-top:5px; "><br />
	<div class="smallfont" style="margin-bottom:2px">Quote:</div><br />
	<table cellpadding="6" cellspacing="0" border="0" width="100%"><br />
	<tr><br />
		<td class="alt2"><br />
			<hr /><br />
			<br />
				<b> Acronym Expansion Options:</b><br /><br />
<br /><br />
<b> Do NOT add expand acronyms</b> - Acronyms are not modified.<br /><br />
<b> REPLACE acronyms as expanded text</b> -This option converts matching acronyms to the corresponding text as defined in the field below.<br /><br />
<b> ADD 'acronym' html tag to acronyms</b> - This option wraps each acronym around an 'acronym' html tag with the corresponding text as a name attribute.<br /><br />
<b> ADD 'abbr' html tag to acronyms</b> - Same as above but using the 'abbr' html tag, as opposed to the 'acronym' html tag.<br />
			<br />
			<hr /><br />
		</td><br />
	</tr><br />
	</table><br />
</div><font color="Blue"><b>NEW FEATURE:</b></font> New acronym expansion feature added to allow definition of replacement code:<br /><br />
<div style="margin:20px; margin-top:5px"><br />
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div><br />
	<div class="alt2"><br />
		<hr /><br />
		<code style="white-space:nowrap"><br />
		<div dir="ltr" style="text-align:left;"><br />
			<!-- php buffer start --><code><span style="color: #000000"><br />
<span style="color: #0000BB">&nbsp;define</span><span style="color: #007700">(</span><span style="color: #DD0000">'VBSEO_ACRONYM_FORMAT'</span><span style="color: #007700">,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'%2'</span><span style="color: #007700">);&nbsp;<br /><br /></span><span style="color: #0000BB"></span><br />
</span><br />
</code><!-- php buffer end --><br />
		</div><br />
		</code><br />
		<hr /><br />
	</div><br />
</div><font color="Blue"><b><br /><br />
NEW FEATURE: </b></font>Add domain to blacklist from Linkback List (showthread). For efficiency, we've moved the Linkback blacklisted domains list to the database instead of the config file (although it is still possible to modify it in <acronym title="vBulletin SEO Plugin">vBSEO</acronym> <acronym title="Control Panel">CP</acronym>). There is a &quot;red card&quot; icon in the linkbacks table list below the threads, when clicked, the domain is added to the Linkback blacklist, all existing linkbacks from that domain are removed.<br /><br />
<b><font color="Blue"><br /><br />
NEW FEATURE <font color="Red">[Removed in RC2]</font>:</font></b> Relevant replacements added for blog pages. <i>Removed due to the fact that it would not add enough value.</i><br /><br />
<br /><br />
<font color="Blue"><b>NEW FEATURE:</b></font> When reply post titles are in the format &quot;re: { main thread title } &quot;, and admins update the main thread title, all of the post titles in the indicated format will be updated to show the revised thread title.<br /><br />
<br /><br />
<font color="Blue"><b>NEW FEATURE:</b></font> New setting: <b>Ignore Linkbacks from Duplicate URLs</b> - Using a special algorithm, <acronym title="vBulletin SEO Plugin">vBSEO</acronym> will attempt to identify when a new Linkback is a duplicate of a previously registered Linkback, but comes from a different URL. The source of these duplicate Linkbacks are often forums or publishing platforms with flawed navigational architecture, that display the same content under multiple URLs.<br /><br />
<br /><br />
<font size="4"><b>Updates and Fixes</b></font><br /><br />
We will publish a complete list of over 50 updates and fixes in the official Gold release announcement.<br /><br />
<div align="left"><br /><br />
<b>Other language packs will be updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 GOLD</b> <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC4 DOES NOT include updated language packs for any of our currently supported languages. The following language packs will updated with <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 Gold:<br /><br />
<ul><li>German (Du &amp; Sie)</li><br />
<li>Turkish</li><br />
<li>Dutch</li><br />
<li>Russian</li><br />
<li>Arabic<b><font color="Blue"><br /><br />
 </font></b></li><br />
</ul>  <font size="4"><b> Download Info</b></font><br /><br />
  All Licensed users may download <acronym title="vBulletin SEO Plugin">vBSEO</acronym> 3.2.0 RC4 from their User Control Panel at the <a href="http://www.vbseo.com/" target="_blank">http://www.vbseo.com</a> forums. Under the &quot;Miscellaneous&quot; section, find the link to &quot;Download <acronym title="vBulletin SEO Plugin">vBSEO</acronym>&quot;. Or visit <a href="http://www.vbseo.com/downloads/" target="_blank">http://www.vbseo.com/downloads/</a><font face="Microsoft Sans Serif"><br /><br />
 <br /><br />
 </font><b>Installation &amp; Upgrade</b><br /><br />
 Find detailed installation and upgrade instructions within the readme.html file included in 'docs' folder of the installation package.<br /><br />
<br /><br />
<b>Note:</b> Please report all bugs discovered via the appropriate forum NOT via this thread. </div></div><br />
<br />
 <br />
<br />
<b><a href="http://www.vbseo.com/255/" target="_blank">Find out more at the VBSEO website</a></b></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f35/">VBSEO News and Announcements</category>
			<dc:creator>Code Monkey</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f35/vbseo-3-2-0-release-candidate-4-a-1908.html</guid>
		</item>
		<item>
			<title><![CDATA[vBulletin 3.7.0 'Gold' Released]]></title>
			<link>http://vbmodder.com/forums/f27/vbulletin-3-7-0-gold-released-1905.html</link>
			<pubDate>Tue, 29 Apr 2008 19:51:01 GMT</pubDate>
			<description><![CDATA[<div><b><font size="4">vBulletin 3.7.0</font></b><br />
 <br />
Today, the vBulletin team is proud to declare version 3.7.0 to be our stable, supported release.<br />
 <br />
vBulletin 3.7.0 is available immediately from the <a href="http://members.vbulletin.com" target="_blank">Members' Area</a> to all customers with active vBulletin licenses, and will be offered as the primary choice to those making <a href="https://www.vbulletin.com/order/" target="_blank">new purchases</a>.<br />
 <br />
This release supercedes the 3.6.x branch as our primary product. vBulletin 3.6.x will continue to be maintained for a limited time, as outlined in the <a href="showthread.php?t=268829" title="vBulletin Community Forum - Thread 268829">end-of-life announcement</a> posted today. We recommend that all customers with active licenses upgrade to vBulletin 3.7.0.<br />
<br />
There are many new features and improvements to existing functionality in vBulletin 3.7.0 over vBulletin 3.6.x, most of which have already been described in the release announcements for the various pre-release versions, and in the <a href="http://www.vbulletin.com/forum/showthread.php?t=249460" target="_blank">First Look</a> thread that was posted at the beginning of the beta process, but here is a brief list of just a few of the highlights.<ul><li><font size="1"><a href="showthread.php?p=1450764#post1450764" title="vBulletin Community Forum - Post 1450764">Inline spam management &amp; prevention</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450765#post1450765" title="vBulletin Community Forum - Post 1450765">Thread tagging</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450765#post1450765" title="vBulletin Community Forum - Post 1450765">Search cloud / tag cloud</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450766#post1450766" title="vBulletin Community Forum - Post 1450766">Thread prefixes</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450767#post1450767" title="vBulletin Community Forum - Post 1450767">Reciprocal friendships between users</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450768#post1450768" title="vBulletin Community Forum - Post 1450768">Public visitor messaging on profile pages with 'conversation' feature</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450769#post1450769" title="vBulletin Community Forum - Post 1450769">User picture galleries with user comment facility</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450770#post1450770" title="vBulletin Community Forum - Post 1450770">User-created social groups with invite only and moderated membership options</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450771#post1450771" title="vBulletin Community Forum - Post 1450771">Extended member profile pages</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450772#post1450772" title="vBulletin Community Forum - Post 1450772">Customizable member profile pages with admin-controlled styling abilities</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450773#post1450773" title="vBulletin Community Forum - Post 1450773">Inline editing of custom user profile fields</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450774#post1450774" title="vBulletin Community Forum - Post 1450774">Lightbox viewer for attached images</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450775#post1450775" title="vBulletin Community Forum - Post 1450775">Viewable and comparable history maintained for post edits</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450776#post1450776" title="vBulletin Community Forum - Post 1450776">Extended re-authentication for inline moderation actions</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450777#post1450777" title="vBulletin Community Forum - Post 1450777">Notices system for navigation bar</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450778#post1450778" title="vBulletin Community Forum - Post 1450778">Multiple human-verification systems including reCAPTCHA, image verification and Q/A</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450779#post1450779" title="vBulletin Community Forum - Post 1450779">User change history</a></font></li>
<li><font size="1"><a href="showthread.php?p=1450780#post1450780" title="vBulletin Community Forum - Post 1450780">Social bookmarking integration</a></font></li>
</ul><b>PHP and MySQL Requirements</b><br />
 <br />
vBulletin 3.7.0 <font color="red">requires</font> at least PHP 4.3.3 and MySQL 4.0.16 <i>(These are the same requirements as vBulletin 3.6)</i>, but we strongly <font color="red">recommend</font> that all customers run PHP 5.2.5 with APC and MySQL 5.0.51 or later. Major performance benefits can be had by taking the recommended route rather than simply satisfying the required versions.<br />
 <br />
<b>What is a 'Gold' Version?</b><br />
 <br />
When talking about software, the term 'gold' is not related to the color of the application. Rather, it refers to the practise of burning the final version of a software product to a CD-R so that it can be sent to a large scale CD press for large-scale distribution. It is used to indicate that the code is ready for deployment to customers. The <i>official </i>name of this new version is <i>vBulletin 3.7.0</i>.<br />
 <br />
<b>Installing or Upgrading vBulletin</b><br />
 <br />
Anyone who has installed or upgraded any version of vBulletin 3 before will be familiar with the process, but for those who are new to the system, the vBulletin manual has all the details for <a href="http://www.vbulletin.com/docs/html/install" target="_blank">installing</a> and <a href="http://www.vbulletin.com/docs/html/upgrade" target="_blank">upgrading</a>.<br />
 <br />
<b>Template Changes</b><br />
 <br />
A large number of templates have been changed when compared with vBulletin 3.6.x. <font color="red">It will be necessary to revert affected customized templates</font> or otherwise carefully integrate the changes into your custom versions or new features and existing functionality will be adversely affected. A complete list of the templates you have customized whose original version has been changed by the 3.7.0 upgrade is available within your Admin Control Panel after the upgrade is complete.<br />
 <br />
<b>Bug Reports</b><br />
 <br />
As with any software, bugs will appear. If you find a problem that you believe to be a bug, please don't post about it on the forums where the development team may never find your message, but instead use the dedicated <a href="http://www.vbulletin.com/forum/project.php?do=issuelist&amp;projectid=6&amp;issuetypeid=bug" target="_blank">bug tracker</a> to make a report that can be tracked through to completion.<br />
 <br />
Before reporting a bug, please ensure you are able to reproduce the problem on a board using a default, uncustomized style with all plugins disabled.</div>

 


*Link To Original Article (http://www.vbulletin.com/forum/showthread.php?t=268833&goto=newpost)*

Image: http://www.vbulletin.com/forum/images/misc/rss.jpg  (http://www.vbulletin.com/forum)]]></description>
			<content:encoded><![CDATA[<div><div><b><font size="4">vBulletin 3.7.0</font></b><br /><br />
 <br /><br />
Today, the vBulletin team is proud to declare version 3.7.0 to be our stable, supported release.<br /><br />
 <br /><br />
vBulletin 3.7.0 is available immediately from the <a href="http://members.vbulletin.com" target="_blank">Members' Area</a> to all customers with active vBulletin licenses, and will be offered as the primary choice to those making <a href="https://www.vbulletin.com/order/" target="_blank">new purchases</a>.<br /><br />
 <br /><br />
This release supercedes the 3.6.x branch as our primary product. vBulletin 3.6.x will continue to be maintained for a limited time, as outlined in the <a href="showthread.php?t=268829" title="vBulletin Community Forum - Thread 268829">end-of-life announcement</a> posted today. We recommend that all customers with active licenses upgrade to vBulletin 3.7.0.<br /><br />
<br /><br />
There are many new features and improvements to existing functionality in vBulletin 3.7.0 over vBulletin 3.6.x, most of which have already been described in the release announcements for the various pre-release versions, and in the <a href="http://www.vbulletin.com/forum/showthread.php?t=249460" target="_blank">First Look</a> thread that was posted at the beginning of the beta process, but here is a brief list of just a few of the highlights.<ul><li><font size="1"><a href="showthread.php?p=1450764#post1450764" title="vBulletin Community Forum - Post 1450764">Inline spam management &amp; prevention</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450765#post1450765" title="vBulletin Community Forum - Post 1450765">Thread tagging</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450765#post1450765" title="vBulletin Community Forum - Post 1450765">Search cloud / tag cloud</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450766#post1450766" title="vBulletin Community Forum - Post 1450766">Thread prefixes</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450767#post1450767" title="vBulletin Community Forum - Post 1450767">Reciprocal friendships between users</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450768#post1450768" title="vBulletin Community Forum - Post 1450768">Public visitor messaging on profile pages with 'conversation' feature</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450769#post1450769" title="vBulletin Community Forum - Post 1450769">User picture galleries with user comment facility</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450770#post1450770" title="vBulletin Community Forum - Post 1450770">User-created social groups with invite only and moderated membership options</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450771#post1450771" title="vBulletin Community Forum - Post 1450771">Extended member profile pages</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450772#post1450772" title="vBulletin Community Forum - Post 1450772">Customizable member profile pages with admin-controlled styling abilities</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450773#post1450773" title="vBulletin Community Forum - Post 1450773">Inline editing of custom user profile fields</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450774#post1450774" title="vBulletin Community Forum - Post 1450774">Lightbox viewer for attached images</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450775#post1450775" title="vBulletin Community Forum - Post 1450775">Viewable and comparable history maintained for post edits</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450776#post1450776" title="vBulletin Community Forum - Post 1450776">Extended re-authentication for inline moderation actions</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450777#post1450777" title="vBulletin Community Forum - Post 1450777">Notices system for navigation bar</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450778#post1450778" title="vBulletin Community Forum - Post 1450778">Multiple human-verification systems including reCAPTCHA, image verification and Q/A</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450779#post1450779" title="vBulletin Community Forum - Post 1450779">User change history</a></font></li><br />
<li><font size="1"><a href="showthread.php?p=1450780#post1450780" title="vBulletin Community Forum - Post 1450780">Social bookmarking integration</a></font></li><br />
</ul><b>PHP and MySQL Requirements</b><br /><br />
 <br /><br />
vBulletin 3.7.0 <font color="red">requires</font> at least PHP 4.3.3 and MySQL 4.0.16 <i>(These are the same requirements as vBulletin 3.6)</i>, but we strongly <font color="red">recommend</font> that all customers run PHP 5.2.5 with APC and MySQL 5.0.51 or later. Major performance benefits can be had by taking the recommended route rather than simply satisfying the required versions.<br /><br />
 <br /><br />
<b>What is a 'Gold' Version?</b><br /><br />
 <br /><br />
When talking about software, the term 'gold' is not related to the color of the application. Rather, it refers to the practise of burning the final version of a software product to a CD-R so that it can be sent to a large scale CD press for large-scale distribution. It is used to indicate that the code is ready for deployment to customers. The <i>official </i>name of this new version is <i>vBulletin 3.7.0</i>.<br /><br />
 <br /><br />
<b>Installing or Upgrading vBulletin</b><br /><br />
 <br /><br />
Anyone who has installed or upgraded any version of vBulletin 3 before will be familiar with the process, but for those who are new to the system, the vBulletin manual has all the details for <a href="http://www.vbulletin.com/docs/html/install" target="_blank">installing</a> and <a href="http://www.vbulletin.com/docs/html/upgrade" target="_blank">upgrading</a>.<br /><br />
 <br /><br />
<b>Template Changes</b><br /><br />
 <br /><br />
A large number of templates have been changed when compared with vBulletin 3.6.x. <font color="red">It will be necessary to revert affected customized templates</font> or otherwise carefully integrate the changes into your custom versions or new features and existing functionality will be adversely affected. A complete list of the templates you have customized whose original version has been changed by the 3.7.0 upgrade is available within your Admin Control Panel after the upgrade is complete.<br /><br />
 <br /><br />
<b>Bug Reports</b><br /><br />
 <br /><br />
As with any software, bugs will appear. If you find a problem that you believe to be a bug, please don't post about it on the forums where the development team may never find your message, but instead use the dedicated <a href="http://www.vbulletin.com/forum/project.php?do=issuelist&amp;projectid=6&amp;issuetypeid=b  ug" target="_blank">bug tracker</a> to make a report that can be tracked through to completion.<br /><br />
 <br /><br />
Before reporting a bug, please ensure you are able to reproduce the problem on a board using a default, uncustomized style with all plugins disabled.</div><br />
<br />
 <br />
<br />
<br />
<b><a href="http://www.vbulletin.com/forum/showthread.php?t=268833&amp;goto=newpost" target="_blank">Link To Original Article</a></b><br />
<br />
<a href="http://www.vbulletin.com/forum" target="_blank"><img src="http://www.vbulletin.com/forum/images/misc/rss.jpg" border="0" alt="" /></a></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f27/">Jelsoft vBulletin Announcements</category>
			<dc:creator>Code Monkey</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f27/vbulletin-3-7-0-gold-released-1905.html</guid>
		</item>
		<item>
			<title>mod needed</title>
			<link>http://vbmodder.com/forums/f48/mod-needed-1904.html</link>
			<pubDate>Tue, 29 Apr 2008 19:10:32 GMT</pubDate>
			<description><![CDATA[Ok i need a mod in which i can input like 5000 numbers, each number is about 15 digits long. ever member that will register should have a number so i want them to put in the number when registering and if it's 1 of the 5000 numbers it accepts them if not then denies them. I am just wondering if there is anything out there like that for vbulletin.]]></description>
			<content:encoded><![CDATA[<div>Ok i need a mod in which i can input like 5000 numbers, each number is about 15 digits long. ever member that will register should have a number so i want them to put in the number when registering and if it's 1 of the 5000 numbers it accepts them if not then denies them. I am just wondering if there is anything out there like that for vbulletin.</div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f48/">vBulletin Services</category>
			<dc:creator>jovan</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f48/mod-needed-1904.html</guid>
		</item>
		<item>
			<title>vBulletin Licensing Changes</title>
			<link>http://vbmodder.com/forums/f27/vbulletin-licensing-changes-1903.html</link>
			<pubDate>Tue, 29 Apr 2008 17:51:01 GMT</pubDate>
			<description><![CDATA[<div>For eight years, Jelsoft has produced feature-rich, professional products and backed them up with high quality support, while always maintaining excellent value for money.<br />
 <br />
Today, for the first time in our history, we are announcing some changes to the way in which we license our products:<ul><li>Increases in the price of all products and services</li>
<li>Removal of the renewal fee for add-on products</li>
</ul>The removal of the renewal fee for add-on products is effective immediately. All other changes will be introduced on June 2nd, 2008. Further details of the changes are included below this message.<br />
<br />
These changes apply retroactively, both to existing licenses and new purchases.<br />
 <br />
Please note that the way in which we provide the software to customers and support it will be unaffected by these changes - active license owners will continue to be able to download the latest versions of vBulletin (including future major releases) via the members&#8217; area on vBulletin.com.<br />
 <br />
We would like to take this opportunity to thank all of our customers for their continued support. Be assured of our ongoing commitment to excellence in product development and customer service.<br />
 <br />
Many thanks,<br />
James Limm<br />
 <br />
<font size="3"><b>Further Details</b></font><br />
 <br />
The following information explains in more detail the licensing changes on a product-by-product basis. If there are any queries about these changes get in touch with our support team on <a href="mailto:support@vbulletin.com">support@vbulletin.com</a>. A <a href="showthread.php?t=268828" title="vBulletin Community Forum - Thread 268828">discussion thread</a> for this announcement is available.<br />
 <br />
All pricing changes are reflected in US Dollars. Pricing in Euros and Pounds Sterling will be also implemented on the 2nd June 2008.<br />
 <br />
<b>Leased and Owned Licenses</b><br />
We currently offer two different types of vBulletin license: Owned and Leased.<br />
 <br />
The Owned vBulletin license allows you to run the software on your site indefinitely. Along with this license, you will receive one year of free updates. Beyond the first year, a renewal fee is payable to obtain updates for an additional year.<br />
 <br />
The Leased vBulletin license allows you to use the software on your site for one year and gives you access to product updates for that year. After one year, the license may be renewed to continue using the software, or removed from the site.<br />
 <br />
Both licenses include unlimited free support via email.<br />
 <br />
From 2nd June the following prices will apply:<br />
<ul><li>Owned license - $180</li>
<li>Leased license - $100</li>
</ul>Bulk order pricing for both license types will remain consistent with the current discounting levels.<br />
 <br />
<b>License Renewals</b><br />
For a Leased license, it is necessary to purchase a license Renewal in order to continue to run vBulletin on your site. For Owned licenses, it is not necessary to renew in order to continue using vBulletin, but is required in order to extend access to software updates.<br />
 <br />
From the June 2nd, the following changes will be coming into effect:<br />
<ul><li>Leased license Renewal pricing will be $100.</li>
<li>Owned license Renewal pricing will be:<ul><li>$40 if purchased before the license expires or within 60 days after expiry</li>
<li>$60 if purchased at any other time</li>
</ul></li>
<li>vBulletin Renewals will now also renew linked add-on products (details below)</li>
</ul>If a Renewal is purchased before the license expires, the existing expiry date is extended by one year. If the Renewal is purchased after the license expires, access to software updates is restored, and the expiry date will be set to one year from the date of Renewal purchase.<br />
 <br />
<b>License Upgrades</b><br />
License Upgrades allow you to convert a Leased license into an Owned license. There are two products available, depending on when the Leased license was purchased.<br />
 <br />
If the Leased license was purchased less than 60 days in the past, a special offer is available that will convert the license from Leased to Owned without changing the expiry date of the license. From the 2nd June, the price for this option will be $100.<br />
 <br />
If the Leased license was purchased more than 60 days in the past, the standard license Upgrade option is available. From the 2nd June, the price for this option will be $180. This option will set the new expiry date to be one year in the future from the date of Upgrade purchase, as is currently the case.<br />
 <br />
<b>Add-on Products</b><br />
As well as the vBulletin forums product, Jelsoft also offers two additional add-on products that integrate with vBulletin and add extra functionality to the community - vBulletin Blog and vBulletin Project Tools.<br />
 <br />
Add-on products are linked to either a Leased or an Owned vBulletin license. Currently, buying an add-on product will give you access to software updates for one year from the date of purchase - and a further year of updates would incur an additional fee.<br />
 <br />
From today, the renewal fees for add-on products will be removed, and access for add-on product updates will correspond to the status of the linked &quot;parent&quot; vBulletin license. While the vBulletin license is active, you will be able to download software updates for any linked add-on products.<br />
 <br />
From 2nd June, the cost of vBulletin Blog and Project Tools will be $60.<br />
 <br />
<b>Additional Products</b><br />
 <br />
From 2nd June, the Branding Free option price will be $170 and the Professional Installation and Professional Upgrade prices will be $150.</div>

 


*Link To Original Article (http://www.vbulletin.com/forum/showthread.php?t=268714&goto=newpost)*

Image: http://www.vbulletin.com/forum/images/misc/rss.jpg  (http://www.vbulletin.com/forum)]]></description>
			<content:encoded><![CDATA[<div><div>For eight years, Jelsoft has produced feature-rich, professional products and backed them up with high quality support, while always maintaining excellent value for money.<br /><br />
 <br /><br />
Today, for the first time in our history, we are announcing some changes to the way in which we license our products:<ul><li>Increases in the price of all products and services</li><br />
<li>Removal of the renewal fee for add-on products</li><br />
</ul>The removal of the renewal fee for add-on products is effective immediately. All other changes will be introduced on June 2nd, 2008. Further details of the changes are included below this message.<br /><br />
<br /><br />
These changes apply retroactively, both to existing licenses and new purchases.<br /><br />
 <br /><br />
Please note that the way in which we provide the software to customers and support it will be unaffected by these changes - active license owners will continue to be able to download the latest versions of vBulletin (including future major releases) via the members&#8217; area on vBulletin.com.<br /><br />
 <br /><br />
We would like to take this opportunity to thank all of our customers for their continued support. Be assured of our ongoing commitment to excellence in product development and customer service.<br /><br />
 <br /><br />
Many thanks,<br /><br />
James Limm<br /><br />
 <br /><br />
<font size="3"><b>Further Details</b></font><br /><br />
 <br /><br />
The following information explains in more detail the licensing changes on a product-by-product basis. If there are any queries about these changes get in touch with our support team on <a href="mailto:support@vbulletin.com">support@vbulletin.com</a>. A <a href="showthread.php?t=268828" title="vBulletin Community Forum - Thread 268828">discussion thread</a> for this announcement is available.<br /><br />
 <br /><br />
All pricing changes are reflected in US Dollars. Pricing in Euros and Pounds Sterling will be also implemented on the 2nd June 2008.<br /><br />
 <br /><br />
<b>Leased and Owned Licenses</b><br /><br />
We currently offer two different types of vBulletin license: Owned and Leased.<br /><br />
 <br /><br />
The Owned vBulletin license allows you to run the software on your site indefinitely. Along with this license, you will receive one year of free updates. Beyond the first year, a renewal fee is payable to obtain updates for an additional year.<br /><br />
 <br /><br />
The Leased vBulletin license allows you to use the software on your site for one year and gives you access to product updates for that year. After one year, the license may be renewed to continue using the software, or removed from the site.<br /><br />
 <br /><br />
Both licenses include unlimited free support via email.<br /><br />
 <br /><br />
From 2nd June the following prices will apply:<br /><br />
<ul><li>Owned license - $180</li><br />
<li>Leased license - $100</li><br />
</ul>Bulk order pricing for both license types will remain consistent with the current discounting levels.<br /><br />
 <br /><br />
<b>License Renewals</b><br /><br />
For a Leased license, it is necessary to purchase a license Renewal in order to continue to run vBulletin on your site. For Owned licenses, it is not necessary to renew in order to continue using vBulletin, but is required in order to extend access to software updates.<br /><br />
 <br /><br />
From the June 2nd, the following changes will be coming into effect:<br /><br />
<ul><li>Leased license Renewal pricing will be $100.</li><br />
<li>Owned license Renewal pricing will be:<ul><li>$40 if purchased before the license expires or within 60 days after expiry</li><br />
<li>$60 if purchased at any other time</li><br />
</ul></li><br />
<li>vBulletin Renewals will now also renew linked add-on products (details below)</li><br />
</ul>If a Renewal is purchased before the license expires, the existing expiry date is extended by one year. If the Renewal is purchased after the license expires, access to software updates is restored, and the expiry date will be set to one year from the date of Renewal purchase.<br /><br />
 <br /><br />
<b>License Upgrades</b><br /><br />
License Upgrades allow you to convert a Leased license into an Owned license. There are two products available, depending on when the Leased license was purchased.<br /><br />
 <br /><br />
If the Leased license was purchased less than 60 days in the past, a special offer is available that will convert the license from Leased to Owned without changing the expiry date of the license. From the 2nd June, the price for this option will be $100.<br /><br />
 <br /><br />
If the Leased license was purchased more than 60 days in the past, the standard license Upgrade option is available. From the 2nd June, the price for this option will be $180. This option will set the new expiry date to be one year in the future from the date of Upgrade purchase, as is currently the case.<br /><br />
 <br /><br />
<b>Add-on Products</b><br /><br />
As well as the vBulletin forums product, Jelsoft also offers two additional add-on products that integrate with vBulletin and add extra functionality to the community - vBulletin Blog and vBulletin Project Tools.<br /><br />
 <br /><br />
Add-on products are linked to either a Leased or an Owned vBulletin license. Currently, buying an add-on product will give you access to software updates for one year from the date of purchase - and a further year of updates would incur an additional fee.<br /><br />
 <br /><br />
From today, the renewal fees for add-on products will be removed, and access for add-on product updates will correspond to the status of the linked &quot;parent&quot; vBulletin license. While the vBulletin license is active, you will be able to download software updates for any linked add-on products.<br /><br />
 <br /><br />
From 2nd June, the cost of vBulletin Blog and Project Tools will be $60.<br /><br />
 <br /><br />
<b>Additional Products</b><br /><br />
 <br /><br />
From 2nd June, the Branding Free option price will be $170 and the Professional Installation and Professional Upgrade prices will be $150.</div><br />
<br />
 <br />
<br />
<br />
<b><a href="http://www.vbulletin.com/forum/showthread.php?t=268714&amp;goto=newpost" target="_blank">Link To Original Article</a></b><br />
<br />
<a href="http://www.vbulletin.com/forum" target="_blank"><img src="http://www.vbulletin.com/forum/images/misc/rss.jpg" border="0" alt="" /></a></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f27/">Jelsoft vBulletin Announcements</category>
			<dc:creator>Code Monkey</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f27/vbulletin-licensing-changes-1903.html</guid>
		</item>
		<item>
			<title>vBulletin 3.0, 3.5 Now at End-of-Life</title>
			<link>http://vbmodder.com/forums/f27/vbulletin-3-0-3-5-now-end-life-1902.html</link>
			<pubDate>Tue, 29 Apr 2008 15:51:01 GMT</pubDate>
			<description><![CDATA[<div><font size="4"><b>vBulletin 3.0, 3.5 Now at End-of-Life</b></font><br />
<br />
vBulletin 3.0 was first made available to customers as a beta in June 2003 and the 'Gold' version was released in March 2004. Since then, major updates have been released, including vBulletin 3.5, 3.6 and today, 3.7.<br />
<br />
With the succession today of vBulletin 3.7.0 as our primary, stable and supported version, the time has come to finally declare the end of life (EOL) for 3.0 and 3.5. These versions are old and have been superceded twice, and statistics we can draw from our download logs show that only an extremely small portion of our customers are still running these old versions.<br />
<br />
Therefore, our recommendation to anyone running versions of vBulletin 3.0 or 3.5 is to upgrade to 3.7 in order to benefit from security improvements, bug-fixes and many new features. No further feature, maintenance or security releases of 3.0 or 3.5 will be made.<br />
<br />
<b><font size="3">vBulletin 3.6 End of Life Schedule</font></b><br />
<br />
With today's release of 3.7.0 and development priorities switching to vBulletin 4, customers should be aware that vBulletin 3.6 will not be maintained forever. Active maintenance including fixes for functionality breaks and security problems will continue for six months (to 31st October 2008), after which only security fixes will be released. Upon the release of vBulletin 4, the 3.6 branch will be EOL'd and no further security fixes will be made available and customers will be advised to upgrade to vBulletin 3.7 or 4.0 in order to gain fixes.</div>

 


*Link To Original Article (http://www.vbulletin.com/forum/showthread.php?t=268829&goto=newpost)*

Image: http://www.vbulletin.com/forum/images/misc/rss.jpg  (http://www.vbulletin.com/forum)]]></description>
			<content:encoded><![CDATA[<div><div><font size="4"><b>vBulletin 3.0, 3.5 Now at End-of-Life</b></font><br /><br />
<br /><br />
vBulletin 3.0 was first made available to customers as a beta in June 2003 and the 'Gold' version was released in March 2004. Since then, major updates have been released, including vBulletin 3.5, 3.6 and today, 3.7.<br /><br />
<br /><br />
With the succession today of vBulletin 3.7.0 as our primary, stable and supported version, the time has come to finally declare the end of life (EOL) for 3.0 and 3.5. These versions are old and have been superceded twice, and statistics we can draw from our download logs show that only an extremely small portion of our customers are still running these old versions.<br /><br />
<br /><br />
Therefore, our recommendation to anyone running versions of vBulletin 3.0 or 3.5 is to upgrade to 3.7 in order to benefit from security improvements, bug-fixes and many new features. No further feature, maintenance or security releases of 3.0 or 3.5 will be made.<br /><br />
<br /><br />
<b><font size="3">vBulletin 3.6 End of Life Schedule</font></b><br /><br />
<br /><br />
With today's release of 3.7.0 and development priorities switching to vBulletin 4, customers should be aware that vBulletin 3.6 will not be maintained forever. Active maintenance including fixes for functionality breaks and security problems will continue for six months (to 31st October 2008), after which only security fixes will be released. Upon the release of vBulletin 4, the 3.6 branch will be EOL'd and no further security fixes will be made available and customers will be advised to upgrade to vBulletin 3.7 or 4.0 in order to gain fixes.</div><br />
<br />
 <br />
<br />
<br />
<b><a href="http://www.vbulletin.com/forum/showthread.php?t=268829&amp;goto=newpost" target="_blank">Link To Original Article</a></b><br />
<br />
<a href="http://www.vbulletin.com/forum" target="_blank"><img src="http://www.vbulletin.com/forum/images/misc/rss.jpg" border="0" alt="" /></a></div>

]]></content:encoded>
			<category domain="http://vbmodder.com/forums/f27/">Jelsoft vBulletin Announcements</category>
			<dc:creator>Code Monkey</dc:creator>
			<guid isPermaLink="true">http://vbmodder.com/forums/f27/vbulletin-3-0-3-5-now-end-life-1902.html</guid>
		</item>
	</channel>
</rss>
