Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions

Why not Register and remove some of the ads from vBulletin Setup
Post New Thread  Reply



#1   07-31-2006, 10:49 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,242 Location: Topeka, KS
[New Thread] - [Search] - [Subscribe] - [RSS]


[New Thread] - [Search] - [Subscribe] - [RSS]

if you like what we've added at vBulletin Setup and want it on your site here is your code..

Here's the code I use in forumbit level 1 and 2:

Code:
<if condition="$forum[link] == ''">
<span class="tinyfont">
 - [<a href="/forums/newthread.php?do=newthread&f=$forum[forumid]" title="Post a new thread in $forum[title]">New Thread</a>] - [<a href="/forums/search.php?forumid=$forum[forumid]" title="Search $forum[title]">Search</a>] - [<a href="/forums/subscription.php?do=addsubscription&f=$forum[forumid]" title="Subscribe to $forum[title]">Subscribe</a>] - [<a href="/forums/external.php?type=rss2&forumids=$forum[forumid]" target="_blank" title="RSS feed for $forum[title]">RSS</a>]
</span>
</if>
this assumes your vb is in a forums/ folder..

and like on our site, the forum home view don't allow new threads, so it was all useless and we just needed it on the forumdisplay page.. this is how to achieve that..

Code:
<if condition="THIS_SCRIPT == 'index'">
main forums page code
</if>


<if condition="THIS_SCRIPT == 'forumdisplay'">
forumsdisplay page code
</if>
and add this to your Additional CSS Definitions to make them small like on here

Code:
.tinyfont { font-size: 9px;}
I seen this on Keith Cohen's site and he was kind enough to tell me how he did it
Quote   |  



#2   08-14-2006, 07:05 PM
Dan2k3k4 will become famous soon enough Join Date: Aug 2006 Posts: 10 Location: London, UK
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


Cheers for this I've been looking for how to do it for ages, I knew it would be quite simple and I could probably have figured it out myself but I didn't have the time...

Anyways I had to tweak the code a little by just removing the /forums part

Code:
<if condition="$forum[link] == ''">
<span class="tinyfont">
 - [<a href="/newthread.php?do=newthread&f=$forum[forumid]" title="Post a new thread in $forum[title]">New Thread</a>] - [<a href="/search.php?forumid=$forum[forumid]" title="Search $forum[title]">Search</a>] - [<a href="/subscription.php?do=addsubscription&f=$forum[forumid]" title="Subscribe to $forum[title]">Subscribe</a>] - [<a href="/external.php?type=rss2&forumids=$forum[forumid]" target="_blank" title="RSS feed for $forum[title]">RSS</a>]
</span>
</if>
:P
Quote   |  



#3   08-14-2006, 07:09 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,242 Location: Topeka, KS
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


Glad it helped
ya, I had to tweak it a bit for this site too

btw, you should post your site in the sig, We like to see what everyone is doing, maybe you'll have something I like and I'll ask you how you did it ;)
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Reply to the Welcome PM for Full Access to the Forums.. Thanks

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums
Check out this cool page - Bar Code Signatures
Quote   |  



#4   09-12-2006, 10:09 PM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


Hi, could you tell me where in the template I need to implement the code? Thank you
Quote   |  



#5   09-12-2006, 10:11 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,242 Location: Topeka, KS
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


Quote:
Originally Posted by soultrader View Post
Hi, could you tell me where in the template I need to implement the code? Thank you
,
it's posted in the first post. ;)
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Reply to the Welcome PM for Full Access to the Forums.. Thanks

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums
Check out this cool page - Bar Code Signatures
Quote   |  



#6   09-12-2006, 10:45 PM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


Hi, I understand this is in the forumbit level 1 and 2 templates.... but where do i need to add this inside the template?

by the way,.. you have a great site here.
Quote   |  



#7   09-12-2006, 11:02 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,242 Location: Topeka, KS
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


glad you like it..

I added it b4 the description variable in the past
I can get the exact line if you don't see
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Reply to the Welcome PM for Full Access to the Forums.. Thanks

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums
Check out this cool page - Bar Code Signatures
Quote   |  



#8   09-13-2006, 06:32 AM
soultrader will become famous soon enough Join Date: Sep 2006 Posts: 89
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


Yes I would appreciate if you can get the exact line. I am horrible at coding so I dont quite understand wheere I need to place it.
Quote   |  



#9   09-13-2006, 11:36 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,242 Location: Topeka, KS
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


Quote:
Originally Posted by soultrader View Post
Yes I would appreciate if you can get the exact line. I am horrible at coding so I dont quite understand wheere I need to place it.
I'll add it for you while we try and get the columns hack to work on your site
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.
Reply to the Welcome PM for Full Access to the Forums.. Thanks

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums
Check out this cool page - Bar Code Signatures
Quote   |  



#10   10-01-2006, 05:56 AM
ctje will become famous soon enough Join Date: Oct 2006 Posts: 1
Re: [New Thread] - [Search] - [Subscribe] - [RSS]


i will go and try this one ;)
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin SEO Tips and SEO Questions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving posts from one thread into a different thread. Lampwick vBulletin Questions 2 10-19-2007 11:07 AM
Thread Posts lunaderosado06 vBulletin Questions 3 07-10-2007 04:00 PM
test thread Brandon General Discussion 0 11-26-2006 03:23 AM
Thread starter Gary R vBulletin Hacks - Modifications 3 08-31-2006 03:31 PM
Thread Starter Brandon Feedback and Suggestions 1 08-11-2006 08:31 AM


All times are GMT -6. The time now is 04:26 AM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory