<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vBulletin Guru</title>
	<atom:link href="http://www.vbulletinguru.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vbulletinguru.com</link>
	<description>Making the most out of your vBulletin Forum</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:39:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>vB4 Unique forum icons</title>
		<link>http://www.vbulletinguru.com/2012/vb4-unique-forum-icons/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-unique-forum-icons/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 15:39:15 +0000</pubDate>
		<dc:creator>peterdl</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395682-Unique-forum-icons</guid>
		<description><![CDATA[Is is possible to have unique icons for each forum?

For example, replace forum_old-48.png with a unique icon for each forum?

I'm on vB 4.1.10.

Thanks

]]></description>
			<content:encoded><![CDATA[<div>Is is possible to have unique icons for each forum?<br />
<br />
For example, replace forum_old-48.png with a unique icon for each forum?<br />
<br />
I'm on vB 4.1.10.<br />
<br />
Thanks</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-unique-forum-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking to move from Dedicated Server</title>
		<link>http://www.vbulletinguru.com/2012/looking-to-move-from-dedicated-server/</link>
		<comments>http://www.vbulletinguru.com/2012/looking-to-move-from-dedicated-server/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 00:58:05 +0000</pubDate>
		<dc:creator>pgowder</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395661-Looking-to-move-from-Dedicated-Server</guid>
		<description><![CDATA[I'm currently on a dedicated server.  But our needs have changed and am thinking of moving back to a standard hosting account. 
 
I've not looked at web hosts in years.  Who can handle large...]]></description>
			<content:encoded><![CDATA[<div>I'm currently on a dedicated server.  But our needs have changed and am thinking of moving back to a standard hosting account.<br />
<br />
I've not looked at web hosts in years.  Who can handle large vBulletin sites and keep good performance?<br />
<br />
Any recommendations?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/looking-to-move-from-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing your vBulletin Forums (Part 1)</title>
		<link>http://www.vbulletinguru.com/2012/securing-your-vbulletin-forums-part-1/</link>
		<comments>http://www.vbulletinguru.com/2012/securing-your-vbulletin-forums-part-1/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 21:44:09 +0000</pubDate>
		<dc:creator>Wayne Luke</dc:creator>
				<category><![CDATA[vBulletin Developer blogs]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/entry.php/2503-Securing-your-vBulletin-Forums-(Part-1)</guid>
		<description><![CDATA[As time passes on, websites and the software behind them get more complex and intertwined. It really wasn’t long ago that a websites consisted of a series of static webpages with minimal user...]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">As time passes on, websites and the software behind them get more complex and intertwined. It really wasn’t long ago that a websites consisted of a series of static webpages with minimal user interaction. Today’s websites however are all about user interaction and user submitted content. When you allows users to post content on your website, it starts to get complicated. I am going to write a series of articles to help you secure your portion of the World Wide Web and limit malicious intent on your website.<br />
 <br />
<div class="contentnote" style="border: 1px solid #0B1986;color:#000;background-color:#F5FFFF;padding:5px;"> Please note the following primarily covers Linux, Unix and derivative systems. Windows handles file permissions differently.</div><br />
 <b><br />
<font size="3">File Permissions</font></b><br />
Out of the box vBulletin doesn’t really care about file permissions that much. The software is configured to store everything in your database and works with the web server’s default permissions. However you can tighten this up a little to protect yourself and the users that visit your website.<br />
 <br />
<br />
 <div class="img_align_center "><a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57792&amp;d=1328304965" id="attachment57792" rel="Lightbox_2503" ><img src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57792&amp;d=1328304965" border="0" alt="Click image for larger version.&nbsp;

Name:	typicalstructure.png&nbsp;
Views:	213&nbsp;
Size:	14.1 KB&nbsp;
ID:	57792" class="align_center size_large" /></a></div><br />
The image above shows what a typical website directory looks like when you first connect. If you look at the columns on the right, you will see the permissions and ownership of the files. <br />
<br />
 <font size="3"><b>The basics</b></font><br />
When we talk about File Permissions, you’ll hear a lot of numbers. It is sometimes confusing to understand what these numbers mean. You might see something like chmod 777 or chmod 755. These can be confusing.  <br />
 These numbers refer to three permissions: read, write and execute. <br />
<br />
 <div class="cms_table"><table width="100%" class="cms_table"><tr valign="top" class="cms_table_tr"><TH width="50%" class="cms_table_th">             Permission</TH>
<TH width="50%" class="cms_table_th">             Value</TH>
</tr>
<tr valign="top" class="cms_table_tr"><TD width="50%" class="cms_table_td">             Execute</TD>
<TD width="50%" class="cms_table_td">             1</TD>
</tr>
<tr valign="top" class="cms_table_tr"><TD width="50%" class="cms_table_td">             Write</TD>
<TD width="50%" class="cms_table_td">             2</TD>
</tr>
<tr valign="top" class="cms_table_tr"><TD width="50%" class="cms_table_td">             Read</TD>
<TD width="50%" class="cms_table_td">             4</TD>
</tr>
</table></div>
 <br />
<br />
<br />
 When you add up the values, you get the number that you should assign. So if the value is 7, then all three permissions are granted.<br />
 The numbers are given to three different groups of users as well. Those groups are: Owner, Group, Public/World. They are represented in that order. Naturally the owner should have the most permissions and the Public should have the fewest. These are shown in respective order from left to right.<br />
 <br />
Here is what a basic vBulletin installation might look like:<br />
<div class="img_align_center "><a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57793&amp;d=1328305107" id="attachment57793" rel="Lightbox_2503" ><img src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57793&amp;d=1328305107" border="0" alt="Click image for larger version.&nbsp;

Name:	basicpermissions.png&nbsp;
Views:	232&nbsp;
Size:	12.8 KB&nbsp;
ID:	57793" class="align_center size_large" /></a></div><br />
<br />
<br />
 777 – grants Read, Write and Execute permission to Owner, Group and Public.<br />
 755 – grants Read, Write Execute to the Owner plus Read and Execute permissions to the Group and Public.<br />
 644 – grants Read and Write to the Owner plus Read permissions to the Group and Public.<br />
 <br />
<br />
<br />
 <font size="3"><b>So what should you do?</b></font><br />
Of course you want the most secure permissions possible but still want to allow your site to work. In this case, you want to use the 644 permissions on your PHP files if you can. This means you can write to your files, via FTP, SCP or SFTP, but others cannot. It means you can read your files. The Group and World can read the files, which allows them to work properly on most systems. Your directories will probably need a minimum of 755 to work properly. More about this later.<br />
 Unfortunately, some hosting providers do not allow this permission to be used due to their setup. They may require 755 which adds in the Execute permission in order for PHP scripts to work properly. If you change your PHP scripts to the 644 permission and your site breaks, you will need to change them back to the 755 permission.<br />
<br />
 <font size="3"><b>File Directories</b></font><br />
File Directories are special in that they need to be “Executed” to be opened, get directory listings and find files in them. This is why they need at least the 755 Permission. If you are storing attachments, custom avatars or other uploads in the file system, the directories that you are using to store these items need to have full permissions 777. The reason for this is that the web server can run under a user that is different from the user that you manage files with. A lot of times the web server us handled by a background user named ‘nobody’. Though this isn’t always the case. Unfortunately, we can’t go over every type of server configuration here.<br />
 <br />
<br />
<font size="3"><b>How to Change Permissions</b></font><br />
chmod is a command-line utility. Unfortunately unless you’re on a Dedicated or Virtual Private Server (VPS), you probably do not have access to the command line to use it. Luckily for us, the FTP protocol allows us to change file permissions as well. In most FTP clients, you can pull up a context menu that gives you various actions to take on an item. You can access the context menu by right-clicking your mouse or click-hovering your mouse over the item. The item you’re looking for is permissions. Selecting this will allow you to change the permission for the selected item(s).<br />
<br />
Here is an example of what the context menu might look like:<br />
<br />
 <div class="img_align_center "><a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57794&amp;d=1328305138" id="attachment57794" rel="Lightbox_2503" ><img src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57794&amp;d=1328305138" border="0" alt="Click image for larger version.&nbsp;

Name:	contextmenu.png&nbsp;
Views:	189&nbsp;
Size:	17.8 KB&nbsp;
ID:	57794" class="align_center size_medium" /></a></div><br />
<br />
 <br />
<br />
<br />
 If you do have shell or command line access, then you can use a command like:<br />
 chmod 644 *.php  <br />
 chmod 644 *.js<br />
 <br />
<div class="img_align_center "><a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57795&amp;d=1328305189" id="attachment57795" rel="Lightbox_2503" ><img src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57795&amp;d=1328305189" border="0" alt="Click image for larger version.&nbsp;

Name:	chmod644.png&nbsp;
Views:	211&nbsp;
Size:	11.3 KB&nbsp;
ID:	57795" class="align_center size_medium" /></a></div><br />
<br />
<br />
 The desired permissions are:<br />
 Files – 644 then 755 if required by your hosting provider.<br />
 Directories – 755<br />
 User Upload Directories – 777<br />
 <br />
<font size="3"><b>Next Time</b></font><br />
Part II will cover securing your directories to make access more difficult for trouble makers. Future installments will cover secure attachment storage in the file system and how to make sure your plugins are safe.</blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/securing-your-vbulletin-forums-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB3 Custom inline text ads</title>
		<link>http://www.vbulletinguru.com/2012/vb3-custom-inline-text-ads/</link>
		<comments>http://www.vbulletinguru.com/2012/vb3-custom-inline-text-ads/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 13:50:41 +0000</pubDate>
		<dc:creator>TAL</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395625-Custom-inline-text-ads</guid>
		<description><![CDATA[What code would I use if I wanted certain text to pop up in a box when a user hovers over certain text on my frontpage?

]]></description>
			<content:encoded><![CDATA[<div>What code would I use if I wanted certain text to pop up in a box when a user hovers over certain text on my frontpage?</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb3-custom-inline-text-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin with this company</title>
		<link>http://www.vbulletinguru.com/2012/vbulletin-with-this-company/</link>
		<comments>http://www.vbulletinguru.com/2012/vbulletin-with-this-company/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:45:44 +0000</pubDate>
		<dc:creator>TonnyF</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395623-vBulletin-with-this-company</guid>
		<description><![CDATA[Is it a good idea to run vBulletin on just199? 
Any comments of them?

]]></description>
			<content:encoded><![CDATA[<div>Is it a good idea to run vBulletin on just199? <br />
Any comments of them?</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbulletin-with-this-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Internet Explorer 6 and 7 no longer supported.</title>
		<link>http://www.vbulletinguru.com/2012/microsoft-internet-explorer-6-and-7-no-longer-supported/</link>
		<comments>http://www.vbulletinguru.com/2012/microsoft-internet-explorer-6-and-7-no-longer-supported/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 01:58:20 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395604-Microsoft-Internet-Explorer-6-and-7-no-longer-supported</guid>
		<description><![CDATA[After extensive deliberation and an in-depth analysis of global browser trends, we have decided to *drop support* for both *Microsoft Internet Explorer 6 and 7* with the release of *vBulletin 4.2*. 
...]]></description>
			<content:encoded><![CDATA[<div>After extensive deliberation and an in-depth analysis of global browser trends, we have decided to <b>drop support</b> for both <b>Microsoft Internet Explorer 6 and 7</b> with the release of <b>vBulletin 4.2</b>.<br />
<br />
Given their rapid decline in market share over the past year, Microsoft's recent decision to follow Chrome and Firefox with the implementation of <a href="http://www.theregister.co.uk/2011/12/15/ie_9_silent_updates/" >silent updates</a>, and the numerous hacks/kludges we've implemented in vB4 specifically for IE 6 &amp; 7, we've concluded that continuing support will rapidly become untenable over the coming year.<br />
<br />
This has been a difficult decision for the vBulletin team.  While we respect the needs of all of our customers, dropping support for IE 6 &amp; 7 will allow us to improve user experience for the vast majority of license holders, more effectively leverage our development resources, and enable us to move forward with exciting new vB4 projects.<br />
<br />
We will support IE 6 &amp; 7 in the upcoming release of vBulletin 4.1.11, and any additional 4.1.x release that may follow.  This change will only go into effect with the 4.2.x series.<br />
<br />
Please feel free to discuss this change - <a href="https://www.vbulletin.com/forum/showthread.php/392486-IE-6-no-longer-supported" >HERE</a>.<br />
<br />
<br />
Thank you for you continuing support of vBulletin 4!<br />
<br />
<br />
Sincerely,<br />
<br />
<b>The vB4 Team</b></div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/microsoft-internet-explorer-6-and-7-no-longer-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Is it possible to get this same style on vb4?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-is-it-possible-to-get-this-same-style-on-vb4/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-is-it-possible-to-get-this-same-style-on-vb4/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:09:48 +0000</pubDate>
		<dc:creator>OHRacing</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395573-Is-it-possible-to-get-this-same-style-on-vb4</guid>
		<description><![CDATA[Hi guys. 
 
I've edited a style to which I'm happy with currently which runs on vb 3.8.6, but I'm looking to upgrade to the latest version of vBulletin but I don't really like the new themes which...]]></description>
			<content:encoded><![CDATA[<div>Hi guys.<br />
<br />
I've edited a style to which I'm happy with currently which runs on vb 3.8.6, but I'm looking to upgrade to the latest version of vBulletin but I don't really like the new themes which they use.<br />
<br />
Would it be possible for me to recreate this design (see at: <a href="http://www.ohracing.net/forum" >http://www.ohracing.net/forum</a>) on the new software currently available?<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-is-it-possible-to-get-this-same-style-on-vb4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need server help</title>
		<link>http://www.vbulletinguru.com/2012/need-server-help/</link>
		<comments>http://www.vbulletinguru.com/2012/need-server-help/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 03:21:24 +0000</pubDate>
		<dc:creator>EdCotaFan</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395551-Need-server-help</guid>
		<description><![CDATA[I plan on starting a community on v bulletin I have no idea where or what type of server I would need. 
 
Size would be from 2-5 thousand members with about a max of 5-600 members online at one time...]]></description>
			<content:encoded><![CDATA[<div>I plan on starting a community on v bulletin I have no idea where or what type of server I would need.<br />
<br />
Size would be from 2-5 thousand members with about a max of 5-600 members online at one time on average. <br />
<br />
I honestly have no clue what type of hosting I would need to be able to support a community this size.<br />
<br />
I know I need to be free of errors and lag, the main reason I'm looking into doing this myself was the slow, laggy and constant errors from the old site. <br />
<br />
Any help will be appreciated,<br />
<br />
Chris</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/need-server-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 New Style Not Live?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-new-style-not-live/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-new-style-not-live/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 02:14:09 +0000</pubDate>
		<dc:creator>ckurdelski</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395546-New-Style-Not-Live</guid>
		<description><![CDATA[Hello. I changed the style and logo in the header of my vbulletin forums, but the change seems to only be active on the computer that I made the change on. Is there a delay that I should expect, or...]]></description>
			<content:encoded><![CDATA[<div>Hello. I changed the style and logo in the header of my vbulletin forums, but the change seems to only be active on the computer that I made the change on. Is there a delay that I should expect, or is there a reason that other computers aren't seeing the style changes I made?<br />
<br />
Thanks and LMK, Chris</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-new-style-not-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Vbulletin Widgets</title>
		<link>http://www.vbulletinguru.com/2012/vb4-vbulletin-widgets/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-vbulletin-widgets/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 01:43:02 +0000</pubDate>
		<dc:creator>rocktrns</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395544-Vbulletin-Widgets</guid>
		<description><![CDATA[What is a good website to find some cool widgets?

]]></description>
			<content:encoded><![CDATA[<div>What is a good website to find some cool widgets?</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-vbulletin-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Post text boxes and profile problem</title>
		<link>http://www.vbulletinguru.com/2012/vb4-post-text-boxes-and-profile-problem/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-post-text-boxes-and-profile-problem/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 18:31:07 +0000</pubDate>
		<dc:creator>Omicron99</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395476-Post-text-boxes-and-profile-problem</guid>
		<description><![CDATA[I have recently upgrade my forum to vb4.1.10 and installed a new theme, however I'm having to problems. 
 
1) On the members profile pages, it still using the color scheme from the old theme, which...]]></description>
			<content:encoded><![CDATA[<div>I have recently upgrade my forum to vb4.1.10 and installed a new theme, however I'm having to problems.<br />
<br />
1) On the members profile pages, it still using the color scheme from the old theme, which has since been deleted from Style Manager.<br />
<a href="http://www.epicnpc.com/members/spitfire5792.html" >http://www.epicnpc.com/members/spitfire5792.html</a><br />
<br />
2) The text box for New Thread, Reply, Quick Reply and Inbox are also using the old colors. <br />
<br />
Any ideas? I've deleted all my old themes including the default theme and only have the new theme installed. I also tried re-importing the XML style file after I deleted the old themes in hopes that would fix it, but it hasn't.<br />
<br />
I created a default theme and it does not share any of these problems. However when I re-import the XML style it does not fix it.<br />
<br />
Any help would be greatly appreciated.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-post-text-boxes-and-profile-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Missing stylevars?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-missing-stylevars/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-missing-stylevars/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 01:23:28 +0000</pubDate>
		<dc:creator>peterdl</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395446-Missing-stylevars</guid>
		<description><![CDATA[I found class="signaturecontainer" in the signature block for 4.1.10, but it doesn't appear in the style manager. Is there an easy way to style that class, where I can add font-size to the existing...]]></description>
			<content:encoded><![CDATA[<div>I found class=&quot;signaturecontainer&quot; in the signature block for 4.1.10, but it doesn't appear in the style manager. Is there an easy way to style that class, where I can add font-size to the existing style? Or, do I need to create a new child style of the primary and add it there?<br />
<br />
Or , is the ability to modify the font size in that block in another stylevar that I'm overlooking?<br />
<br />
The text appearing in sigs with no bbcode styling came through way too big during the upgrade from 3.8, and I'd like to get it back to something more appealing.<br />
<br />
Thanks</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-missing-stylevars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Long User Location</title>
		<link>http://www.vbulletinguru.com/2012/vb4-long-user-location/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-long-user-location/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:19:35 +0000</pubDate>
		<dc:creator>str8tstill</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395383-Long-User-Location</guid>
		<description><![CDATA[I asked over at .org, no replies. Thought I would try here. 
 
User location text is getting overlapped down to the next line when the locations are long. 
 
Anyway to format this a bit better ?...]]></description>
			<content:encoded><![CDATA[<div>I asked over at .org, no replies. Thought I would try here.<br />
<br />
User location text is getting overlapped down to the next line when the locations are long.<br />
<br />
Anyway to format this a bit better ? Limit characters to postbit width?<br />
<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57739&amp;d=1327878975"  title="Name:  254.jpg
Views: 19
Size:  16.6 KB">254.jpg</a><br />
<br />
On default this is as long as you can go before it gets wrapped down to next line.<br />
<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57740&amp;d=1327879001"  title="Name:  257.jpg
Views: 19
Size:  9.4 KB">257.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57739&amp;d=1327878975" >254.jpg&lrm;</a> 
(16.6 KB)
</li><li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57740&amp;d=1327879001" >257.jpg&lrm;</a> 
(9.4 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-long-user-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB3 [Request] Style example at home .. Or modify the templates</title>
		<link>http://www.vbulletinguru.com/2012/vb3-request-style-example-at-home-or-modify-the-templates/</link>
		<comments>http://www.vbulletinguru.com/2012/vb3-request-style-example-at-home-or-modify-the-templates/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 19:00:41 +0000</pubDate>
		<dc:creator>faris_0555</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395373-Request-Style-example-at-home-Or-modify-the-templates</guid>
		<description><![CDATA[Hello 
Please Find similar like this Style 
If there is not like him .. Please attach templates 
Compatible together 
 
http://im.abuwaled.com 
 
If the translation into English, please Login here]]></description>
			<content:encoded><![CDATA[<div>Hello<br />
Please Find similar like this Style<br />
If there is not like him .. Please attach templates<br />
Compatible together<br />
<br />
<a href="http://im.abuwaled.com" >http://im.abuwaled.com</a><br />
<br />
If the translation into English, please Login here<br />
<br />
<br />
<a href="http://translate.google.com.sa/translate?sl=ar&amp;tl=en&amp;u=http://im.abuwaled.com" >http://translate.google.com.sa/trans...m.abuwaled.com</a><br />
<br />
<br />
Thank you</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb3-request-style-example-at-home-or-modify-the-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 How do I remove space between login/pass and the navtabs??</title>
		<link>http://www.vbulletinguru.com/2012/vb4-how-do-i-remove-space-between-loginpass-and-the-navtabs/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-how-do-i-remove-space-between-loginpass-and-the-navtabs/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 15:43:07 +0000</pubDate>
		<dc:creator>watty005</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395364-How-do-I-remove-space-between-login-pass-and-the-navtabs</guid>
		<description><![CDATA[Hi, How do I remove space between login/pass and the navtabs?? so there  is gap between them both? Please see picture for more details. Thanks 
 
Image: http://i40.tinypic.com/nyz32c.jpg  
 
 
I have...]]></description>
			<content:encoded><![CDATA[<div>Hi, How do I remove space between login/pass and the navtabs?? so there  is gap between them both? Please see picture for more details. Thanks<br />
<br />
<img src="http://i40.tinypic.com/nyz32c.jpg" border="0" alt="" /><br />
<br />
<br />
I have this code that removes what I wanted below<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML Code:</div>
	<hr /><code class="bbcode_code">.above_body {background: transparent}</code><hr />
</div>Obviously this code works when I'm not logged in the login/password area is visible, once I am logged in however nothing shows.<br />
<br />
Admin, Noticfications, Myprofile, logout , etc etc are only viewable when you hover the mouse of them? can someone help please.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-how-do-i-remove-space-between-loginpass-and-the-navtabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I come in hope &#8211; AN old version of VB needs updating.</title>
		<link>http://www.vbulletinguru.com/2012/i-come-in-hope-an-old-version-of-vb-needs-updating/</link>
		<comments>http://www.vbulletinguru.com/2012/i-come-in-hope-an-old-version-of-vb-needs-updating/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 13:18:16 +0000</pubDate>
		<dc:creator>Phil Waller</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395356-I-come-in-hope-AN-old-version-of-VB-needs-updating</guid>
		<description><![CDATA[Dear All, 
 
I have been a user of VB for many years now and one of my forums (for a Car Club) has been queitly doing its job for years with no issues. 
...]]></description>
			<content:encoded><![CDATA[<div>Dear All,<br />
<br />
I have been a user of VB for many years now and one of my forums (for a Car Club) has been queitly doing its job for years with no issues.<br />
<br />
<a href="http://www.granada-and-scorpio-online.com/forums/" >http://www.granada-and-scorpio-online.com/forums/</a><br />
<br />
Is still sitting on <font size="2">Version 2.3.7 - its never caused any issues and as you will see if you take a look has served that particular community well over the past 10 years.<br />
<br />
Recently the host that provides the server hosting for that domain upgraded the databases and now the forum doesnt work properly (people cannot reply to posts). I have been told thats correct and we need to move the forum on. I understand that but it puts us in a bit of a tricky situation.<br />
<br />
<br />
So my question is this:<br />
<br />
Is it possible to migrate the DB and its content to a newer version and then upgrade the forums to a newer version - I am happy to pay what it takes to get this done if its beyond my technical abilities? This probably includes paying for a new version and paying for someone to do the work?<br />
<br />
Can anyone help me on what direction to take or indeed offer a service to sort it out?<br />
<br />
<br />
Many thanks<br />
<br />
Phil<br />
</font></div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/i-come-in-hope-an-old-version-of-vb-needs-updating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Where to place adsense code?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-where-to-place-adsense-code/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-where-to-place-adsense-code/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 21:07:32 +0000</pubDate>
		<dc:creator>syncm</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395329-Where-to-place-adsense-code</guid>
		<description><![CDATA[Dear Vbulletin users, 
 
 
 
I need to place adsense ad into rectangle (please see the image below): 
 
Image: http://img843.imageshack.us/img843/1044/41871580.jpg ...]]></description>
			<content:encoded><![CDATA[<div>Dear Vbulletin users,<br />
<br />
<br />
<br />
I need to place adsense ad into rectangle (please see the image below):<br />
<br />
<a href="http://imageshack.us/photo/my-images/843/41871580.jpg/" ><img src="http://img843.imageshack.us/img843/1044/41871580.jpg" border="0" alt="" /></a><br />
<br />
Here there is html code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			&lt;if condition=&quot;$bbuserinfo['usergroupid'] == 11&quot;&gt;<br />
&lt;meta HTTP-EQUIV=&quot;REFRESH&quot; content=&quot;0; url=http://www.carclubtalk.com/message.htm&quot;&gt;<br />
&lt;/if&gt;<br />
<br />
&lt;table width=&quot;100%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />
&lt;tr&gt;<br />
&lt;td style=&quot;background: url('$stylevar[imgdir_misc]/nav_bg.gif') repeat-x center;&quot;&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;table width=&quot;100%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; style=&quot;background: url('images/bigred/gradients/gradient_nav.gif') repeat-x;&quot;&gt;<br />
&lt;tr&gt; <br />
&lt;td&gt;&lt;a href=&quot;index.php&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/home.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;a href=&quot;usercp.php&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/usercp.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;a href=&quot;memberlist.php&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/members.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;a href=&quot;search.php$session[sessionurl_q]&quot; accesskey=&quot;4&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/search.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;if condition=&quot;$bbuserinfo['userid']&quot;&gt;<br />
&lt;td id=&quot;usercptools&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/quick.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;script type=&quot;text/javascript&quot;&gt;vbmenu_register(&quot;usercptools&quot;, true); &lt;/script&gt;&lt;/td&gt;&lt;/if&gt;<br />
&lt;if condition=&quot;$show['registerbutton']&quot;&gt;<br />
&lt;td&gt;&lt;a href=&quot;register.php$session[sessionurl_q]&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/register.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/if&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;table width=&quot;100%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />
&lt;tr style=&quot;height: 15px;&quot;&gt;<br />
&lt;td colspan=&quot;3&quot; style=&quot;background: #610000;&quot;&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr style=&quot;height: 110px;&quot; valign=&quot;top&quot;&gt;<br />
&lt;td width=&quot;191&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/logo.gif&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;<br />
&lt;td style=&quot;background: url('$stylevar[imgdir_misc]/ad_bkg.gif') no-repeat;&quot; width=&quot;542&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td style=&quot;background: url('images/bigred/gradients/gradient_banner.gif') repeat-x;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/tr&gt;<br />
&lt;table width=&quot;100%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />
&lt;tr&gt;<br />
&lt;td background=&quot;$stylevar[imgdir_misc]/nav_bg.gif&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_misc]/nav_bg3.gif&quot; width=&quot;738&quot; height=&quot;38&quot; border=&quot;0&quot; usemap=&quot;#1_Map&quot; /&gt;<br />
    &lt;map name=&quot;1_Map&quot; id=&quot;11Map&quot;&gt;<br />
      &lt;area shape=&quot;rect&quot; coords=&quot;4,3,160,25&quot; href=&quot;http://www.carclubtalk.com/advertise-with-us.html&quot; /&gt;<br />
    &lt;area shape=&quot;rect&quot; coords=&quot;331,6,723,30&quot; href=&quot;http://www.carclubtalk.com/partner.htm&quot; /&gt;<br />
    &lt;/map&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;!-- conteget-paid-to-postnt table --&gt;<br />
$spacer_open<br />
$leftcolumn_advertisement<br />
$_phpinclude_output
			
		<hr />
	</div>
</div>Where should I put adsense code?<br />
<br />
Thank you in advance for your help.<br />
<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57715&amp;d=1327783897"  title="Name:  ad.jpg
Views: 12
Size:  26.7 KB">ad.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57715&amp;d=1327783897" >ad.jpg&lrm;</a> 
(26.7 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-where-to-place-adsense-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 any way to put blank lines between side blocks?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-any-way-to-put-blank-lines-between-side-blocks/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-any-way-to-put-blank-lines-between-side-blocks/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 13:04:11 +0000</pubDate>
		<dc:creator>sailnet</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395307-any-way-to-put-blank-lines-between-side-blocks</guid>
		<description><![CDATA[I'd like to put some blank '<br />' lines between my side blocks (shown) - does anyone know how to do this or which template to modify?]]></description>
			<content:encoded><![CDATA[<div>I'd like to put some blank '&lt;br&gt;' lines between my side blocks (shown) - does anyone know how to do this or which template to modify?</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/png.gif" alt="File Type: png" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57710&amp;d=1327755812" >demo.png&lrm;</a> 
(37.6 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-any-way-to-put-blank-lines-between-side-blocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 any easy way to remove HOME on navbar ?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-any-easy-way-to-remove-home-on-navbar/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-any-easy-way-to-remove-home-on-navbar/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 17:11:23 +0000</pubDate>
		<dc:creator>sailnet</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395268-any-easy-way-to-remove-HOME-on-navbar</guid>
		<description><![CDATA[I will not be using CMS on my site and only want Forum &#124; Blogs &#38; What's New and would like the HOME button removed. 
 
If there any easy way to do aside from modifying the navbar template? 
 
thanks...]]></description>
			<content:encoded><![CDATA[<div>I will not be using CMS on my site and only want Forum | Blogs &amp; What's New and would like the HOME button removed.<br />
<br />
If there any easy way to do aside from modifying the navbar template?<br />
<br />
thanks in advance.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-any-easy-way-to-remove-home-on-navbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A hosting</title>
		<link>http://www.vbulletinguru.com/2012/a-hosting/</link>
		<comments>http://www.vbulletinguru.com/2012/a-hosting/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 22:22:44 +0000</pubDate>
		<dc:creator>Syphon</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395226-A-hosting</guid>
		<description><![CDATA[I want some of the more cheap hosts for my vB

]]></description>
			<content:encoded><![CDATA[<div>I want some of the more cheap hosts for my vB</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/a-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 vB 4.1.10 Upgrade &#8211; All Font has gone small &#8211; and more. :(</title>
		<link>http://www.vbulletinguru.com/2012/vb4-vb-4-1-10-upgrade-all-font-has-gone-small-and-more/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-vb-4-1-10-upgrade-all-font-has-gone-small-and-more/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:24:40 +0000</pubDate>
		<dc:creator>Welshy</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395203-vB-4-1-10-Upgrade-All-Font-has-gone-small-and-more-(</guid>
		<description><![CDATA[Hi all, 
 
Since upgrading my forum from 4.1.8 to 4.1.10 and using the new "Stylevar cleanout tool" - All the font in my posts, signatures and in my "vBSEO" likes - has gone very small (to me anyway)...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
Since upgrading my forum from 4.1.8 to 4.1.10 and using the new &quot;Stylevar cleanout tool&quot; - All the font in my posts, signatures and in my &quot;vBSEO&quot; likes - has gone very small (to me anyway) - the Font style (if that is the correct term) has been changed too (default) should be Arial, but it appears to be New Times Roman.<br />
<br />
The font on my top ten stats mod on my index page - the font has gone large on that?  Strange.<br />
<br />
No issues on my Test Forum before upgrading (I didn't use the Style cleaning tool on there).  I have quoted the list of stylevars?  that were cleaned up, which of these would; when deleted, would effect the font size and style and or family please?  I can then, hopefully compar it to my test forum to correct it.<br />
<br />
How do I get these back please?  <br />
<br />
I have tried changing it via the stylvars -&gt; Common -&gt; content_msg_font   But it made no difference.  I even added a &quot;div.content {font-size:1.2em;}&quot; to my additional.css template - the font size increased, but I need to check with my members (waiting for more definative replies to the thread posted below) - The signature and likes font remains small and as what appears to be New Times Roman font. :_|<br />
<br />
Here is a thread that is started in our Forum Support Forum:<br />
<br />
<a href="http://www.talk.electricianforum.co.uk/bugs-upgrade-vb4-1-8-vb4-1-10/18747-dont-like-new-forum-font.htm" >http://www.talk.electricianforum.co....forum-font.htm</a><br />
<br />
I have attached a couple of screenshots of my AdminCP.<br />
<br />
I would appreciate your help here, please.<br />
<br />
<br />
List of deleted Stylevars:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<font color="#3f3849"><span style="font-family: Verdana">Deleted albumedit_thumbnailedit_width From Master Style<br />
Deleted albumlist_entry_width From Master Style<br />
Deleted albumtop_background From Master Style<br />
Deleted albumtop_border From Master Style<br />
Deleted albumtop_font_size From Master Style<br />
Deleted albumtop_list_a_color From Master Style<br />
Deleted albumtop_list_a_hover_color From Master Style<br />
Deleted attachment_blockquote_caption_color From Master Style<br />
Deleted avatar_height From Master Style<br />
Deleted a_extlink From Master Style<br />
Deleted blocksubhead_outline From Master Style<br />
Deleted block_background From Master Style<br />
Deleted block_border From Master Style<br />
Deleted block_color From Master Style<br />
Deleted block_font From Master Style<br />
Deleted block_linkhover_color From Master Style<br />
Deleted block_link_color From Master Style<br />
Deleted block_padding From Master Style<br />
Deleted bodyheader_margin From Master Style<br />
Deleted button_control_border From Master Style<br />
Deleted calendarwidget_daylink_font From Master Style<br />
Deleted calendarwidget_day_font From Master Style<br />
Deleted calendarwidget_monthnav_background From Master Style<br />
Deleted calendarwidget_monthnav_font From Master Style<br />
Deleted calendarwidget_weekdays_background From Master Style<br />
Deleted calendarwidget_weekdays_border From Master Style<br />
Deleted calendarwidget_weekdays_font From Master Style<br />
Deleted calendar_th_blocksubhead_border From Master Style<br />
Deleted content1_background From Master Style<br />
Deleted content2_background From Master Style<br />
Deleted content3_background From Master Style<br />
Deleted content_font From Master Style<br />
Deleted control_focus_background From Master Style<br />
Deleted editor_buttonclicked_background From Master Style<br />
Deleted editor_buttonclicked_bordercolor From Master Style<br />
Deleted editor_buttondisabled_opacity From Master Style<br />
Deleted editor_buttonhover_background From Master Style<br />
Deleted editor_buttonhover_bordercolor From Master Style<br />
Deleted editor_buttonselected_background From Master Style<br />
Deleted editor_buttonselected_bordercolor From Master Style<br />
Deleted editor_control_background From Master Style<br />
Deleted editor_listbox_background From Master Style<br />
Deleted editor_listbox_bordercolor From Master Style<br />
Deleted editor_popupbody_bordercolor From Master Style<br />
Deleted editor_wysiwyg_table_borderColor From Master Style<br />
Deleted editor_wysiwyg_table_borderSize From Master Style<br />
Deleted forumbits_aForum From Master Style<br />
Deleted forumbit_spacer_width From Master Style<br />
Deleted forumhead_width From Master Style<br />
Deleted forumiconbox_size From Master Style<br />
Deleted foruminfo_background From Master Style<br />
Deleted foruminfo_border From Master Style<br />
Deleted foruminfo_header_background From Master Style<br />
Deleted foruminfo_header_border From Master Style<br />
Deleted foruminfo_header_color From Master Style<br />
Deleted foruminfo_header_font From Master Style<br />
Deleted forummenu_background From Master Style<br />
Deleted forummenu_border From Master Style<br />
Deleted forummenu_border_radius From Master Style<br />
Deleted forummenu_color From Master Style<br />
Deleted forummenu_font From Master Style<br />
Deleted forum_msg_font From Master Style<br />
Deleted forum_sidebar_background From Master Style<br />
Deleted forum_sidebar_border From Master Style<br />
Deleted forum_sidebar_contentlist_avatar_maxSize From Master Style<br />
Deleted forum_sidebar_content_background From Master Style<br />
Deleted forum_sidebar_content_border From Master Style<br />
Deleted forum_sidebar_content_color From Master Style<br />
Deleted forum_sidebar_content_separator_background From Master Style<br />
Deleted forum_sidebar_content_separator_height From Master Style<br />
Deleted forum_sidebar_header_color From Master Style<br />
Deleted forum_sidebar_header_font From Master Style<br />
Deleted forum_sidebar_linkhover_color From Master Style<br />
Deleted forum_sidebar_link_color From Master Style<br />
Deleted forum_sidebar_time_color From Master Style<br />
Deleted image_large_max From Master Style<br />
Deleted image_medium_max From Master Style<br />
Deleted image_small_max From Master Style<br />
Deleted image_thumbnail_max From Master Style<br />
Deleted imgdir_gradients From Master Style<br />
Deleted imgdir_icons From Master Style<br />
Deleted imodhilite_color From Master Style<br />
Deleted input_borderColor From Master Style<br />
Deleted lightweightbox_background From Master Style<br />
Deleted lightweightbox_border From Master Style<br />
Deleted member_popupmenu_shadow From Master Style<br />
Deleted member_popupmenu_shadow_color From Master Style<br />
Deleted navbarsearch_borderWidth From Master Style<br />
Deleted navbarsearch_input_borderColor From Master Style<br />
Deleted navbarsearch_padding From Master Style<br />
Deleted navbar_background_notify From Master Style<br />
Deleted navbar_padding From Master Style<br />
Deleted navbar_popup_link_background From Master Style<br />
Deleted navbar_selected_popup_body_a_Color From Master Style<br />
Deleted navbar_tab_linkhover_color From Master Style<br />
Deleted navbar_tab_selected_top_width From Master Style<br />
Deleted notifications_popup_a_background_Color From Master Style<br />
Deleted pagination_a_hover_border From Master Style<br />
Deleted pagination_span_border_top From Master Style<br />
Deleted picturelink_margin From Master Style<br />
Deleted pm_foldercontrols_total_border From Master Style<br />
Deleted popupmenu_label_color From Master Style<br />
Deleted postbitlegacy_avatar_border From Master Style<br />
Deleted postbitlegacy_avatar_outline From Master Style<br />
Deleted postbit_boxed_background From Master Style<br />
Deleted postbit_boxed_border From Master Style<br />
Deleted postbit_boxed_fontSize From Master Style<br />
Deleted postbit_boxed_padding From Master Style<br />
Deleted postbit_content_max_image_width From Master Style<br />
Deleted postfoot_separator_color From Master Style<br />
Deleted postfoot_separator_width From Master Style<br />
Deleted profile_contentheader_border From Master Style<br />
Deleted profile_content_background From Master Style<br />
Deleted profile_content_blogentrybit_continue_reading From Master Style<br />
Deleted profile_content_blog_head From Master Style<br />
Deleted profile_content_border From Master Style<br />
Deleted profile_content_friends_list_border From Master Style<br />
Deleted profile_content_friends_list_hover From Master Style<br />
Deleted profile_content_infractions_background From Master Style<br />
Deleted profile_content_infractions_li_hover_background From Master Style<br />
Deleted profile_content_infractions_li_hover_border From Master Style<br />
Deleted profile_content_subsectionhead_color From Master Style<br />
Deleted profile_content_subsectionhead_link_border_bottom From Master Style<br />
Deleted profile_pagetitle_font From Master Style<br />
Deleted profile_sidebar_avatar_background From Master Style<br />
Deleted profile_sidebar_background From Master Style<br />
Deleted profile_sidebar_border From Master Style<br />
Deleted profile_sidebar_box_background From Master Style<br />
Deleted profile_sidebar_box_border From Master Style<br />
Deleted profile_sidebar_color From Master Style<br />
Deleted profile_sidebar_separator_background From Master Style<br />
Deleted projecticon_box_size From Master Style<br />
Deleted projecticon_size From Master Style<br />
Deleted restore_font_size From Master Style<br />
Deleted searchbox_size From Master Style<br />
Deleted selected_border From Master Style<br />
Deleted shade_deep_color From Master Style<br />
Deleted shade_mid_color From Master Style<br />
Deleted textedit_background From Master Style<br />
Deleted texthilite_color From Master Style<br />
Deleted toolsmenu_bevel From Master Style<br />
Deleted toplinks_form_input From Master Style<br />
Deleted toplinks_form_input_defaultValue From Master Style<br />
Deleted toplinks_input_login_backgroundColor From Master Style<br />
Deleted toplinks_text From Master Style<br />
Deleted usercp_forum_icon_legend_background From Master Style<br />
Deleted usercp_forum_icon_legend_border From Master Style<br />
Deleted usercp_forum_icon_legend_top_border From Master Style<br />
Deleted vbblog_link_color From Master Style<br />
Deleted vbblog_pagetitle_border From Master Style<br />
Deleted vbblog_pagetitle_color From Master Style<br />
Deleted vbblog_pagetitle_description_color From Master Style<br />
Deleted vbblog_pagetitle_description_font From Master Style<br />
Deleted vbblog_pagetitle_font From Master Style<br />
Deleted vbblog_sidebar_header_font From Master Style<br />
Deleted vbblog_sidebar_padding From Master Style<br />
Deleted vbblog_sidebar_width From Master Style<br />
Deleted vbcms_widget_border From Master Style<br />
Deleted vbcms_widget_shadow_color From Master Style<br />
Deleted wgoheader_background From Master Style<br />
Deleted wgoheader_border From Master Style<br />
Deleted wgoheader_color From Master Style<br />
Deleted wgoheader_font From Master Style<br />
Deleted wgosubheader_font From Master Style<br />
Deleted wgo_background From Master Style<br />
Deleted wgo_border From Master Style<br />
Deleted wgo_fontSize From Master Style<br />
Deleted wysiwyg_block_background_image From Master Style<br />
Deleted wysiwyg_textbox_background From Master Style</span></font>
			
		<hr />
	</div>
</div></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57687&amp;d=1327587550" >FONT-SIZE.jpg&lrm;</a> 
(56.7 KB)
</li><li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/png.gif" alt="File Type: png" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57688&amp;d=1327587568" >div.content.png&lrm;</a> 
(25.6 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-vb-4-1-10-upgrade-all-font-has-gone-small-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Database Transfer</title>
		<link>http://www.vbulletinguru.com/2012/high-database-transfer/</link>
		<comments>http://www.vbulletinguru.com/2012/high-database-transfer/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:22:36 +0000</pubDate>
		<dc:creator>ogreen</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395151-High-Database-Transfer</guid>
		<description><![CDATA[I have version 4.1.2 running on my site and over the last couple of  months we are getting overage charges from our host.  It seems like the  database is using a ton of transfer data for a site that...]]></description>
			<content:encoded><![CDATA[<div>I have version 4.1.2 running on my site and over the last couple of  months we are getting overage charges from our host.  It seems like the  database is using a ton of transfer data for a site that doesn't get a  lot of traffic.  I have attached 2 images.  One shows the amount of data  being used by the database and the other is a screenshot of the  vBulletin Admin panel and some of the info on amount of data the forum  is using. <br />
<br />
 Anyone have any ideas if the amount of data I am using makes sense?  <br />
 <br />
<br />
 Thanks in advance,<br />
 OG<br />
<br />
<br />
 BTW I have attachments set to use a folder location on the server instead of the database.<br />
<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57662&amp;d=1327515720" id="attachment57662" rel="Lightbox_0"  ><img src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57662&amp;d=1327515720&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	Studio_load.jpg&nbsp;
Views:	56&nbsp;
Size:	66.8 KB&nbsp;
ID:	57662" class="thumbnail" style="float:CONFIG" /></a><a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57663&amp;d=1327515721" id="attachment57663" rel="Lightbox_0"  ><img src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57663&amp;d=1327515721&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	vBulletin.jpg&nbsp;
Views:	53&nbsp;
Size:	44.3 KB&nbsp;
ID:	57663" class="thumbnail" style="float:CONFIG" /></a></div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:10px">
			
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57662&amp;d=1327515720" 
rel="Lightbox_2258376" id="attachment57662"
 ><img class="thumbnail" src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57662&amp;stc=1&amp;thumb=1&amp;d=1327515720" 
alt="Click image for larger version.&nbsp;

Name:	Studio_load.jpg&lrm;&nbsp;
Views:	N/A&nbsp;
Size:	66.8 KB&nbsp;
ID:	57662"/></a>
&nbsp;

<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57663&amp;d=1327515721" 
rel="Lightbox_2258376" id="attachment57663"
 ><img class="thumbnail" src="https://www.vbulletin.com/forum/attachment.php?attachmentid=57663&amp;stc=1&amp;thumb=1&amp;d=1327515721" 
alt="Click image for larger version.&nbsp;

Name:	vBulletin.jpg&lrm;&nbsp;
Views:	N/A&nbsp;
Size:	44.3 KB&nbsp;
ID:	57663"/></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/high-database-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotfix released for vBulletin Facebook app 1.0.1.</title>
		<link>http://www.vbulletinguru.com/2012/hotfix-released-for-vbulletin-facebook-app-1-0-1/</link>
		<comments>http://www.vbulletinguru.com/2012/hotfix-released-for-vbulletin-facebook-app-1-0-1/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:55:00 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395092-Hotfix-released-for-vBulletin-Facebook-app-1-0-1</guid>
		<description><![CDATA[Changes in the Facebook SDK yesterday removed the ability to post (http://tracker.vbulletin.com/browse/VBF-497) from the vBulletin Facebook app.  We have released a hotfix to the latest vBulletin...]]></description>
			<content:encoded><![CDATA[<div>Changes in the Facebook SDK yesterday <a href="http://tracker.vbulletin.com/browse/VBF-497" >removed the ability to post</a> from the vBulletin Facebook app.  We have released a hotfix to the latest vBulletin Facebook app (1.0.1) that resolves this issue.  To apply to fix, access the Facebook Publisher in <a href="http://members.vbulletin.com/" >members.vbulletin.com</a> and republish your site's vBulletin Facebook app.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/hotfix-released-for-vbulletin-facebook-app-1-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Status Icon problems</title>
		<link>http://www.vbulletinguru.com/2012/vb4-status-icon-problems/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-status-icon-problems/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:22:44 +0000</pubDate>
		<dc:creator>iusevb</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395060-Status-Icon-problems</guid>
		<description><![CDATA[I made a custom image for my status icon. I uploaded a folder with the appropriate image names. The image file names where forum_link-48, forum_old-48, forum_new_lock, forum_new-48,...]]></description>
			<content:encoded><![CDATA[<div>I made a custom image for my status icon. I uploaded a folder with the appropriate image names. The image file names where forum_link-48, forum_old-48, forum_new_lock, forum_new-48, forum_old_lock-48. After I uploaded everything to my server, I went to the styles and templates. I than went to imgdir_statusicon and typed in the correct path. It all worked as my custom status icons where showing and working. But once I did this, this gave me issues under the user profile field. When I would click on my user name at the top right corner, I would click on that to get into my user field. The problem is that it would say the name twice. Where it would say the username than the green circle, it did this.  Example: &quot;username username&quot; is online, with no green circle. I checked the path of it and it showed that there was an extra '/' for the status icon. So i went back to the status icon to fix this and removed the trailing '/' at the end of the path i gave it. This is still giving me problems. Any help would be greatly appreciated.<br />
<br />
Thanks</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-status-icon-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vbSEO Security Patch Release</title>
		<link>http://www.vbulletinguru.com/2012/vbseo-security-patch-release/</link>
		<comments>http://www.vbulletinguru.com/2012/vbseo-security-patch-release/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 18:55:57 +0000</pubDate>
		<dc:creator>Wayne Luke</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/395034-vbSEO-Security-Patch-Release</guid>
		<description><![CDATA[In the interest of keeping our customers informed, vBSEO (http://www.vbseo.com/) has released a security patch to fix a potential exploit in their software. If you are using vBSEO, you should upgrade...]]></description>
			<content:encoded><![CDATA[<div>In the interest of keeping our customers informed, <a href="http://www.vbseo.com/" >vBSEO</a> has released a security patch to fix a potential exploit in their software. If you are using vBSEO, you should upgrade as soon as possible in order to make sure your software is secure. You can read about this patch on the vBSEO website here:<br />
<a href="http://www.vbseo.com/f5/vbseo-security-bulletin-all-supported-versions-patch-release-52783/" >http://www.vbseo.com/f5/vbseo-securi...release-52783/</a><br />
<br />
For any questions regarding the patch, please visit the <a href="http://www.vbseo.com/forums/" >vBSEO forums</a>.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbseo-security-patch-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Top logo centering and ad placement question</title>
		<link>http://www.vbulletinguru.com/2012/vb4-top-logo-centering-and-ad-placement-question/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-top-logo-centering-and-ad-placement-question/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 16:51:41 +0000</pubDate>
		<dc:creator>Pirate45</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394964-Top-logo-centering-and-ad-placement-question</guid>
		<description><![CDATA[I have used Lynne's CSS edit as described *here* (https://www.vbulletin.com/forum/showthread.php/347539-How-To-Center-the-Logo) to center the logo for my site. I had a small (125 X 125) ad just to...]]></description>
			<content:encoded><![CDATA[<div>I have used Lynne's CSS edit as described <a href="https://www.vbulletin.com/forum/showthread.php/347539-How-To-Center-the-Logo" ><b>here</b></a> to center the logo for my site. I had a small (125 X 125) ad just to the right of the logo when it was justified to the left. Now, that ad has been pushed down to another line (as Lynne indicated that it would move things around) and doesn't look like I need it to.<br />
<br />
Here's the question; I would like to have a small ad to the left and right of my logo and have my logo centered. I am in over my head as far at the HTML and template edits so any help offered is appreciated.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-top-logo-centering-and-ad-placement-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking for Hosting Solution for my Multi Country Forum</title>
		<link>http://www.vbulletinguru.com/2012/looking-for-hosting-solution-for-my-multi-country-forum/</link>
		<comments>http://www.vbulletinguru.com/2012/looking-for-hosting-solution-for-my-multi-country-forum/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 09:19:02 +0000</pubDate>
		<dc:creator>siam1</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394949-Looking-for-Hosting-Solution-for-my-Multi-Country-Forum</guid>
		<description><![CDATA[going to Start a forum .  
 
now i am looking for Hosting Solution  
 
To start off i am looking at Around $5-10 to start monthly depend on what kinda option do i get like  
IP / control panel /...]]></description>
			<content:encoded><![CDATA[<div>going to Start a forum . <br />
<br />
now i am looking for Hosting Solution <br />
<br />
To start off i am looking at Around $5-10 to start monthly depend on what kinda option do i get like <br />
IP / control panel / Bandwidth / stable <br />
<br />
Expecting Growth rate about 50 - 100 user monthly .<br />
Will be placing Ads and so on to improve User sign up.<br />
<br />
<br />
and with a good option to Upgrade my forum grow so i do not need to worry about moving . <br />
<br />
MY target User <br />
Asia / China / USA / Euro / Middle East <br />
is a international forum <br />
<br />
--------------------------<br />
<br />
please advice .</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/looking-for-hosting-solution-for-my-multi-country-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Issues Due to Expired SSL Certificate</title>
		<link>http://www.vbulletinguru.com/2012/site-issues-due-to-expired-ssl-certificate/</link>
		<comments>http://www.vbulletinguru.com/2012/site-issues-due-to-expired-ssl-certificate/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 08:05:25 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394947-Site-Issues-Due-to-Expired-SSL-Certificate</guid>
		<description><![CDATA[An issue with our SSL certificate renewal process may have made portions of vBulletin.com inaccessible for part of this afternoon.  The issue has been resolved, and the site should be operating...]]></description>
			<content:encoded><![CDATA[<div>An issue with our SSL certificate renewal process may have made portions of vBulletin.com inaccessible for part of this afternoon.  The issue has been resolved, and the site should be operating normally.  We sincerely apologize for any inconvenience this may have caused.<br />
<br />
Please let us know about any potentially related issues you may be experiencing with the site <a href="https://www.vbulletin.com/forum/showthread.php/394939-Vbulletin-members-area-down" >HERE</a></div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/site-issues-due-to-expired-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Where to buy vbulltin templates?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-where-to-buy-vbulltin-templates/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-where-to-buy-vbulltin-templates/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 03:21:11 +0000</pubDate>
		<dc:creator>cathaylist.com</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394936-Where-to-buy-vbulltin-templates</guid>
		<description><![CDATA[I am looking for vbulltin 4.1x templates that are ready, not quote for custom. 
I searched on internet, but not sure if their templates are ready to install or just psd? 
So far, I find the list as...]]></description>
			<content:encoded><![CDATA[<div>I am looking for vbulltin 4.1x templates that are ready, not quote for custom.<br />
I searched on internet, but not sure if their templates are ready to install or just psd?<br />
So far, I find the list as following:<br />
complete vb<br />
web and art<br />
<br />
Any more ready templates provider's websites?<br />
thanks for your information.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-where-to-buy-vbulltin-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anyone else on ASO?</title>
		<link>http://www.vbulletinguru.com/2012/anyone-else-on-aso/</link>
		<comments>http://www.vbulletinguru.com/2012/anyone-else-on-aso/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 17:10:05 +0000</pubDate>
		<dc:creator>HondaATC</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394900-Anyone-else-on-ASO</guid>
		<description><![CDATA[How are you coping?

]]></description>
			<content:encoded><![CDATA[<div>How are you coping?</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/anyone-else-on-aso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB3 Need help making a round postbit</title>
		<link>http://www.vbulletinguru.com/2012/vb3-need-help-making-a-round-postbit/</link>
		<comments>http://www.vbulletinguru.com/2012/vb3-need-help-making-a-round-postbit/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 23:48:03 +0000</pubDate>
		<dc:creator>mrfama5</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394873-Need-help-making-a-round-postbit</guid>
		<description><![CDATA[I would like to make a round postbit, something that looks like this. 
Could anyone help me with what the CSS would be for this? 
 
Attachment 57536...]]></description>
			<content:encoded><![CDATA[<div>I would like to make a round postbit, something that looks like this.<br />
Could anyone help me with what the CSS would be for this?<br />
<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57536&amp;d=1327103234"  title="Name:  IxkZLM.png
Views: 13
Size:  17.6 KB">IxkZLM.png</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/png.gif" alt="File Type: png" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57536&amp;d=1327103234" >IxkZLM.png&lrm;</a> 
(17.6 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb3-need-help-making-a-round-postbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 New style</title>
		<link>http://www.vbulletinguru.com/2012/vb4-new-style/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-new-style/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 15:17:40 +0000</pubDate>
		<dc:creator>donald1234</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394853-New-style</guid>
		<description><![CDATA[Just had a new style with custom logo's installed to both my forums. Any comments welcomed.

]]></description>
			<content:encoded><![CDATA[<div>Just had a new style with custom logo's installed to both my forums. Any comments welcomed.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-new-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>offshore dedicated server in Russia</title>
		<link>http://www.vbulletinguru.com/2012/offshore-dedicated-server-in-russia/</link>
		<comments>http://www.vbulletinguru.com/2012/offshore-dedicated-server-in-russia/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:39:43 +0000</pubDate>
		<dc:creator>Drrugo</dc:creator>
				<category><![CDATA[vBulletin Hosting Options]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394748-offshore-dedicated-server-in-Russia</guid>
		<description><![CDATA[Do you know any company which provides offshore dedicated server in Russia except santrex.net?

]]></description>
			<content:encoded><![CDATA[<div>Do you know any company which provides offshore dedicated server in Russia except santrex.net?</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/offshore-dedicated-server-in-russia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Border-Radius</title>
		<link>http://www.vbulletinguru.com/2012/vb4-border-radius/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-border-radius/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:11:36 +0000</pubDate>
		<dc:creator>flogs</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394688-Border-Radius</guid>
		<description><![CDATA[Is it possible to add a border-radius to the top left and right part of my logo image below? 
 
 
 
Attachment 57469 (https://www.vbulletin.com/forum/attachment.php?attachmentid=57469)]]></description>
			<content:encoded><![CDATA[<div>Is it possible to add a border-radius to the top left and right part of my logo image below?<br />
<br />
<br />
<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57469&amp;d=1326816652"  title="Name:  Untitled-2.gif
Views: 7
Size:  6.8 KB">Untitled-2.gif</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/gif.gif" alt="File Type: gif" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57469&amp;d=1326816652" >Untitled-2.gif&lrm;</a> 
(6.8 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-border-radius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ticket and Email Support Issues</title>
		<link>http://www.vbulletinguru.com/2012/ticket-and-email-support-issues/</link>
		<comments>http://www.vbulletinguru.com/2012/ticket-and-email-support-issues/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:12:37 +0000</pubDate>
		<dc:creator>Wayne Luke</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394635-Ticket-and-Email-Support-Issues</guid>
		<description><![CDATA[Due to a problem with the email system that has now been resolved, there is a backup of support tickets. Some ticket replies are just now being received. Some tickets have been duplicated and opened...]]></description>
			<content:encoded><![CDATA[<div>Due to a problem with the email system that has now been resolved, there is a backup of support tickets. Some ticket replies are just now being received. Some tickets have been duplicated and opened anew. We are currently working through this issue and will weed through all the bad tickets and answer outstanding issues as soon as possible.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/ticket-and-email-support-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Can&#8217;t Find Any 4.1.10 (CMS) Compatible Styles &#8211; After Upgrading &#8211; Know of Any?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-cant-find-any-4-1-10-cms-compatible-styles-after-upgrading-know-of-any/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-cant-find-any-4-1-10-cms-compatible-styles-after-upgrading-know-of-any/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 04:20:07 +0000</pubDate>
		<dc:creator>tChristine</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394592-Can-t-Find-Any-4-1-10-(CMS)-Compatible-Styles-After-Upgrading-Know-of-Any</guid>
		<description><![CDATA[Hey, 
 
Anyone know of some styles that are 100% compatible w/ *4.1.10*? 
 
Everything I had pre-upgrade is nearly useless and full of glitches. 
 
Looking for something that's straight out, fully...]]></description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
Anyone know of some styles that are <i>100%</i> compatible w/ <b>4.1.10</b>?<br />
<br />
Everything I had pre-upgrade is nearly useless and full of glitches.<br />
<br />
Looking for something that's straight out, fully compatible. Ideas?<br />
<br />
I've looked on vb org, still.... nothing.<br />
<br />
Thanks!</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-cant-find-any-4-1-10-cms-compatible-styles-after-upgrading-know-of-any/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin.com Forum upgraded to vBulletin 4.1.10 FULL VERSION</title>
		<link>http://www.vbulletinguru.com/2012/vbulletin-com-forum-upgraded-to-vbulletin-4-1-10-full-version/</link>
		<comments>http://www.vbulletinguru.com/2012/vbulletin-com-forum-upgraded-to-vbulletin-4-1-10-full-version/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 23:42:45 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394386-vBulletin-com-Forum-upgraded-to-vBulletin-4-1-10-FULL-VERSION</guid>
		<description><![CDATA[*v4.1.10 Download is NOW AVAILABLE (http://members.vbulletin.com/)*.  The feedback thread for the 4.1.10 release is *HERE*...]]></description>
			<content:encoded><![CDATA[<div><b><font color="#ff0000">v4.1.10 Download is <a href="http://members.vbulletin.com/" >NOW AVAILABLE</a></font></b>.  The feedback thread for the 4.1.10 release is <a href="https://www.vbulletin.com/forum/showthread.php/394387-4-1-10-Feedback-and-Discussion?p=2253173#post2253173" ><b>HERE</b></a> for our licensed customers.<br />
<br />
<b>vBulletin 4.1.10 was driven by customer feedback.  The release contains:</b><br />
<br />
<ul><li style=""> A major <a href="https://www.vbulletin.com/forum/entry.php/2496-4-1-10-StyleVar-Changes" >stylevars refactor</a></li><li style=""> <a href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+=+VBIV+AND+fixVersion+=+%224.1.10%22+AND+component+=+StyleVars+ORDER+BY+votes+DESC,+key+DESC" >90+ stylevars bug fixes and improvement requests</a></li><li style=""> <a href="http://tracker.vbulletin.com/browse/VBIV-13517" >Stylevar Mapping Response</a> to minimize impact on customized styles.</li><li style=""> A <a href="https://www.vbulletin.com/forum/entry.php/2499-vBulletin-4-1-10-quot-Remove-Orphan-Stylevars-quot-Tool" >Remove Orphan Stylevars tool</a> to help customers clean up vB4 installs</li><li style=""> <a href="https://www.vbulletin.com/forum/entry.php/2498-4-1-10-Hooks-Part-2" >32 Hook Requests</a> made by customers </li></ul><br />
<b>Additional Changes since the 4.1.10 BETA 1 Release:</b><br />
<br />
<ul><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-6910" >VBIV-6910</a> Attachment Paperclip Overlap Pagination (Search Results, Forums, Settings)</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-13895" >VBIV-13895</a> Credits Update</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-5472" >VBIV-5472</a> File name in lightbox has htmlspecialchar'd HTML entities (only for old attachments)</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-6910" >VBIV-6910</a> Fix Template version.</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14029" >VBIV-14029</a> Missing username in private messages sent list</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14041" >VBIV-14041</a> Problem with mappings of navbar_tab_size</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-10902" >VBIV-10902</a> Wrong directional markup in Blog Entries sidebar block - RTL</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-13921" >VBIV-13921</a> Security Breach: Unauthorized Blogs Being Posted</li><li style="">Update template version numbers to 4.1.10</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14033" >VBIV-14033</a> Attachment lightbox overlay re-appears after closing it</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14027" >VBIV-14027</a> Thread Title Quick Edit Box Width Depends on Original Title Length</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14043" >VBIV-14043</a> link_textDecoration and linkhover_textDecoration Don't Work in Forum Sidebar and CMS Widget Content Links</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14044" >VBIV-14044</a> Extra Margin Displayed Above and Below Lists in WYSIWYG Editor</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-13545" >VBIV-13545</a> Cursor in WYSIWYG editor disappears when using arrow keys to move it</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14064" >VBIV-14064</a> Thread Titles Clipped </li></ul><br />
4.1.10 contains a total of <b>300+</b> bug fixes, hook requests, improvement requests, and feature requests.  A full list of these changes can be found <b><a href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+=+VBIV+AND+fixVersion+=+%224.1.10%22+ORDER+BY+votes+DESC,+key+DESC" >HERE</a></b>.<br />
<br />
<b>Removed Files:</b><br />
<br />
<ul><li style="">includes/cron/vbcms_dailycleanup.php </li></ul><br />
<b>Added Files:</b><br />
<br />
<ul><li style="">images/misc/unsubscribed_40b.png</li><li style="">includes/class_stylevar_mapper.php</li><li style="">includes/cron/vbcms_cleanup.php</li><li style="">install/includes/class_upgrade_4110a1.php</li><li style="">install/includes/class_upgrade_4110a2.php</li><li style="">install/includes/class_upgrade_4110a3.php</li><li style="">install/includes/class_upgrade_4110b1.php</li><li style="">install/includes/class_upgrade_4110.php </li></ul><br />
<b>Modified Files:</b><br />
<br />
<ul><li style="">admincp/admincalendar.php</li><li style="">admincp/attachment.php</li><li style="">admincp/bbcode.php</li><li style="">admincp/block.php</li><li style="">admincp/forum.php</li><li style="">admincp/language.php</li><li style="">admincp/misc.php</li><li style="">admincp/sitemap.php</li><li style="">admincp/socialgroups.php</li><li style="">admincp/stylevar.php</li><li style="">admincp/template.php</li><li style="">admincp/usergroup.php</li><li style="">admincp/user.php</li><li style="">admincp/usertools.php</li><li style="">ajax.php</li><li style="">album.php</li><li style="">announcement.php</li><li style="">assetmanage.php</li><li style="">attachment.php</li><li style="">blog.php</li><li style="">blog_post.php</li><li style="">blog_usercp.php</li><li style="">calendar.php</li><li style="">clientscript/blog_quick_edit.js</li><li style="">clientscript/ckeditor/core/editor.js</li><li style="">clientscript/ckeditor/core/env.js</li><li style="">clientscript/ckeditor/plugins/htmldataprocessor/plugin.js</li><li style="">clientscript/ckeditor/plugins/listblock/plugin.js</li><li style="">clientscript/ckeditor/skins/kama/editor.css</li><li style="">clientscript/ckeditor/skins/kama/editor.css</li><li style="">clientscript/ckeditor/skins/kama/mainui.css</li><li style="">clientscript/ckeditor/skins/kama/mainui.css</li><li style="">clientscript/ckeplugins/attachment/dialogs/attachment.js</li><li style="">clientscript/ckeplugins/attachment/plugin.js</li><li style="">clientscript/ckeplugins/vbimage/dialogs/image.js</li><li style="">clientscript/jquery/jquery.mobile-1.0.vb.js</li><li style="">clientscript/vbulletin_ajax_suggest.js</li><li style="">clientscript/vbulletin-ajax-threadlist.js</li><li style="">clientscript/vbulletin_asset.js</li><li style="">clientscript/vbulletin_attachment.js</li><li style="">clientscript/vbulletin-core.js</li><li style="">clientscript/vbulletin_facebook.js</li><li style="">clientscript/vbulletin_lightbox.js</li><li style="">clientscript/vbulletin_overlay.js</li><li style="">clientscript/vbulletin_quick_edit_generic.js</li><li style="">clientscript/vbulletin_quick_edit.js</li><li style="">clientscript/vbulletin_quick_edit_picturecomment.js</li><li style="">clientscript/vbulletin-sidebar.js</li><li style="">clientscript/vbulletin_textedit.js</li><li style="">clientscript/vbulletin_yuiupload.js</li><li style="">css.php</li><li style="">editpost.php</li><li style="">external.php</li><li style="">forumdisplay.php</li><li style="">forum.php</li><li style="">group_inlinemod.php</li><li style="">group.php</li><li style="">includes/adminfunctions_language.php</li><li style="">includes/adminfunctions.php</li><li style="">includes/adminfunctions_plugin.php</li><li style="">includes/adminfunctions_template.php</li><li style="">includes/api/1/blog_post_newblog.php</li><li style="">includes/api/1/profile_editsignature.php</li><li style="">includes/api/1/showthread.php</li><li style="">includes/api/4/facebook_getnewforummembers.php</li><li style="">includes/api/4/get_vbfromfacebook.php</li><li style="">includes/blog_functions_category.php</li><li style="">includes/blog_functions_main.php</li><li style="">includes/blog_functions.php</li><li style="">includes/blog_functions_post.php</li><li style="">includes/class_bbcode_alt.php</li><li style="">includes/class_bbcode.php</li><li style="">includes/class_block.php</li><li style="">includes/class_blog_entry.php</li><li style="">includes/class_bootstrap.php</li><li style="">includes/class_core.php</li><li style="">includes/class_dm_attachment.php</li><li style="">includes/class_dm_blog_custom_block.php</li><li style="">includes/class_dm_blog.php</li><li style="">includes/class_dm_blog_trackback.php</li><li style="">includes/class_dm_blog_user.php</li><li style="">includes/class_dm_event.php</li><li style="">includes/class_dm.php</li><li style="">includes/class_dm_socialgroupcategory.php</li><li style="">includes/class_dm_stylevar.php</li><li style="">includes/class_dm_user.php</li><li style="">includes/class_facebook.php</li><li style="">includes/class_filesystemxml_template.php</li><li style="">includes/class_friendly_url.php</li><li style="">includes/class_postbit_alt.php</li><li style="">includes/class_postbit.php</li><li style="">includes/class_reportitem.php</li><li style="">includes/class_sigparser.php</li><li style="">includes/class_sitemap.php</li><li style="">includes/class_socialmessageparser.php</li><li style="">includes/class_stylevarmap_vb3tovb4.php</li><li style="">includes/class_stylevar.php</li><li style="">includes/class_wysiwygparser.php</li><li style="">includes/class_xml.php</li><li style="">includes/class_xmlrpc_pingback.php</li><li style="">includes/facebook/base_facebook.php</li><li style="">includes/functions_bigthree.php</li><li style="">includes/functions_calendar.php</li><li style="">includes/functions_databuild.php</li><li style="">includes/functions_editor.php</li><li style="">includes/functions_facebook.php</li><li style="">includes/functions_forumlist.php</li><li style="">includes/functions_newpost.php</li><li style="">includes/functions.php</li><li style="">includes/functions_socialgroup.php</li><li style="">includes/init.php</li><li style="">includes/modfunctions.php</li><li style="">includes/vbulletin_credits.php</li><li style="">includes/xml/bbcode_video_vbulletin.xml</li><li style="">includes/xml/bitfield_vbblog.xml</li><li style="">includes/xml/bitfield_vbulletin.xml</li><li style="">includes/xml/hooks_vbblog.xml</li><li style="">includes/xml/hooks_vbcms.xml</li><li style="">includes/xml/hooks_vbulletin.xml</li><li style="">includes/xml/product-skimlinks.xml</li><li style="">includes/xml/product-vbblog.xml</li><li style="">includes/xml/product-vbcms.xml</li><li style="">includes/xml/style_generator_sample_dark.xml</li><li style="">includes/xml/style_generator_sample_gray.xml</li><li style="">includes/xml/style_generator_sample_light.xml</li><li style="">includes/xml/style_generator_sample_white.xml</li><li style="">infraction.php</li><li style="">inlinemod.php</li><li style="">install/cmsdefaultdata/default_data_queries.php</li><li style="">install/includes/class_upgrade_ajax.php</li><li style="">install/includes/class_upgrade_cli.php</li><li style="">install/includes/class_upgrade_final.php</li><li style="">install/includes/class_upgrade.php</li><li style="">install/includes/class_upgrade_skimlinks.php</li><li style="">install/includes/class_upgrade_vbblog.php</li><li style="">install/includes/class_upgrade_vbcms.php</li><li style="">install/mysql-schema.php</li><li style="">install/upgrade_language_en.xml</li><li style="">install/vbulletin-adminhelp.xml</li><li style="">install/vbulletin-language.xml</li><li style="">install/vbulletin-mobile-style-blog.xml</li><li style="">install/vbulletin-mobile-style-cms.xml</li><li style="">install/vbulletin-mobile-style.xml</li><li style="">install/vbulletin-settings.xml</li><li style="">install/vbulletin-style.xml</li><li style="">install/vbulletin-upgrade.js</li><li style="">newattachment.php</li><li style="">newreply.php</li><li style="">newthread.php</li><li style="">online.php</li><li style="">packages/vbattach/attach.php</li><li style="">packages/vbblog/attach/blogentry.php</li><li style="">packages/vbblog/search/result/blogentry.php</li><li style="">packages/vbcms/attach/article.php</li><li style="">packages/vbcms/bbcode/html.php</li><li style="">packages/vbcms/comments.php</li><li style="">packages/vbcms/content/article.php</li><li style="">packages/vbcms/content/staticpage.php</li><li style="">packages/vbcms/controller/content.php</li><li style="">packages/vbcms/dm/article.php</li><li style="">packages/vbcms/item/content.php</li><li style="">packages/vbforum/attach/album.php</li><li style="">packages/vbforum/attach/post.php</li><li style="">packages/vbforum/attach/socialgroup.php</li><li style="">packages/vbforum/search/result/event.php</li><li style="">packages/vbforum/search/result/socialgroup.php</li><li style="">packages/vbforum/search/result/thread.php</li><li style="">poll.php</li><li style="">postings.php</li><li style="">private.php</li><li style="">profile.php</li><li style="">register.php</li><li style="">report.php</li><li style="">search.php</li><li style="">showgroups.php</li><li style="">showthread.php</li><li style="">usercp.php</li><li style="">usernote.php</li><li style="">vb/ckeditor.php</li><li style="">vb/legacy/forum.php</li><li style="">vb/legacy/thread.php</li><li style="">vb/profilecustomize.php</li><li style="">vb/route.php</li><li style="">vb/search/criteria.php</li><li style="">vb/search/type.php</li><li style="">vb/validate.php</li><li style="">visitormessage.php </li></ul><br />
<b>Removed Templates:</b><br />
<br />
<ul><li style="">memberinfo_quickedit</li><li style="">pm_quickreply</li><li style="">replacement-vbulletin-ie.css</li><li style="">showthread_quickreply</li><li style="">threadadmin_easyspam_infraction</li><li style="">threadlist-singlecolumn.css </li></ul><br />
<b>Added Templates:</b><br />
No new templates.<br />
<br />
<b>Modified Templates:</b><br />
<br />
<ul><li style="">album.css</li><li style="">album-ie.css</li><li style="">album_picturebit</li><li style="">announcement_edit</li><li style="">assetmanager.css</li><li style="">assetmanager_detailedview</li><li style="">attachmentbit</li><li style="">attachment.css</li><li style="">ATTACHMENTS</li><li style="">attachments.css</li><li style="">backgroundpicker.css</li><li style="">bbcode.css</li><li style="">bbcodelist.css</li><li style="">bbcode_video</li><li style="">block_blogentries</li><li style="">block_cmsarticles</li><li style="">block_newposts</li><li style="">block_sgdiscussions</li><li style="">block_threads</li><li style="">blog_cp_manage_sidebar</li><li style="">blog.css</li><li style="">blog_entry_editor</li><li style="">blog_entry_featured</li><li style="">blog_inlinemod_delete_comments</li><li style="">blog_rules</li><li style="">blog_search_results_result</li><li style="">blog_sidebar_entry_link</li><li style="">buddylist.css</li><li style="">calendar.css</li><li style="">calendar_monthly_day</li><li style="">calendar_monthly_day_other</li><li style="">colorpicker.css</li><li style="">datepicker.css</li><li style="">editor_contents.css</li><li style="">editor.css</li><li style="">editpost</li><li style="">faq.css</li><li style="">forumbits.css</li><li style="">FORUMDISPLAY</li><li style="">forumdisplay.css</li><li style="">FORUMHOME</li><li style="">forumhome_forumbit_level1_nopost</li><li style="">forumhome_forumbit_level1_post</li><li style="">forumhome_forumbit_level2_nopost</li><li style="">forumhome_forumbit_level2_post</li><li style="">forumhome_lastpostby</li><li style="">forumrules</li><li style="">header</li><li style="">lightbox</li><li style="">lightbox.css</li><li style="">memberaction_dropdown</li><li style="">member.css</li><li style="">memberinfo_block_aboutme</li><li style="">memberinfo_block_friends</li><li style="">memberinfo_block_visitormessaging</li><li style="">memberinfo_profilefield_category</li><li style="">memberlist.css</li><li style="">moderation_posts</li><li style="">moderation_threads</li><li style="">modifyoptions</li><li style="">modifysignature</li><li style="">navbar</li><li style="">newattachment_keybit</li><li style="">newpost_preview</li><li style="">newreply</li><li style="">newthread</li><li style="">options.css</li><li style="">payments.css</li><li style="">pm_messagelist</li><li style="">pm_newpm</li><li style="">popup.css</li><li style="">popupmenu.css</li><li style="">popupmenu-ie.css</li><li style="">postbit</li><li style="">postbit.css</li><li style="">postbit_external</li><li style="">postbit-ie.css</li><li style="">postbit_legacy</li><li style="">postbit-lite.css</li><li style="">posthistory.css</li><li style="">printthread</li><li style="">printthread.css</li><li style="">private.css</li><li style="">private-ie.css</li><li style="">reminders.css</li><li style="">reportitem</li><li style="">reviewpost.css</li><li style="">search.css</li><li style="">search-ie.css</li><li style="">search_resultlist</li><li style="">search_results_forum</li><li style="">search_results_socialgroup_discussion</li><li style="">search_results_socialgroup_message</li><li style="">search_threadbit</li><li style="">showgroups.css</li><li style="">SHOWTHREAD</li><li style="">showthread.css</li><li style="">sidebar.css</li><li style="">smilie.css</li><li style="">socialgroups.css</li><li style="">socialgroups_deletemessages</li><li style="">socialgroups_discussionview</li><li style="">socialgroups_form</li><li style="">socialgroups_overview.css</li><li style="">stylegenerator.css</li><li style="">threadadmin_deleteposts</li><li style="">threadadmin_deletethread</li><li style="">threadadmin_deletethreads</li><li style="">threadadmin_mergethreads</li><li style="">threadadmin_movethreads</li><li style="">threadbit</li><li style="">threadbit_deleted</li><li style="">threadlist.css</li><li style="">threadlist-ie.css</li><li style="">toolsmenu.css</li><li style="">usercp.css</li><li style="">userinfraction</li><li style="">vbcms_content_article_page</li><li style="">vbcms_content_article_preview</li><li style="">vbcms_content_phpeval_page</li><li style="">vbcms_content_phpeval_preview</li><li style="">vbcms_content_staticpage_page</li><li style="">vbcms_content_staticpage_preview</li><li style="">vbcms.css</li><li style="">vbcms_page</li><li style="">vbcms_searchresult_thread</li><li style="">vbulletin-chrome.css</li><li style="">vbulletin-chrome-ie.css</li><li style="">vbulletin.css</li><li style="">vbulletin-formcontrols.css</li><li style="">vbulletin-ie.css</li><li style="">WHOSONLINE</li><li style="">whosonline.css</li><li style="">widgets.css</li><li style="">yuiupload.css </li></ul><br />
Thank you to everyone who has filed bugs in our bug tracker.  We sincerely appreciate your assistance. If you come across any bugs in the product, please continue to file them in our <a href="http://tracker.vbulletin.com" ><b>tracker</b></a>.<br />
<br />
<br />
Thanks for using vBulletin 4!<br />
<br />
<b>The vB 4 Dev Team</b></div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbulletin-com-forum-upgraded-to-vbulletin-4-1-10-full-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin.com Forum upgraded to vBulletin 4.1.10 FULL VERSION (Ready for Download)</title>
		<link>http://www.vbulletinguru.com/2012/vbulletin-com-forum-upgraded-to-vbulletin-4-1-10-full-version-ready-for-download/</link>
		<comments>http://www.vbulletinguru.com/2012/vbulletin-com-forum-upgraded-to-vbulletin-4-1-10-full-version-ready-for-download/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 23:42:45 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394386-vBulletin-com-Forum-upgraded-to-vBulletin-4-1-10-FULL-VERSION-(Ready-for-Download)</guid>
		<description><![CDATA[*v4.1.10 Download is NOW AVAILABLE (http://members.vbulletin.com/)*.  The feedback thread for the 4.1.10 release is *HERE*...]]></description>
			<content:encoded><![CDATA[<div><b><font color="#ff0000">v4.1.10 Download is <a href="http://members.vbulletin.com/" >NOW AVAILABLE</a></font></b>.  The feedback thread for the 4.1.10 release is <a href="https://www.vbulletin.com/forum/showthread.php/394387-4-1-10-Feedback-and-Discussion?p=2253173#post2253173" ><b>HERE</b></a> for our licensed customers.<br />
<br />
<b>vBulletin 4.1.10 was driven by customer feedback.  The release contains:</b><br />
<br />
<ul><li style=""> A major <a href="https://www.vbulletin.com/forum/entry.php/2496-4-1-10-StyleVar-Changes" >stylevars refactor</a></li><li style=""> <a href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+=+VBIV+AND+fixVersion+=+%224.1.10%22+AND+component+=+StyleVars+ORDER+BY+votes+DESC,+key+DESC" >90+ stylevars bug fixes and improvement requests</a></li><li style=""> <a href="http://tracker.vbulletin.com/browse/VBIV-13517" >Stylevar Mapping Response</a> to minimize impact on customized styles.</li><li style=""> A <a href="https://www.vbulletin.com/forum/entry.php/2499-vBulletin-4-1-10-quot-Remove-Orphan-Stylevars-quot-Tool" >Remove Orphan Stylevars tool</a> to help customers clean up vB4 installs</li><li style=""> <a href="https://www.vbulletin.com/forum/entry.php/2498-4-1-10-Hooks-Part-2" >32 Hook Requests</a> made by customers </li></ul><br />
<b>Additional Changes since the 4.1.10 BETA 1 Release:</b><br />
<br />
<ul><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-6910" >VBIV-6910</a> Attachment Paperclip Overlap Pagination (Search Results, Forums, Settings)</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-13895" >VBIV-13895</a> Credits Update</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-5472" >VBIV-5472</a> File name in lightbox has htmlspecialchar'd HTML entities (only for old attachments)</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-6910" >VBIV-6910</a> Fix Template version.</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14029" >VBIV-14029</a> Missing username in private messages sent list</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14041" >VBIV-14041</a> Problem with mappings of navbar_tab_size</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-10902" >VBIV-10902</a> Wrong directional markup in Blog Entries sidebar block - RTL</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-13921" >VBIV-13921</a> Security Breach: Unauthorized Blogs Being Posted</li><li style="">Update template version numbers to 4.1.10</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14033" >VBIV-14033</a> Attachment lightbox overlay re-appears after closing it</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14027" >VBIV-14027</a> Thread Title Quick Edit Box Width Depends on Original Title Length</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14043" >VBIV-14043</a> link_textDecoration and linkhover_textDecoration Don't Work in Forum Sidebar and CMS Widget Content Links</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14044" >VBIV-14044</a> Extra Margin Displayed Above and Below Lists in WYSIWYG Editor</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-13545" >VBIV-13545</a> Cursor in WYSIWYG editor disappears when using arrow keys to move it</li><li style=""><a href="http://tracker.vbulletin.com/browse/VBIV-14064" >VBIV-14064</a> Thread Titles Clipped </li></ul><br />
4.1.10 contains a total of <b>300+</b> bug fixes, hook requests, improvement requests, and feature requests.  A full list of these changes can be found <b><a href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+=+VBIV+AND+fixVersion+=+%224.1.10%22+ORDER+BY+votes+DESC,+key+DESC" >HERE</a></b>.<br />
<br />
<b>Removed Files:</b><br />
<br />
<ul><li style="">includes/cron/vbcms_dailycleanup.php </li></ul><br />
<b>Added Files:</b><br />
<br />
<ul><li style="">images/misc/unsubscribed_40b.png</li><li style="">includes/class_stylevar_mapper.php</li><li style="">includes/cron/vbcms_cleanup.php</li><li style="">install/includes/class_upgrade_4110a1.php</li><li style="">install/includes/class_upgrade_4110a2.php</li><li style="">install/includes/class_upgrade_4110a3.php</li><li style="">install/includes/class_upgrade_4110b1.php</li><li style="">install/includes/class_upgrade_4110.php </li></ul><br />
<b>Modified Files:</b><br />
<br />
<ul><li style="">admincp/admincalendar.php</li><li style="">admincp/attachment.php</li><li style="">admincp/bbcode.php</li><li style="">admincp/block.php</li><li style="">admincp/forum.php</li><li style="">admincp/language.php</li><li style="">admincp/misc.php</li><li style="">admincp/sitemap.php</li><li style="">admincp/socialgroups.php</li><li style="">admincp/stylevar.php</li><li style="">admincp/template.php</li><li style="">admincp/usergroup.php</li><li style="">admincp/user.php</li><li style="">admincp/usertools.php</li><li style="">ajax.php</li><li style="">album.php</li><li style="">announcement.php</li><li style="">assetmanage.php</li><li style="">attachment.php</li><li style="">blog.php</li><li style="">blog_post.php</li><li style="">blog_usercp.php</li><li style="">calendar.php</li><li style="">clientscript/blog_quick_edit.js</li><li style="">clientscript/ckeditor/core/editor.js</li><li style="">clientscript/ckeditor/core/env.js</li><li style="">clientscript/ckeditor/plugins/htmldataprocessor/plugin.js</li><li style="">clientscript/ckeditor/plugins/listblock/plugin.js</li><li style="">clientscript/ckeditor/skins/kama/editor.css</li><li style="">clientscript/ckeditor/skins/kama/editor.css</li><li style="">clientscript/ckeditor/skins/kama/mainui.css</li><li style="">clientscript/ckeditor/skins/kama/mainui.css</li><li style="">clientscript/ckeplugins/attachment/dialogs/attachment.js</li><li style="">clientscript/ckeplugins/attachment/plugin.js</li><li style="">clientscript/ckeplugins/vbimage/dialogs/image.js</li><li style="">clientscript/jquery/jquery.mobile-1.0.vb.js</li><li style="">clientscript/vbulletin_ajax_suggest.js</li><li style="">clientscript/vbulletin-ajax-threadlist.js</li><li style="">clientscript/vbulletin_asset.js</li><li style="">clientscript/vbulletin_attachment.js</li><li style="">clientscript/vbulletin-core.js</li><li style="">clientscript/vbulletin_facebook.js</li><li style="">clientscript/vbulletin_lightbox.js</li><li style="">clientscript/vbulletin_overlay.js</li><li style="">clientscript/vbulletin_quick_edit_generic.js</li><li style="">clientscript/vbulletin_quick_edit.js</li><li style="">clientscript/vbulletin_quick_edit_picturecomment.js</li><li style="">clientscript/vbulletin-sidebar.js</li><li style="">clientscript/vbulletin_textedit.js</li><li style="">clientscript/vbulletin_yuiupload.js</li><li style="">css.php</li><li style="">editpost.php</li><li style="">external.php</li><li style="">forumdisplay.php</li><li style="">forum.php</li><li style="">group_inlinemod.php</li><li style="">group.php</li><li style="">includes/adminfunctions_language.php</li><li style="">includes/adminfunctions.php</li><li style="">includes/adminfunctions_plugin.php</li><li style="">includes/adminfunctions_template.php</li><li style="">includes/api/1/blog_post_newblog.php</li><li style="">includes/api/1/profile_editsignature.php</li><li style="">includes/api/1/showthread.php</li><li style="">includes/api/4/facebook_getnewforummembers.php</li><li style="">includes/api/4/get_vbfromfacebook.php</li><li style="">includes/blog_functions_category.php</li><li style="">includes/blog_functions_main.php</li><li style="">includes/blog_functions.php</li><li style="">includes/blog_functions_post.php</li><li style="">includes/class_bbcode_alt.php</li><li style="">includes/class_bbcode.php</li><li style="">includes/class_block.php</li><li style="">includes/class_blog_entry.php</li><li style="">includes/class_bootstrap.php</li><li style="">includes/class_core.php</li><li style="">includes/class_dm_attachment.php</li><li style="">includes/class_dm_blog_custom_block.php</li><li style="">includes/class_dm_blog.php</li><li style="">includes/class_dm_blog_trackback.php</li><li style="">includes/class_dm_blog_user.php</li><li style="">includes/class_dm_event.php</li><li style="">includes/class_dm.php</li><li style="">includes/class_dm_socialgroupcategory.php</li><li style="">includes/class_dm_stylevar.php</li><li style="">includes/class_dm_user.php</li><li style="">includes/class_facebook.php</li><li style="">includes/class_filesystemxml_template.php</li><li style="">includes/class_friendly_url.php</li><li style="">includes/class_postbit_alt.php</li><li style="">includes/class_postbit.php</li><li style="">includes/class_reportitem.php</li><li style="">includes/class_sigparser.php</li><li style="">includes/class_sitemap.php</li><li style="">includes/class_socialmessageparser.php</li><li style="">includes/class_stylevarmap_vb3tovb4.php</li><li style="">includes/class_stylevar.php</li><li style="">includes/class_wysiwygparser.php</li><li style="">includes/class_xml.php</li><li style="">includes/class_xmlrpc_pingback.php</li><li style="">includes/facebook/base_facebook.php</li><li style="">includes/functions_bigthree.php</li><li style="">includes/functions_calendar.php</li><li style="">includes/functions_databuild.php</li><li style="">includes/functions_editor.php</li><li style="">includes/functions_facebook.php</li><li style="">includes/functions_forumlist.php</li><li style="">includes/functions_newpost.php</li><li style="">includes/functions.php</li><li style="">includes/functions_socialgroup.php</li><li style="">includes/init.php</li><li style="">includes/modfunctions.php</li><li style="">includes/vbulletin_credits.php</li><li style="">includes/xml/bbcode_video_vbulletin.xml</li><li style="">includes/xml/bitfield_vbblog.xml</li><li style="">includes/xml/bitfield_vbulletin.xml</li><li style="">includes/xml/hooks_vbblog.xml</li><li style="">includes/xml/hooks_vbcms.xml</li><li style="">includes/xml/hooks_vbulletin.xml</li><li style="">includes/xml/product-skimlinks.xml</li><li style="">includes/xml/product-vbblog.xml</li><li style="">includes/xml/product-vbcms.xml</li><li style="">includes/xml/style_generator_sample_dark.xml</li><li style="">includes/xml/style_generator_sample_gray.xml</li><li style="">includes/xml/style_generator_sample_light.xml</li><li style="">includes/xml/style_generator_sample_white.xml</li><li style="">infraction.php</li><li style="">inlinemod.php</li><li style="">install/cmsdefaultdata/default_data_queries.php</li><li style="">install/includes/class_upgrade_ajax.php</li><li style="">install/includes/class_upgrade_cli.php</li><li style="">install/includes/class_upgrade_final.php</li><li style="">install/includes/class_upgrade.php</li><li style="">install/includes/class_upgrade_skimlinks.php</li><li style="">install/includes/class_upgrade_vbblog.php</li><li style="">install/includes/class_upgrade_vbcms.php</li><li style="">install/mysql-schema.php</li><li style="">install/upgrade_language_en.xml</li><li style="">install/vbulletin-adminhelp.xml</li><li style="">install/vbulletin-language.xml</li><li style="">install/vbulletin-mobile-style-blog.xml</li><li style="">install/vbulletin-mobile-style-cms.xml</li><li style="">install/vbulletin-mobile-style.xml</li><li style="">install/vbulletin-settings.xml</li><li style="">install/vbulletin-style.xml</li><li style="">install/vbulletin-upgrade.js</li><li style="">newattachment.php</li><li style="">newreply.php</li><li style="">newthread.php</li><li style="">online.php</li><li style="">packages/vbattach/attach.php</li><li style="">packages/vbblog/attach/blogentry.php</li><li style="">packages/vbblog/search/result/blogentry.php</li><li style="">packages/vbcms/attach/article.php</li><li style="">packages/vbcms/bbcode/html.php</li><li style="">packages/vbcms/comments.php</li><li style="">packages/vbcms/content/article.php</li><li style="">packages/vbcms/content/staticpage.php</li><li style="">packages/vbcms/controller/content.php</li><li style="">packages/vbcms/dm/article.php</li><li style="">packages/vbcms/item/content.php</li><li style="">packages/vbforum/attach/album.php</li><li style="">packages/vbforum/attach/post.php</li><li style="">packages/vbforum/attach/socialgroup.php</li><li style="">packages/vbforum/search/result/event.php</li><li style="">packages/vbforum/search/result/socialgroup.php</li><li style="">packages/vbforum/search/result/thread.php</li><li style="">poll.php</li><li style="">postings.php</li><li style="">private.php</li><li style="">profile.php</li><li style="">register.php</li><li style="">report.php</li><li style="">search.php</li><li style="">showgroups.php</li><li style="">showthread.php</li><li style="">usercp.php</li><li style="">usernote.php</li><li style="">vb/ckeditor.php</li><li style="">vb/legacy/forum.php</li><li style="">vb/legacy/thread.php</li><li style="">vb/profilecustomize.php</li><li style="">vb/route.php</li><li style="">vb/search/criteria.php</li><li style="">vb/search/type.php</li><li style="">vb/validate.php</li><li style="">visitormessage.php </li></ul><br />
<b>Removed Templates:</b><br />
<br />
<ul><li style="">memberinfo_quickedit</li><li style="">pm_quickreply</li><li style="">replacement-vbulletin-ie.css</li><li style="">showthread_quickreply</li><li style="">threadadmin_easyspam_infraction</li><li style="">threadlist-singlecolumn.css </li></ul><br />
<b>Added Templates:</b><br />
No new templates.<br />
<br />
<b>Modified Templates:</b><br />
<br />
<ul><li style="">album.css</li><li style="">album-ie.css</li><li style="">album_picturebit</li><li style="">announcement_edit</li><li style="">assetmanager.css</li><li style="">assetmanager_detailedview</li><li style="">attachmentbit</li><li style="">attachment.css</li><li style="">ATTACHMENTS</li><li style="">attachments.css</li><li style="">backgroundpicker.css</li><li style="">bbcode.css</li><li style="">bbcodelist.css</li><li style="">bbcode_video</li><li style="">block_blogentries</li><li style="">block_cmsarticles</li><li style="">block_newposts</li><li style="">block_sgdiscussions</li><li style="">block_threads</li><li style="">blog_cp_manage_sidebar</li><li style="">blog.css</li><li style="">blog_entry_editor</li><li style="">blog_entry_featured</li><li style="">blog_inlinemod_delete_comments</li><li style="">blog_rules</li><li style="">blog_search_results_result</li><li style="">blog_sidebar_entry_link</li><li style="">buddylist.css</li><li style="">calendar.css</li><li style="">calendar_monthly_day</li><li style="">calendar_monthly_day_other</li><li style="">colorpicker.css</li><li style="">datepicker.css</li><li style="">editor_contents.css</li><li style="">editor.css</li><li style="">editpost</li><li style="">faq.css</li><li style="">forumbits.css</li><li style="">FORUMDISPLAY</li><li style="">forumdisplay.css</li><li style="">FORUMHOME</li><li style="">forumhome_forumbit_level1_nopost</li><li style="">forumhome_forumbit_level1_post</li><li style="">forumhome_forumbit_level2_nopost</li><li style="">forumhome_forumbit_level2_post</li><li style="">forumhome_lastpostby</li><li style="">forumrules</li><li style="">header</li><li style="">lightbox</li><li style="">lightbox.css</li><li style="">memberaction_dropdown</li><li style="">member.css</li><li style="">memberinfo_block_aboutme</li><li style="">memberinfo_block_friends</li><li style="">memberinfo_block_visitormessaging</li><li style="">memberinfo_profilefield_category</li><li style="">memberlist.css</li><li style="">moderation_posts</li><li style="">moderation_threads</li><li style="">modifyoptions</li><li style="">modifysignature</li><li style="">navbar</li><li style="">newattachment_keybit</li><li style="">newpost_preview</li><li style="">newreply</li><li style="">newthread</li><li style="">options.css</li><li style="">payments.css</li><li style="">pm_messagelist</li><li style="">pm_newpm</li><li style="">popup.css</li><li style="">popupmenu.css</li><li style="">popupmenu-ie.css</li><li style="">postbit</li><li style="">postbit.css</li><li style="">postbit_external</li><li style="">postbit-ie.css</li><li style="">postbit_legacy</li><li style="">postbit-lite.css</li><li style="">posthistory.css</li><li style="">printthread</li><li style="">printthread.css</li><li style="">private.css</li><li style="">private-ie.css</li><li style="">reminders.css</li><li style="">reportitem</li><li style="">reviewpost.css</li><li style="">search.css</li><li style="">search-ie.css</li><li style="">search_resultlist</li><li style="">search_results_forum</li><li style="">search_results_socialgroup_discussion</li><li style="">search_results_socialgroup_message</li><li style="">search_threadbit</li><li style="">showgroups.css</li><li style="">SHOWTHREAD</li><li style="">showthread.css</li><li style="">sidebar.css</li><li style="">smilie.css</li><li style="">socialgroups.css</li><li style="">socialgroups_deletemessages</li><li style="">socialgroups_discussionview</li><li style="">socialgroups_form</li><li style="">socialgroups_overview.css</li><li style="">stylegenerator.css</li><li style="">threadadmin_deleteposts</li><li style="">threadadmin_deletethread</li><li style="">threadadmin_deletethreads</li><li style="">threadadmin_mergethreads</li><li style="">threadadmin_movethreads</li><li style="">threadbit</li><li style="">threadbit_deleted</li><li style="">threadlist.css</li><li style="">threadlist-ie.css</li><li style="">toolsmenu.css</li><li style="">usercp.css</li><li style="">userinfraction</li><li style="">vbcms_content_article_page</li><li style="">vbcms_content_article_preview</li><li style="">vbcms_content_phpeval_page</li><li style="">vbcms_content_phpeval_preview</li><li style="">vbcms_content_staticpage_page</li><li style="">vbcms_content_staticpage_preview</li><li style="">vbcms.css</li><li style="">vbcms_page</li><li style="">vbcms_searchresult_thread</li><li style="">vbulletin-chrome.css</li><li style="">vbulletin-chrome-ie.css</li><li style="">vbulletin.css</li><li style="">vbulletin-formcontrols.css</li><li style="">vbulletin-ie.css</li><li style="">WHOSONLINE</li><li style="">whosonline.css</li><li style="">widgets.css</li><li style="">yuiupload.css </li></ul><br />
Thank you to everyone who has filed bugs in our bug tracker.  We sincerely appreciate your assistance. If you come across any bugs in the product, please continue to file them in our <a href="http://tracker.vbulletin.com" ><b>tracker</b></a>.<br />
<br />
<br />
Thanks for using vBulletin 4!<br />
<br />
<b>The vB 4 Dev Team</b></div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbulletin-com-forum-upgraded-to-vbulletin-4-1-10-full-version-ready-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin Update + Down Time This Afternoon</title>
		<link>http://www.vbulletinguru.com/2012/vbulletin-update-down-time-this-afternoon/</link>
		<comments>http://www.vbulletinguru.com/2012/vbulletin-update-down-time-this-afternoon/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 22:00:57 +0000</pubDate>
		<dc:creator>Lawrence Cole</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394384-vBulletin-Update-Down-Time-This-Afternoon</guid>
		<description><![CDATA[Hello All,

There will be an update this afternoon that will result in a short period of downtime on the forums.

]]></description>
			<content:encoded><![CDATA[<div>Hello All,<br />
<br />
There will be an update this afternoon that will result in a short period of downtime on the forums.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbulletin-update-down-time-this-afternoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin Security Patch for vBulletin 4 Suite Only &#8211; 01/10/2012</title>
		<link>http://www.vbulletinguru.com/2012/vbulletin-security-patch-for-vbulletin-4-suite-only-01102012/</link>
		<comments>http://www.vbulletinguru.com/2012/vbulletin-security-patch-for-vbulletin-4-suite-only-01102012/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:54:44 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394259-vBulletin-Security-Patch-for-vBulletin-4-Suite-Only-01-10-2012</guid>
		<description><![CDATA[A recent vBulletin 4 (Suite Only, all versions) report (http://tracker.vbulletin.com/browse/VBIV-13921) indicated that there is a potential permission exploit vector...]]></description>
			<content:encoded><![CDATA[<div>A recent vBulletin 4 (Suite Only, all versions) <a href="http://tracker.vbulletin.com/browse/VBIV-13921" >report</a> indicated that there is a <a href="https://www.vbulletin.com/forum/showthread.php/393806-Security-Breach-Unauthorized-Blogs-Being-Posted" >potential permission exploit vector</a> in the Blogs portion of the product.  Once the cause of the issue was isolated, additional permissions checks were added to eliminate the reported threat.<br />
<br />
The issue does not affect vBulletin 3.x, or vBulletin 4 Forum Classic.  It affects only the <b>Blogs</b> product.<br />
<br />
This patch has been issued for vBulletin versions 4.0.0 through 4.1.9.  The code change has been included in 4.1.10, which will not need to be patched.<br />
<br />
To improve the security of your vBulletin 4 Suite installation please download the patch from the members area of vBulletin: <a href="http://members.vbulletin.com/" >http://members.vbulletin.com/</a><br />
We recommend you install this security patch as soon as possible.<br />
<br />
The upgrade process is the same as previous patch level releases -  simply download the patch from the Members Area, extract the files and  upload to your web server, overwriting the existing files. There is no  upgrade script required.<br />
<br />
(Advanced users: file updated is /blog_post.php)<br />
<br />
Please note that this issue and fix ONLY affects VBULLETIN SUITE. You  may notice that vBulletin Forum Only Patch Level was incremented as well  - you DO NOT have to patch or take any action for non-CMS sites.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbulletin-security-patch-for-vbulletin-4-suite-only-01102012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Support Team Member for Arabic Support</title>
		<link>http://www.vbulletinguru.com/2012/new-support-team-member-for-arabic-support/</link>
		<comments>http://www.vbulletinguru.com/2012/new-support-team-member-for-arabic-support/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 18:14:32 +0000</pubDate>
		<dc:creator>Wayne Luke</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394254-New-Support-Team-Member-for-Arabic-Support</guid>
		<description><![CDATA[We are pleased to announce the addition of Yasser (forum username: S P E E D (https://www.vbulletin.com/forum/member.php/229437-S-P-E-E-D)) to the vBulletin Support Team. Yasser is going to provide...]]></description>
			<content:encoded><![CDATA[<div>We are pleased to announce the addition of Yasser (forum username: <a href="https://www.vbulletin.com/forum/member.php/229437-S-P-E-E-D" >S P E E D</a>) to the vBulletin Support Team. Yasser is going to provide additional Arabic Support for our customers and help with Arabic Translations of the site and software.<br />
<br />
Please help me welcome him aboard the team.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/new-support-team-member-for-arabic-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Signature position</title>
		<link>http://www.vbulletinguru.com/2012/vb4-signature-position/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-signature-position/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 06:47:48 +0000</pubDate>
		<dc:creator>ibaker</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394226-Signature-position</guid>
		<description><![CDATA[I am trying to get the post signature at the bottom of the post aligning it with the user info part but having trouble if any one can help. 
 
This is the default position: 
Attachment 57314...]]></description>
			<content:encoded><![CDATA[<div>I am trying to get the post signature at the bottom of the post aligning it with the user info part but having trouble if any one can help.<br />
<br />
This is the default position:<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57314&amp;d=1326178032"  title="Name:  img1.jpg
Views: 10
Size:  33.3 KB">img1.jpg</a><br />
<br />
This is the position of the signature if I add:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">.postbitlegacy .after_content {clear:none; }</code><hr />
</div>to my additional.css template<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57315&amp;d=1326178033"  title="Name:  img2.jpg
Views: 9
Size:  32.3 KB">img2.jpg</a><br />
<br />
and this is the desired position where the bottom of the post content (in short posts) is in line with the bottom of the user info:<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57316&amp;d=1326178034"  title="Name:  img3.jpg
Views: 8
Size:  32.4 KB">img3.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57314&amp;d=1326178032" >img1.jpg&lrm;</a> 
(33.3 KB)
</li><li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57315&amp;d=1326178033" >img2.jpg&lrm;</a> 
(32.3 KB)
</li><li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57316&amp;d=1326178034" >img3.jpg&lrm;</a> 
(32.4 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-signature-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Would appreciate some help on a grid layout</title>
		<link>http://www.vbulletinguru.com/2012/vb4-would-appreciate-some-help-on-a-grid-layout/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-would-appreciate-some-help-on-a-grid-layout/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 05:14:33 +0000</pubDate>
		<dc:creator>W. Scott</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394221-Would-appreciate-some-help-on-a-grid-layout</guid>
		<description><![CDATA[I've been playing and trying to figure out for almost 2 days and it's beyond me... 
 
I'm trying to create a three columned grid with static outer columns. I would like both the outer columns to have...]]></description>
			<content:encoded><![CDATA[<div>I've been playing and trying to figure out for almost 2 days and it's beyond me...<br />
<br />
I'm trying to create a three columned grid with static outer columns. I would like both the outer columns to have an inside area of 180px with the center column being an adjustable width.<br />
<br />
As an option I would like to have the same configuration as above but with a header at the top also.<br />
<br />
I'm sure it's easy to do but, i just haven't been able to figure it out. Can someone please help?<br />
<br />
Thank you in advance!<br />
<br />
Scott</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-would-appreciate-some-help-on-a-grid-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Additional.css not showing up</title>
		<link>http://www.vbulletinguru.com/2012/vb4-additional-css-not-showing-up/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-additional-css-not-showing-up/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 19:33:33 +0000</pubDate>
		<dc:creator>The Dawg</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394188-Additional-css-not-showing-up</guid>
		<description><![CDATA[I added a DIV section with 3 240x60 images under the Quick Reply box, then added the new CSS to the additional.css file.  I can not get it to load.  It does not show up in Firebug. 
 
I tried the...]]></description>
			<content:encoded><![CDATA[<div>I added a DIV section with 3 240x60 images under the Quick Reply box, then added the new CSS to the additional.css file.  I can not get it to load.  It does not show up in Firebug.<br />
<br />
I tried the Cntrl F5 and it didnt update.<br />
<br />
What could be the problem?</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57309&amp;d=1326137585" >spots1.jpg&lrm;</a> 
(95.7 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-additional-css-not-showing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 vBulletin Mobile Style Premium issues</title>
		<link>http://www.vbulletinguru.com/2012/vb4-vbulletin-mobile-style-premium-issues/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-vbulletin-mobile-style-premium-issues/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 08:49:29 +0000</pubDate>
		<dc:creator>pablo</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394164-vBulletin-Mobile-Style-Premium-issues</guid>
		<description><![CDATA[The latest upgrade to vbulletin 4.1.9 killed the mobile style, so I decided to upload the new vBulletin Mobile Style Premium (as I have the mobile app). 
But looking at the first screen I get this on...]]></description>
			<content:encoded><![CDATA[<div>The latest upgrade to vbulletin 4.1.9 killed the mobile style, so I decided to upload the new vBulletin Mobile Style Premium (as I have the mobile app).<br />
But looking at the first screen I get this on my iPhone: <br />
<br />
<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57297&amp;d=1326098866"  title="Name:  photo.jpg
Views: 23
Size:  35.4 KB">photo.jpg</a><br />
<br />
I've previously cleared the Safari cache on the phone... once I updated the style.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://www.vbulletin.com/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://www.vbulletin.com/forum/attachment.php?attachmentid=57297&amp;d=1326098866" >photo.jpg&lrm;</a> 
(35.4 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-vbulletin-mobile-style-premium-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 Stylvar</title>
		<link>http://www.vbulletinguru.com/2012/vb4-stylvar/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-stylvar/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 00:52:44 +0000</pubDate>
		<dc:creator>donald1234</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394151-Stylvar</guid>
		<description><![CDATA[What is the grey icon that turns blue when there is a new post called in stylevar so I can edit it?

]]></description>
			<content:encoded><![CDATA[<div>What is the grey icon that turns blue when there is a new post called in stylevar so I can edit it?</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-stylvar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB4 default style?</title>
		<link>http://www.vbulletinguru.com/2012/vb4-default-style/</link>
		<comments>http://www.vbulletinguru.com/2012/vb4-default-style/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 16:24:26 +0000</pubDate>
		<dc:creator>donald1234</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394131-default-style</guid>
		<description><![CDATA[How do you make your prefered style default and the default style choosable by the tab at the bottom if you know what I mean, at the moment users get the default style when they enter the forum and...]]></description>
			<content:encoded><![CDATA[<div>How do you make your prefered style default and the default style choosable by the tab at the bottom if you know what I mean, at the moment users get the default style when they enter the forum and have to choose the other style. I would like it the other way round.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb4-default-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vB3 template style .xml not changing anything</title>
		<link>http://www.vbulletinguru.com/2012/vb3-template-style-xml-not-changing-anything/</link>
		<comments>http://www.vbulletinguru.com/2012/vb3-template-style-xml-not-changing-anything/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 01:39:10 +0000</pubDate>
		<dc:creator>AndyBCS</dc:creator>
				<category><![CDATA[vBulletin Templates, Graphics & Styles]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394062-template-style-xml-not-changing-anything</guid>
		<description><![CDATA[As the title says,  
 
Im trying to install a style (just colour changes no images) so I goto  
 
Download/Upload Styles 
Select the .xml file 
Choose Ignore Template Versions 
and the click Import 
...]]></description>
			<content:encoded><![CDATA[<div>As the title says, <br />
<br />
Im trying to install a style (just colour changes no images) so I goto <br />
<br />
Download/Upload Styles<br />
Select the .xml file<br />
Choose Ignore Template Versions<br />
and the click Import<br />
<br />
It installs just fine and puts the Template name under the Template and Style Manager but when I select it as a default in either the General settings or even directly from the drop-down on the forum. Nothing changes it just stays the default vB skin?<br />
<br />
Any ideas guys?<br />
<br />
Cheers<br />
<br />
(VB 3.8.7 Patch 2)</div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vb3-template-style-xml-not-changing-anything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin 4.1.10 BETA 1 available for download (DO NOT UPGRADE LIVE/PROD INSTALLS)</title>
		<link>http://www.vbulletinguru.com/2012/vbulletin-4-1-10-beta-1-available-for-download-do-not-upgrade-liveprod-installs/</link>
		<comments>http://www.vbulletinguru.com/2012/vbulletin-4-1-10-beta-1-available-for-download-do-not-upgrade-liveprod-installs/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 00:39:36 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394061-vBulletin-4-1-10-BETA-1-available-for-download-(DO-NOT-UPGRADE-LIVE-PROD-INSTALLS)</guid>
		<description><![CDATA[vBulletin 4.1.10 Beta 1 is now available for download. 
* 
Please note:* 
 
* *We do not provide support for Beta versions* 
* We do not recommend Beta software to be installed on production sites....]]></description>
			<content:encoded><![CDATA[<div>vBulletin 4.1.10 Beta 1 is now available for download.<br />
<font color="#ff0000"><b><br />
Please note:</b></font><font color="#ff0000"><br />
</font><br />
<ul><li style=""><b>We do not provide support for Beta versions</b></li><li style="">We do not recommend Beta software to be installed on production sites.</li><li style="">We always recommend that you back up your database fully before attempting to install Beta software.</li></ul><b><br />
Change log:</b><br />
<font color="#696969"><br />
</font><b>A full list of changes and blog posts can be found in the <a href="https://www.vbulletin.com/forum/showthread.php/393368-vBulletin-4-1-10-ALPHA-3-available-for-download-(DO-NOT-UPGRADE-LIVE-PROD-INSTALLS)#post2246385" >4.1.10 Alpha release announcement</a></b>.<br />
<br />
A big thank you to everyone who has filed bugs in our bug tracker, especially those who participated in the closed and open Alphas.  We sincerely appreciate your assistance.  If you come across any bugs in the product, please continue to file them in our <a href="http://tracker.vbulletin.com/" ><b>tracker</b></a>.<br />
<br />
The feedback thread on the 4.1.10 Beta release can be found <a href="https://www.vbulletin.com/forum/showthread.php/394053-4-1-10-BETA-Feedback-and-Discussion?p=2250839#post2250839" ><b>HERE</b></a> for our licensed customers.<br />
<br />
Thanks for using vBulletin,<br />
<br />
vB Dev Team <br />
<font color="#696969"><br />
</font></div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbulletin-4-1-10-beta-1-available-for-download-do-not-upgrade-liveprod-installs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin.com upgraded to 4.1.10 BETA 1</title>
		<link>http://www.vbulletinguru.com/2012/vbulletin-com-upgraded-to-4-1-10-beta-1/</link>
		<comments>http://www.vbulletinguru.com/2012/vbulletin-com-upgraded-to-4-1-10-beta-1/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:25:37 +0000</pubDate>
		<dc:creator>Allen Lin</dc:creator>
				<category><![CDATA[vBulletin Announcements]]></category>

		<guid isPermaLink="false">https://www.vbulletin.com/forum/showthread.php/394054-vBulletin-com-upgraded-to-4-1-10-BETA-1</guid>
		<description><![CDATA[We're happy to announce the upgrade of the vBulletin.com forums to vB 4.1.10 Beta 1.  A downloadable Beta release will be made available to our customers at the beginning of next week. 
 
For a...]]></description>
			<content:encoded><![CDATA[<div>We're happy to announce the upgrade of the vBulletin.com forums to vB 4.1.10 Beta 1.  A downloadable Beta release will be made available to our customers at the beginning of next week.<br />
<br />
For a complete list of what will be release in 4.1.10, please check out my announcement for the <a href="https://www.vbulletin.com/forum/showthread.php/393368-vBulletin-4-1-10-ALPHA-3-available-for-download-(DO-NOT-UPGRADE-LIVE-PROD-INSTALLS)#post2246385" >4.1.10 Alpha releases</a>.<br />
<br />
We welcome your feedback on 4.1.10 Beta 1 - <a href="https://www.vbulletin.com/forum/showthread.php/394053-4-1-10-BETA-Feedback-and-Discussion?p=2250839#post2250839" >HERE</a><br />
<br />
Please note the following:<br />
<br />
<ul><li style="">We're still experiencing network issues at our data center. Any load or networking issues you may see on vBulletin.com are not a reflection of the 4.1.10 release.</li><li style="">vB 4.1.10 contains MAPI changes.  Some instability may be noticed in the mobile apps for vBulletin.com.  For example, <a href="http://tracker.vbulletin.com/browse/VBIV-14029" >VBIV-14029 (Missing username in private messages sent list)</a>.  We are working to resolve these issues before final release. </li></ul></div>

]]></content:encoded>
			<wfw:commentRss>http://www.vbulletinguru.com/2012/vbulletin-com-upgraded-to-4-1-10-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

