<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>vBulletin Community Forum</title>
		<link>http://www.vbulletin.com/forum/</link>
		<description>This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 01:54:02 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>5</ttl>
		<image>
			<url>http://www.vbulletin.com/forum/images/misc/rss.png</url>
			<title>vBulletin Community Forum</title>
			<link>http://www.vbulletin.com/forum/</link>
		</image>
		<item>
			<title>On create new article page ,</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327187-On-create-new-article-page&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 01:06:26 GMT</pubDate>
			<description>since the create article page has been fixed i now have this but only occasionally, 
 
 
 
Database error in vBulletin 4.0.0 Beta 4: 
 
Invalid SQL: 
 
		SELECT user.avatarid, user.avatarrevision,...</description>
			<content:encoded><![CDATA[<div>since the create article page has been fixed i now have this but only occasionally,<br />
<br />
<br />
<br />
Database error in vBulletin 4.0.0 Beta 4:<br />
<br />
Invalid SQL:<br />
<br />
		SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,<br />
			customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb<br />
		FROM user AS user<br />
		LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid<br />
		LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid<br />
		WHERE user.userid =;<br />
<br />
MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6<br />
Error Number  : 1064<br />
Request Date  : Friday, November 20th 2009 @ 07:04:20 PM<br />
Error Date    : Friday, November 20th 2009 @ 07:04:20 PM<br />
Script        : <a href="http://www.vbulletin.imgeeko.com/testvb/content.php" target="_blank">http://www.vbulletin.imgeeko.com/testvb/content.php</a><br />
Referrer      : <a href="http://www.vbulletin.imgeeko.com/testvb/content.php?9-Gaudi-Architecture" target="_blank">http://www.vbulletin.imgeeko.com/tes...i-Architecture</a><br />
IP Address    : 81.129.128.129<br />
Username      : admin<br />
Classname     : vB_Database<br />
MySQL Version : 5.0.81-community</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>stephen1976</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327187-On-create-new-article-page</guid>
		</item>
		<item>
			<title>A lot of questions, including migrating from Wordpress, phpbb3, drupal...</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327186-A-lot-of-questions-including-migrating-from-Wordpress-phpbb3-drupal&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:55:57 GMT</pubDate>
			<description><![CDATA[Hello everyone, 
 
I've been doing a fansite for a game for about a year and a half now, and my site is finally getting pretty big (about 8000-9000 people visiting each day). I'm finally getting...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I've been doing a fansite for a game for about a year and a half now, and my site is finally getting pretty big (about 8000-9000 people visiting each day). I'm finally getting enough ad money to support my hosting costs and have a little leftover, and I've been thinking about using that extra cash towards upgrading the site to use something with a bit more compatibility and support for what I want to do.<br />
<br />
Here is how my site is set up right now: My news page runs on wordpress, as does my media gallery (which currently only includes pictures), and is connected via WP-United to phpbb3 (for cross posting and a shared theme). I have a drupal installation set up to allow my site members to share mod files for a game (Torchlight, if you are interested). I have several mediawiki installations set up to support multiple languages, although English is mainly the only one that gets regular updates.<br />
<br />
My original intent was to try to have a system set up where members could just have a single login that allows them to access the forums, drupal, and the wikis. Unfortunately, all of the various integration modules have a lot of problems, and I ended up having to break apart everything other than the wordpress-phpbb3 connection (which is only enabled for cross-posting for staff members). I had problems with user information and passwords either not syncing or being unable to be changed, complete and utter caching failures, plugin and forum mod conflicts, RSS feeds breaking, and a lot more. I'm at a good point to consider something a bit more advanced that is actually made to work together and has reliable support, which has brought me to look at vbulletin.<br />
<br />
I'm having trouble figuring out how to phrase my questions. I'll just list them and then give an explanation:<ol style="list-style-type: decimal"><li>Is it possible to import JUST the names and passwords of users from phpbb3, mediawiki, and drupal6 into one combined vbulletin database?</li>
<li>Can I import all of my wordpress posts and phpbb3 posts and forums into vbulletin? (Preferably, keeping the names of the posters attached to the correct account)</li>
<li>Is there any kind of mediawiki replacement available for vbulletin? If so, does it allow imports from mediawiki?</li>
<li>Is it possible to maintain a joint user database between drupal and vbulletin? (I can't alter the drupal installation because of the way its file sharing database is set up)</li>
<li>Can I use vBulletin to create a media gallery that has pictures, movies, audio and their associated viewers with vbulletin, AND only allow staff members to add content to that section?</li>
</ol><br />
My first question is particularly important, because I originally went from SMF to phpbb3, and in doing so I caused problems with how the database was set up, forever requiring a special verification file to be included in my phpbb installation. If necessary I am willing to sacrifice my current forums, only importing usernames from drupal and mediawiki, if I can somehow import all of the old phpbb3 posts into a locked archived forum where all of the original posters are simply listed as guests or something.<br />
<br />
I'm hoping to simplify things by switching to a single can-do-everything software so that I don't have to deal with the hassle of multiple theme maintenance, multiple registrations for a single site, and other conflicts. I'm also hoping that by unifying everything I can cut down on system resources, since I won't need multiple installations of everything running all at the same time.<br />
<br />
Any answers or advice is appreciated.<br />
<br />
<b>(Oh, and just so you know, it says I can add 5 tags underneath my post, but if I try to do more than 2 tags it tells me I am over the limit. Bug/typo?)</b></div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?47-vBulletin-Pre-sales-Questions">vBulletin Pre-sales Questions</category>
			<dc:creator>Webbstre</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327186-A-lot-of-questions-including-migrating-from-Wordpress-phpbb3-drupal</guid>
		</item>
		<item>
			<title>My mock-up on how i visualize the File Manager</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327183-My-mock-up-on-how-i-visualize-the-File-Manager&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:46:50 GMT</pubDate>
			<description><![CDATA[Here's a mock-up on how i visualize the File Manager 
 
Image: http://i45.tinypic.com/120nsjb.jpg]]></description>
			<content:encoded><![CDATA[<div>Here's a mock-up on how i visualize the File Manager<br />
<br />
<img src="http://i45.tinypic.com/120nsjb.jpg" border="0" alt="" /></div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>iadmirevb</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327183-My-mock-up-on-how-i-visualize-the-File-Manager</guid>
		</item>
		<item>
			<title>Vbulletin Logo, how do I replace it?</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327182-Vbulletin-Logo-how-do-I-replace-it&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:44:33 GMT</pubDate>
			<description>With my own text or a logo from another website?</description>
			<content:encoded><![CDATA[<div>With my own text or a logo from another website?</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>Teadeh1958</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327182-Vbulletin-Logo-how-do-I-replace-it</guid>
		</item>
		<item>
			<title>How do I get rid of the words Forum: Main Forum?</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327181-How-do-I-get-rid-of-the-words-Forum-Main-Forum&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:44:22 GMT</pubDate>
			<description>*I show the words Forum: Main Forum above and below the New Post button. How do I get rid of them? I thought Navbar would lead me to a solution but no obvious solution there yet 
*</description>
			<content:encoded><![CDATA[<div><b>I show the words Forum: Main Forum above and below the New Post button. How do I get rid of them? I thought Navbar would lead me to a solution but no obvious solution there yet<br />
</b></div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?135-vBulletin-3-7-Questions-Problems-and-Troubleshooting">vBulletin 3.7 Questions, Problems and Troubleshooting</category>
			<dc:creator>voomies</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327181-How-do-I-get-rid-of-the-words-Forum-Main-Forum</guid>
		</item>
		<item>
			<title>unknown locations</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327176-unknown-locations&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:13:44 GMT</pubDate>
			<description><![CDATA[anyone know how to fix this or is it another bug, i get this when i click user online 
 
elgaddal	Unknown Location 
/showthread.php?t=33220&33220-GoochyvsEgg 
86.26.105.87	 
12:12 AMleygreen	Unknown...]]></description>
			<content:encoded><![CDATA[<div>anyone know how to fix this or is it another bug, i get this when i click user online<br />
<br />
elgaddal	Unknown Location<br />
/showthread.php?t=33220&amp;33220-GoochyvsEgg<br />
86.26.105.87	<br />
12:12 AMleygreen	Unknown Location<br />
/showthread.php?t=45733&amp;page=2&amp;45733-Weemonk-and-QuickQuid/page2<br />
86.154.71.35	<br />
11:13 PMmacca35	Unknown Location<br />
/profile.php?do=editprofilepic<br />
86.132.128.60	<br />
12:04 AMmom2mysononly+	Unknown Location<br />
/showthread.php?t=54367&amp;54367-do-we-know-of-anyone-with-a-large-claim<br />
90.215.218.200	<br />
11:39 PMnashron	Unknown Location<br />
/showthread.php?t=54319&amp;page=2&amp;54319-Studio-Catalogue-Refused-My-Reduced-Minimum-Payment-Offer/page2<br />
86.169.20.239	<br />
12:03 AMsammy1	Unknown Location<br />
/showthread.php?t=52621&amp;52621-Thinking-out-loud-thread-dont-be-afraid-to-reply-LOL&amp;p=457168<br />
82.19.147.204	<br />
11:27 PMSim+	Unknown Location<br />
/search.php?do=getnew&amp;contenttype=vBForum_Post<br />
78.146.248.11	<br />
11:49 PMskyebee+	Unknown Location<br />
/showthread.php?t=54257&amp;54257-OFT-Test-Case-NEWS<br />
78.149.200.161	<br />
12:12 AMstephen1976</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>stephen1976</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327176-unknown-locations</guid>
		</item>
		<item>
			<title>full editor in Firefox is broken!</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327174-full-editor-in-Firefox-is-broken&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:01:08 GMT</pubDate>
			<description><![CDATA[Hi, 
 
The users of my forum have reported a problem with the vB advanced editor. the editor appears broken as shown below when they click "go advanced" or try to start a new post. 
 
Have you seen...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
The users of my forum have reported a problem with the vB advanced editor. the editor appears broken as shown below when they click &quot;go advanced&quot; or try to start a new post.<br />
<br />
Have you seen anything like this before?<br />
<br />
<img src="http://farm3.static.flickr.com/2656/4116487524_fc89df2303_o.jpg" border="0" alt="" /><br />
<br />
Thanks for your time. I did make small customizations (adding buttons) to the editor, but I'm not too familiar with vB.<br />
<br />
--Alex<br />
PS- you can see this for yourself at our forum <a href="http://hub.pickuppodcast.com" target="_blank">http://hub.pickuppodcast.com</a></div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?135-vBulletin-3-7-Questions-Problems-and-Troubleshooting">vBulletin 3.7 Questions, Problems and Troubleshooting</category>
			<dc:creator>alexweber</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327174-full-editor-in-Firefox-is-broken</guid>
		</item>
		<item>
			<title>Vbulletin.com CMS Wiget - Recent Post by Vbulletin Staff</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327172-Vbulletin-com-CMS-Wiget-Recent-Post-by-Vbulletin-Staff&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:47:46 GMT</pubDate>
			<description>Just a suggestion, with the Vbulletin staff posting here in the forums so much, would be nice if a widget on the CMS page contained links to all their posts. This way more people could stay informed...</description>
			<content:encoded><![CDATA[<div>Just a suggestion, with the Vbulletin staff posting here in the forums so much, would be nice if a widget on the CMS page contained links to all their posts. This way more people could stay informed with what is going on, possible bugs, fixes, etc.<br />
 <br />
So, just add an extra widget to the CMS page for us.</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>Shelby</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327172-Vbulletin-com-CMS-Wiget-Recent-Post-by-Vbulletin-Staff</guid>
		</item>
		<item>
			<title>Nowhere quickly</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327171-Nowhere-quickly&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:39:37 GMT</pubDate>
			<description><![CDATA[I seem to be getting nowhere on my database problems.   
 
 IS there a VB staffer or a senior member here willing to have a look at our site and fix the frik'n Dbase of the 'upgrade' gone wrong...  ...]]></description>
			<content:encoded><![CDATA[<div>I seem to be getting nowhere on my database problems.  <br />
<br />
 IS there a VB staffer or a senior member here willing to have a look at our site and fix the frik'n Dbase of the 'upgrade' gone wrong...  <br />
<br />
 I still can not log into the admincp, changed the passwrod several times now.  Get 5 attempts then locked out for somewhat more than 15 minutes.  When it doesn't just give me the error mismatch message it loops me around back to the login page...  I NEED this fixed so I can continue working on the site overall...  Right now I'm dead in the water and can't get ANY answers..<br />
<br />
 ANY help would be appreciated</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>RabidSalad</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327171-Nowhere-quickly</guid>
		</item>
		<item>
			<title>Post moderation issue</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327169-Post-moderation-issue&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:32:33 GMT</pubDate>
			<description><![CDATA[Hi there, 
 
Few of our members are complaining that occasionally when the post something, they get the message that "moderator will approve their post.." or something of that nature.  
 
I've...]]></description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
Few of our members are complaining that occasionally when the post something, they get the message that &quot;moderator will approve their post..&quot; or something of that nature. <br />
<br />
I've checked the settings that I know of and found nothing out of ordinary. Only a couple of them are having this problem and they are established members of the forum too so I'm not sure why this is happening. <br />
<br />
Please let me know what else I could check. <br />
<br />
Thanks</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>Arsh</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327169-Post-moderation-issue</guid>
		</item>
		<item>
			<title>In the vB 4.0 Beta Forum could you please.........</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327166-In-the-vB-4-0-Beta-Forum-could-you-please&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:23:47 GMT</pubDate>
			<description>In the vB 4.0 Beta Forum could you please create seperate section for things like CMS and Blogs so we dont have search through all the other stuff!! It sure would be nice to have all the CMS stuff in...</description>
			<content:encoded><![CDATA[<div>In the vB 4.0 Beta Forum could you please create seperate section for things like CMS and Blogs so we dont have search through all the other stuff!! It sure would be nice to have all the CMS stuff in one forum or sub forum!! :cool: Cheers!</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?5-Site-Feedback">Site Feedback</category>
			<dc:creator>Bergler</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327166-In-the-vB-4-0-Beta-Forum-could-you-please</guid>
		</item>
		<item>
			<title><![CDATA[That username is already in use or does not meet the administrator's standards.]]></title>
			<link>http://www.vbulletin.com/forum/showthread.php?327165-That-username-is-already-in-use-or-does-not-meet-the-administrator-s-standards&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:22:36 GMT</pubDate>
			<description><![CDATA[Hey Guy's, 
 
I have a major problem. I have been receiving emails non-stop about new users trying to register, and they cant register any user name they try. They all get the same message.  
 
One...]]></description>
			<content:encoded><![CDATA[<div>Hey Guy's,<br />
<br />
I have a major problem. I have been receiving emails non-stop about new users trying to register, and they cant register any user name they try. They all get the same message. <br />
<br />
<i>One guy tried 50 different once... </i><br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			I am having an issue registering for the forums, it wont allow me to enter any username. I have attempted to enter about 50 usernames and it says everything is in use?
			
		<hr />
	</div>
</div> I've even tried random once, I keep getting this message:<br />
<br />
<b>That username is already in use or does not meet the administrator's standards. If you are testing_user and you have forgotten your password, click here.<br />
</b><br />
<br />
The registration link is: <a href="http://www.torontostreets.ca/forum/register.php" target="_blank">http://www.torontostreets.ca/forum/register.php</a><br />
<br />
Can it be something in my permission settings?... About 4 months ago I had a major spam problem, I had my hands full with all the posts and registrations the spammers were causing. <br />
<br />
I can't remember what I've altered. I only remember I've set: Akismet in the Spam Management bar, and entered the key I got from wordpress. :confused:<br />
<br />
Any suggestion and help would be greatly appreciated. Thanks in advance.<br />
<br />
-Alex</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>Mechta</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327165-That-username-is-already-in-use-or-does-not-meet-the-administrator-s-standards</guid>
		</item>
		<item>
			<title><![CDATA[i'm just saying but maybe the # is not necessary anymore...]]></title>
			<link>http://www.vbulletin.com/forum/showthread.php?327160-i-m-just-saying-but-maybe-the-is-not-necessary-anymore&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:02:44 GMT</pubDate>
			<description>Is it me or the number sign (#) to indicate the post number is not necessary and not elegant... small detail i know.... 
 
Image: http://i47.tinypic.com/2ufrcxy.jpg</description>
			<content:encoded><![CDATA[<div>Is it me or the number sign (#) to indicate the post number is not necessary and not elegant... small detail i know....<br />
<br />
<img src="http://i47.tinypic.com/2ufrcxy.jpg" border="0" alt="" /></div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>iadmirevb</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327160-i-m-just-saying-but-maybe-the-is-not-necessary-anymore</guid>
		</item>
		<item>
			<title>New Posts Look Jumbled</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327159-New-Posts-Look-Jumbled&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:52:53 GMT</pubDate>
			<description><![CDATA[When viewing new posts it looks very jumbled, I don't think it's my browser I'm using IE8 but switched to Firefox and got the same problem. 
  
Attachment 38322...]]></description>
			<content:encoded><![CDATA[<div>When viewing new posts it looks very jumbled, I don't think it's my browser I'm using IE8 but switched to Firefox and got the same problem.<br />
 <br />
<a href="http://www.vbulletin.com/forum/attachment.php?attachmentid=38322" >Attachment 38322</a><br />
 <br />
 <br />
</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.vbulletin.com/forum/attachment.php?attachmentid=38322&amp;d=1258757483" target="_blank">newposts.jpg&lrm;</a> 
(59.2 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>Christie</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327159-New-Posts-Look-Jumbled</guid>
		</item>
		<item>
			<title>Forum listing icons (RSS, etc..) should be to the right</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327157-Forum-listing-icons-RSS-etc-should-be-to-the-right&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:49:39 GMT</pubDate>
			<description>In my humble opinion, the icons(rss, etc..) in the forum listing should be move to the right. The way they are right now, it creates a visual separation between the name, stats and last post. That...</description>
			<content:encoded><![CDATA[<div>In my humble opinion, the icons(rss, etc..) in the forum listing should be move to the right. The way they are right now, it creates a visual separation between the name, stats and last post. That separation should not exist. When in the middle, it puts to much emphasize on those icons... it shouldn't...<br />
<br />
Here's what i mean:<br />
<br />
<img src="http://i47.tinypic.com/bdps7r.jpg" border="0" alt="" /></div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>iadmirevb</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327157-Forum-listing-icons-RSS-etc-should-be-to-the-right</guid>
		</item>
		<item>
			<title>Uploading Data Base</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327152-Uploading-Data-Base&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:30:15 GMT</pubDate>
			<description><![CDATA[I was looking for a couple of question to be answered about uploading a database from one vbulletin to another.  
 
I have exported the database from an old board and don't know how to upload it to...]]></description>
			<content:encoded><![CDATA[<div>I was looking for a couple of question to be answered about uploading a database from one vbulletin to another. <br />
<br />
I have exported the database from an old board and don't know how to upload it to the new one and if I did upload it could I just upload the user names and information for each user? <br />
<br />
What type of information is upload when I do upload the database? Is there anyway to stop any unwanted information from uploading?<br />
<br />
Thanks<br />
Adam</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?92-vBulletin-Impex-Import-System">vBulletin Impex Import System</category>
			<dc:creator>stunod</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327152-Uploading-Data-Base</guid>
		</item>
		<item>
			<title>help..... emergency</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327151-help-emergency&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:29:27 GMT</pubDate>
			<description>Unable to add cookies, header already sent. 
File: /home/tonop/public_html/forum/includes/class_core.php 
Line: 3277 
 
                                             
 
i got that 
i upload evo than i...</description>
			<content:encoded><![CDATA[<div>Unable to add cookies, header already sent.<br />
File: /home/tonop/public_html/forum/includes/class_core.php<br />
Line: 3277<br />
<br />
                                            <br />
<br />
i got that<br />
i upload evo than i got that<br />
<br />
how to restore?</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>badawidollah</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327151-help-emergency</guid>
		</item>
		<item>
			<title>Prevent users from changing thread title?</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327146-Prevent-users-from-changing-thread-title&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:17:43 GMT</pubDate>
			<description><![CDATA[So lately I've been getting a lot of members who seem to be typing half of their posts in the title field, and the rest in the body. This can get very confusing for people who are not completely...]]></description>
			<content:encoded><![CDATA[<div>So lately I've been getting a lot of members who seem to be typing half of their posts in the title field, and the rest in the body. This can get very confusing for people who are not completely familiar with forums.<br />
<br />
Is it possible to prevent users from typing into the &quot;Title&quot; field when replying to a thread? I have searched on the vB.org for a modification, but I have had no luck so far. Perhaps this is an option I missed out on in the AdminCP?<br />
<br />
Thanks!</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>BostWick-x</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327146-Prevent-users-from-changing-thread-title</guid>
		</item>
		<item>
			<title>Some buttons style suggestion</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327145-Some-buttons-style-suggestion&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:14:11 GMT</pubDate>
			<description>Here are some buttons suggestions: 
 
*Blue area*: Reply, Reply With Quote, Multi Quote - please add some colors, although if PSD will be included this is not necessary. 
 
*Red area*: vBulletin 4...</description>
			<content:encoded><![CDATA[<div>Here are some buttons suggestions:<br />
<br />
<b><font color="RoyalBlue">Blue area</font></b>: Reply, Reply With Quote, Multi Quote - please add some colors, although if PSD will be included this is not necessary.<br />
<br />
<b><font color="Red">Red area</font></b>: vBulletin 4 Suggestions, Top, please make some adjustments. Till I pressed vBulletin 4 Suggestions button I even didn't know that this is roll down button. Perhaps make it similar as forum tools link for instance. Top shouldnt be button, just add some triangles nest to it, as it is standard.<br />
<br />
<b><font color="SeaGreen">Green area</font></b>: Post Quick Reply, Go Advanced, please make this buttons rounded, like buttons in red area are now.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.vbulletin.com/forum/attachment.php?attachmentid=38315&amp;d=1258754947" target="_blank">buttons.jpg&lrm;</a> 
(28.4 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>Sarthek</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327145-Some-buttons-style-suggestion</guid>
		</item>
		<item>
			<title><![CDATA[How do I find a Banned User's Posts?]]></title>
			<link>http://www.vbulletin.com/forum/showthread.php?327144-How-do-I-find-a-Banned-User-s-Posts&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:05:54 GMT</pubDate>
			<description>Hi, 
 
I previously banned a user for spamming my forum. 
 
The user has asked why he was banned and as I banned hime quite a while ago, I cannot remember why I banned him. 
 
Is there a way of...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I previously banned a user for spamming my forum.<br />
<br />
The user has asked why he was banned and as I banned hime quite a while ago, I cannot remember why I banned him.<br />
<br />
Is there a way of retrieving a banned users posts so that I canb find the reason for banning?<br />
<br />
Thanks in advance :confused:</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>Mozzi</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327144-How-do-I-find-a-Banned-User-s-Posts</guid>
		</item>
		<item>
			<title>Custom profile field not displaying correctly...</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327140-Custom-profile-field-not-displaying-correctly&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:57:26 GMT</pubDate>
			<description>Hi Guys, 
  
Looking for a bit of help. I have added a New Profile Field and, although it works correctly on test in the Profile field, (this is a single option out of a Multiple choice selection),...</description>
			<content:encoded><![CDATA[<div>Hi Guys,<br />
 <br />
Looking for a bit of help. I have added a New Profile Field and, although it works correctly on test in the Profile field, (this is a single option out of a Multiple choice selection), it DOESN'T Display correctly in the &quot;Postbit&quot; which I use. (Under the Username).<br />
 <br />
All it displays there is the Number of the option that the user Selects. Ie &quot;2&quot;.<br />
 <br />
 <br />
When I last looked - it showed &quot;8&quot;. I haven't got 8 options there?! The only explaination is that it is using the Display Order, as that is the only '8'.<br />
 <br />
 <br />
I have attached a pic below for your viewing.<br />
 <br />
 <br />
Thank You.<br />
 <br />
PS: I have looked in <a href="http://www.vbulletin.com/forum/showthread.php?214234-How-To-Add-A-Profile-Field-To-The-Postbit38313" target="_blank"><b>Jake Bunce's Thead Here</b></a> and in particular, Steve's post (#2). Still stuck though.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.vbulletin.com/forum/attachment.php?attachmentid=38313&amp;d=1258754232" target="_blank">profile_field.jpg&lrm;</a> 
(79.1 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>Welshy</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327140-Custom-profile-field-not-displaying-correctly</guid>
		</item>
		<item>
			<title>Attachment manager still unclear</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327136-Attachment-manager-still-unclear&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:43:18 GMT</pubDate>
			<description>Hi, 
 
Attachment manager is still unclear and hard to use. What is the difference between insert inline and insert attachment? Why there are two steps to upload from computer?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Attachment manager is still unclear and hard to use. What is the difference between insert inline and insert attachment? Why there are two steps to upload from computer?</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>Sarthek</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327136-Attachment-manager-still-unclear</guid>
		</item>
		<item>
			<title>Computer Chat Google: Page Speed May Become a Ranking Factor in 2010</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327135-Google-Page-Speed-May-Become-a-Ranking-Factor-in-2010&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:41:18 GMT</pubDate>
			<description>Over the course of 2009, a consistent theme that Google has been involved with is that of speed. In announcement after announcement, Google has talked about the importance of speed on the web, and...</description>
			<content:encoded><![CDATA[<div>Over the course of 2009, a consistent theme that Google has been involved with is that of speed. In announcement after announcement, Google has talked about the importance of speed on the web, and how the company wants to do everything it can to make the web a faster place. Has it occurred to you that how fast your page loads may have a direct effect on how your site ranks in Google? <br />
<br />
Don't worry, it hasn't had an impact...yet. In an <a href="http://videos.webpronews.com/2009/11/13/matt-cutts-interview/" target="_blank">interview with WebProNews</a>, Google's Matt Cutts told us that speed may soon be a ranking factor. <br />
<br />
&quot;Historically, we haven't had to use it in our search rankings, but a lot of people within Google think that the web should be fast,&quot; says Cutts. &quot;It should be a good experience, and so it's sort of fair to say that if you're a fast site, maybe you should get a little bit of a bonus. If you really have an awfully slow site, then maybe users don't want that as much.&quot;<br />
<br />
&quot;I think a lot of people in 2010 are going to be thinking more about 'how do I have my site be fast,' how do I have it be rich without writing a bunch of custom javascript?'&quot; he says.<br />
<br />
I would say that based on Matt's comments it is probably fair to assume that Google will indeed begin taking page speed into consideration as a ranking factor, although he doesn't come right out and say that they definitely will. That said, making your site faster is going to benefit your users and possibly your sales anyway, so you might as well start optimizing it for speed anyway. Then if Google really does start using this as a ranking factor, you will have a head start on boosting your rankings. <br />
<br />
Google has generally been pretty good at providing webmasters with tools they can use to help optimize their sites and potentially boost rankings and conversions. Google recently announced a <a href="http://code.google.com/speed/" target="_blank">Site Speed site</a>, which provides webmasters with even more resources specifically aimed at speeding up their pages. Some of these, such as Page Speed and Closure tools come from Google itself. But there are a number of tools Google points you to from other developers as well. <br />
<br />
If you're serious about wanting your site to perform better in search engines, and you haven't given much thought to load times and such, it's time to readjust your way of thinking. Caffeine increases the speed at which Google can index content. Wouldn't it make sense if your site helped the process along?<br />
<br />
Source: <a href="http://www.webpronews.com/topnews/2009/11/13/google-page-speed-may-be-a-ranking-factor-in-2010" target="_blank">http://www.webpronews.com/topnews/20...factor-in-2010</a></div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?6-Chit-Chat">Chit Chat</category>
			<dc:creator>Alfa1</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327135-Google-Page-Speed-May-Become-a-Ranking-Factor-in-2010</guid>
		</item>
		<item>
			<title>Bold Test test att.man.</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327134-test-att-man&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:39:55 GMT</pubDate>
			<description>blablalbala</description>
			<content:encoded><![CDATA[<div>blablalbala</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.vbulletin.com/forum/attachment.php?attachmentid=38310&amp;d=1258753151" target="_blank">Desert.jpg&lrm;</a> 
(100.7 KB)
</li> <li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.vbulletin.com/forum/attachment.php?attachmentid=38311&amp;d=1258753155" target="_blank">Sunset.jpg&lrm;</a> 
(69.5 KB)
</li> <li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.vbulletin.com/forum/attachment.php?attachmentid=38312&amp;d=1258753178" target="_blank">Blue hills.jpg&lrm;</a> 
(27.9 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?15-A-place-to-test-things-out">A place to test things out</category>
			<dc:creator>Sarthek</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327134-test-att-man</guid>
		</item>
		<item>
			<title>post icons in forumdisplay.</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327133-post-icons-in-forumdisplay&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:39:13 GMT</pubDate>
			<description>In the forumdisplay. Move the posticons next/beside the lastpost data. After prefixes,firstnew etc and the posticon are showing the left hand side of the page looks cluttered.</description>
			<content:encoded><![CDATA[<div>In the forumdisplay. Move the posticons next/beside the lastpost data. After prefixes,firstnew etc and the posticon are showing the left hand side of the page looks cluttered.</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?148-vBulletin-4-Suggestions">vBulletin 4 Suggestions</category>
			<dc:creator>shelley_c</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327133-post-icons-in-forumdisplay</guid>
		</item>
		<item>
			<title>About license code</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327130-About-license-code&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:20:14 GMT</pubDate>
			<description>Hi. I am interested in purchasing the Publishing Suite. Now I am havnig forum at phpbb but I want to buy and have forum at vbulletin so please colud you help me with :  
 
Question:  
 
When I buy a...</description>
			<content:encoded><![CDATA[<div>Hi. I am interested in purchasing the Publishing Suite. Now I am havnig forum at phpbb but I want to buy and have forum at vbulletin so please colud you help me with : <br />
<br />
Question: <br />
<br />
When I buy a forum a receive a code (license) Will I be able :<br />
<br />
1) to install forum (as a second one to localhost)  install mods , do thing at localhost instead of at real forum<br />
2) If something goes wrong will I have a chnase to install the forum second time , third ?<br />
<br />
or one license key - for one install and if something goes wrong buy enother license ? :confused:</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?47-vBulletin-Pre-sales-Questions">vBulletin Pre-sales Questions</category>
			<dc:creator>dinamoforum</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327130-About-license-code</guid>
		</item>
		<item>
			<title>File upload manager not showing thumbnail images</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327120-File-upload-manager-not-showing-thumbnail-images&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 20:36:41 GMT</pubDate>
			<description>please delete</description>
			<content:encoded><![CDATA[<div>please delete</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?15-A-place-to-test-things-out">A place to test things out</category>
			<dc:creator>Andy</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327120-File-upload-manager-not-showing-thumbnail-images</guid>
		</item>
		<item>
			<title>Please help me!</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327106-Please-help-me&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 19:40:24 GMT</pubDate>
			<description>I already paid the aplication using paypal. I dont recieve the customer id! The mail of registration was office@lyongrup.com. I ask to send me customer id to the another mail lyongroup@rdslink.ro...</description>
			<content:encoded><![CDATA[<div>I already paid the aplication using paypal. I dont recieve the customer id! The mail of registration was <a href="mailto:office@lyongrup.com">office@lyongrup.com</a>. I ask to send me customer id to the another mail <a href="mailto:lyongroup@rdslink.ro">lyongroup@rdslink.ro</a> (maybe the curent that i given to you its not working properly)! We didnt receive anithyng! A friend of me call to your center to receive the same customer id! But we didnt receive anything! We dont know with who we need to talk regarding this problem! The payment was in November, 12! If you need any confirmation please contact us! We need this aplication urgentely! Please contact us!<br />
<br />
Thank you in advance<br />
Yonutz Bucur</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?47-vBulletin-Pre-sales-Questions">vBulletin Pre-sales Questions</category>
			<dc:creator>Yonutz01</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327106-Please-help-me</guid>
		</item>
		<item>
			<title>Way Off-Topic Memorial templates help?..please.</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327105-Memorial-templates-help-please&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 19:40:08 GMT</pubDate>
			<description>We had an online friend pass away and I want to wow everyone with a memorial online with hostgator. I am new at coding html so it would take me a while to build my own template so I wanted to find...</description>
			<content:encoded><![CDATA[<div>We had an online friend pass away and I want to wow everyone with a memorial online with hostgator. I am new at coding html so it would take me a while to build my own template so I wanted to find some good free or &quot;cheap&quot; memorial templates for download.<br />
<br />
The ones I Googled were simple and plain....blahhh.... Anyone have a good site with nice memorial site layouts?...<br />
<br />
<br />
BTW...I'm liking the new VB beta here... :)<br />
<br />
thanks all!</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?6-Chit-Chat">Chit Chat</category>
			<dc:creator>Eric33</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327105-Memorial-templates-help-please</guid>
		</item>
		<item>
			<title>PHP bbcode?</title>
			<link>http://www.vbulletin.com/forum/showthread.php?327098-PHP-bbcode&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 18:56:46 GMT</pubDate>
			<description><![CDATA[I would like to have [php][/php] on my forum. But can't seem to find it. I see many places that have it including here.  
Is it a mod? or hidden in the software? 
Running vBulletin 3.8.2]]></description>
			<content:encoded><![CDATA[<div>I would like to have &#91;php&#93;&#91;/php&#93; on my forum. But can't seem to find it. I see many places that have it including here. <br />
Is it a mod? or hidden in the software?<br />
Running vBulletin 3.8.2</div>

 ]]></content:encoded>
			<category domain="http://www.vbulletin.com/forum/forumdisplay.php?140-vBulletin-3-8-Questions-Problems-and-Troubleshooting">vBulletin 3.8 Questions, Problems and Troubleshooting</category>
			<dc:creator>ComputerVitals</dc:creator>
			<guid isPermaLink="true">http://www.vbulletin.com/forum/showthread.php?327098-PHP-bbcode</guid>
		</item>
	</channel>
</rss>
