Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Skins, Styles and Templates

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



#1   01-17-2008, 05:06 AM
dgenx210 has a spectacular aura about Join Date: Jan 2008 Posts: 27
Installing LinkWords on my Skins


Hey wassup?

I recently signed up for LinkWords to squeeze some juice on my site and got the go signal to install the adcode (thank goodness!) but didn't know where to put the codes. I want the codes in the home page and in threads and posts for visitors and so I tried putting them in FORUMHOME and showpost but nothing happened then I got frustrated and I got myself a and then headed over here in the hopes of anyone can help me.


here are the codes Linkworth gave me:

1. Copy and paste the following code at the begining of the text where you want the context ads to appear.
PHP Code:
<div id="lw_context_ads"
2. Copy and paste the following code at the end of the text where you want the context ads to appear.
PHP Code:
</div
3. Copy and paste the following code before the </body> tag.
PHP Code:
<style>
.
lw_cad_link:link {
    
text-decorationunderline;
    
border-bottom1px double;
}
.
lw_cad_link:visited {
    
text-decorationunderline;
    
border-bottom1px double;
}
.
lw_cad_link:hover {
    
text-decorationunderline;
    
border-bottom2px double;
}
</
style>
<
script language="javascript" src="http://www.linkworth.com/context-ads/context_ads.php?prt_website_id=23919"></script> 
Someone help me please?
Quote   |  



#2   01-20-2008, 09:25 AM
dgenx210 has a spectacular aura about Join Date: Jan 2008 Posts: 27
Re: Installing LinkWords on my Skins


no one?
Quote   |  



#3   01-20-2008, 10: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: Installing LinkWords on my Skins


sry, I don't use linkwords
--------------------
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   01-20-2008, 10:32 PM
bdude is a jewel in the roughbdude is a jewel in the rough Join Date: Aug 2007 Posts: 477 Location: Tasmania, Australia
Re: Installing LinkWords on my Skins


For steps 1&2 put the text around where the post goes in either POSTBIT or POSTBIT_LEGACY and for Step 3 use footer.
--------------------
Bryce R [[ BLOG ]]
The Blogging Café - Blogging Forum
Do you run a forum? Check out my forum owners blog.
Quote   |  



#5   01-21-2008, 08:17 AM
dgenx210 has a spectacular aura about Join Date: Jan 2008 Posts: 27
Re: Installing LinkWords on my Skins


Quote:
Originally Posted by bdude View Post
For steps 1&2 put the text around where the post goes in either POSTBIT or POSTBIT_LEGACY and for Step 3 use footer.
will try that when I get the time. you have been repped sir

Edit: doesn't work, thanks for the idea anyways

Last edited by dgenx210; 01-21-2008 at 08:25 AM.
Quote   |  



#6   01-31-2008, 05:44 AM
Send a message via Yahoo to MaddenGods MaddenGods is a jewel in the roughMaddenGods is a jewel in the rough Join Date: Jan 2008 Posts: 625 Location: Ohio
Re: Installing LinkWords on my Skins


Step 3: Open your headinclude template and post that code at the very bottom <-- Make this step one.

Step 1: Open FORUMHOME SHOWTHREAD and put that code at the top <-- Do this second

Step 2: Enter that code at the bottom of your FORUMHOME and SHOWTHREAD <-- Do that last

The order really doesnt matter as long as you do all the steps. See if that works, and if it does, i'll tell you how to make it only visible to guests
--------------------
David / 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.
Check out my Webmaster Articles at the vBulletin Setup Blog! SEO Talk
Quote   |  



#7   02-02-2008, 05:43 AM
dgenx210 has a spectacular aura about Join Date: Jan 2008 Posts: 27
Re: Installing LinkWords on my Skins


doesn't work but I repped you
Quote   |  



#8   03-28-2008, 01:39 PM
Send a message via Yahoo to valdet valdet will become famous soon enough Join Date: Jan 2008 Posts: 91 Location: Kosova
Re: Installing LinkWords on my Skins


Quote:
Originally Posted by dgenx210 View Post
Hey wassup?

I recently signed up for LinkWords to squeeze some juice on my site and got the go signal to install the adcode (thank goodness!) but didn't know where to put the codes. I want the codes in the home page and in threads and posts for visitors and so I tried putting them in FORUMHOME and showpost but nothing happened then I got frustrated and I got myself a and then headed over here in the hopes of anyone can help me.


here are the codes Linkworth gave me:

1. Copy and paste the following code at the begining of the text where you want the context ads to appear.
PHP Code:
<div id="lw_context_ads"
2. Copy and paste the following code at the end of the text where you want the context ads to appear.
PHP Code:
</div
3. Copy and paste the following code before the </body> tag.
PHP Code:
<style>
.
lw_cad_link:link {
    
text-decorationunderline;
    
border-bottom1px double;
}
.
lw_cad_link:visited {
    
text-decorationunderline;
    
border-bottom1px double;
}
.
lw_cad_link:hover {
    
text-decorationunderline;
    
border-bottom2px double;
}
</
style>
<
script language="javascript" src="http://www.linkworth.com/context-ads/context_ads.php?prt_website_id=23919"></script> 
Someone help me please?
I'll give my shot on this. Make a backup first..

1.
Code:
<div id="lw_context_ads">
Add that at the start of the position where you want ads to appear


2.
Code:
</div>
Add that at the end of ads position

3.a.
Code:
<script language="javascript" src="http://www.linkworth.com/context-ads/context_ads.php?prt_website_id=23919"></script>
Add this on bottom of your header include template

if it doesnt work try adding it to the very bottom of your header template

4.
Code:
.lw_cad_link:link {
    text-decoration: underline;
    border-bottom: 1px double;
}
.lw_cad_link:visited {
    text-decoration: underline;
    border-bottom: 1px double;
}
.lw_cad_link:hover {
    text-decoration: underline;
    border-bottom: 2px double;
}
Add this to your additional CSS definitions on your forum skin


I hope this works. I know it kinda splits the instructions that were provided by your ads network, but these should be the proper ways of displaying ads into your forum.

Regards and reply back,
Val.
Quote   |  



#9   03-28-2008, 07:58 PM
Send a message via AIM to Rocket 442 Rocket 442 is a jewel in the rough Join Date: Nov 2007 Posts: 416 Location: Buffalo, NY
Re: Installing LinkWords on my Skins


I had linkwords on my site about a year ago.

I had it in a sidecolumn in my forumhome templates, however I don't remember how I did it anymore.
--------------------
Andy / 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.

F-Body Online - Camaro and Firebird Performance
Forum Owners Blog
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Skins, Styles and Templates


Tags
installing, linkwords, linkworth

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
Installing vBSEO Gold 3.1 Luigi vBulletin SEO Tips and SEO Questions 2 11-19-2007 08:49 AM
Tutorial To Create Vb Skins? marketprofits vBulletin Graphic Questions 3 10-25-2007 10:11 PM
vB Skins AhmedF Free vBulletin Link Directory 5 09-10-2007 02:44 PM
Installing rank images. marketprofits vBulletin Skins, Styles and Templates 5 12-28-2006 08:33 PM
how to use skins xcn60 vBulletin Questions 2 09-08-2006 09:14 PM


All times are GMT -6. The time now is 08:25 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