vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

vBSEO Installed with 1 small issue

This is a discussion on vBSEO Installed with 1 small issue within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Everything went smoothly on the install and i am sure I will have a lot of questions as I read ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-05-2008, 10:34 PM
Member
 
Real Name: D L Maxwell
Join Date: Jul 2008
Location: Goodyear, Az.
Posts: 45
vBSEO Installed with 1 small issue

Everything went smoothly on the install and i am sure I will have a lot of questions as I read into how to effectively use the tool.

One question:

The "Linkback" link at the top of each thread is not consistent with the rest of my theme, and my theme designer does not know where to look for it in vBSEO templates. Can someone tell me where I can find it in the templates to change the color to match the theme?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 08-05-2008, 10:57 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 3,212
Blog Entries: 5
Try the vbseo_linkback* templates.

Also see here for placement: Replacement Variables used in vBSEO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 08-05-2008, 11:02 PM
Member
 
Real Name: D L Maxwell
Join Date: Jul 2008
Location: Goodyear, Az.
Posts: 45
Got it. Thanks for the quick response!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 08-05-2008, 11:12 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 3,212
Blog Entries: 5
Not a problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 08-06-2008, 12:14 AM
Ohiosweetheart's Avatar
Senior Member
 
Real Name: Peggy
Join Date: Nov 2006
Location: NE Ohio
Posts: 151
I'm his theme designer, and I've not been able to find the Linkback link in the templates.

Please see the screenshot, attached. I've circled the link in question, which is of course on the toolbar above the posts, on showthread.

I'm simply trying to change the background color to match the rest of the toolbar, but can't find it. I looked in the vbseo_linkbackmenu template, to no avail.

Any help would be appreciated.
Attached Thumbnails
image1.jpg  

Last edited by Ohiosweetheart; 08-06-2008 at 12:27 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 08-06-2008, 12:23 AM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 3,212
Blog Entries: 5
It would be the vbseo_linkbackmenu template exactly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 08-06-2008, 12:35 AM
Ohiosweetheart's Avatar
Senior Member
 
Real Name: Peggy
Join Date: Nov 2006
Location: NE Ohio
Posts: 151
Mike, I looked there, as i stated above.

This is the code in that template -

Code:
<div class="vbmenu_popup" id="linkbacktools_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr>
        <td class="thead">$vbphrase[vbseo_linkback]<a name="goto_linkback"></a></td>
    </tr>
<if condition="$vbseo_linkbacks_no">
    <tr>
        <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imagesfolder]/vbseo/goto_linkbacks.gif" alt="$vbphrase[vbseo_goto_linkbacks]" /> <a href="#linkbacks">$vbphrase[vbseo_goto_linkbacks]</a></td>
    </tr>
</if>
    <tr>
        <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imagesfolder]/vbseo/linkback_url.gif" alt="$vbphrase[vbseo_linkback_url]" /> <a href="$vbseo_linkback_uri" onclick="prompt('$vbphrase[vbseo_linkback_url_popup]','$vbseo_linkback_uri');return false;">$vbphrase[vbseo_linkback_url]</a></td>
    </tr>
    <tr>
        <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imagesfolder]/vbseo/linkback_about.gif" alt="$vbphrase[vbseo_about_linkbacks]" /> <a href="misc.php?$session[sessionurl]do=linkbacks">$vbphrase[vbseo_about_linkbacks]</a></td>
    </tr>
<if condition="$vbseo_bookmarks">
    <tr>
        <td class="thead">$vbphrase[vbseo_bookmark_share]</td>
    </tr>
    $vbseo_bookmarks
</if>
    </table>
</div>

The div class at the very beginning is, by default, vbmenu_popup. That the background of the linkback on his forum is red, is strange in itself, because the background color in his main css for vbmenu_popup is white.

At any rate, I changed that to tcat which should have changed the background to match the rest of that toolbar. But it does not.

I'm stumped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 08-06-2008, 12:40 AM
Ohiosweetheart's Avatar
Senior Member
 
Real Name: Peggy
Join Date: Nov 2006
Location: NE Ohio
Posts: 151
Ok I found the culprit -

It was actually in the vbseo_linkbackmenu_entry template. I needed to change div class="vbmenu_control" to tcat.

Mystery solved!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

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
Small issue, URL re-writes half working? Tiberonmagnus Troubleshooting 3 08-05-2008 07:10 PM
vbSEO on a small forum ... Marshenko Pre-Sales Questions 6 07-04-2008 05:33 AM
Having a small issue with my site redesign Dave Hybrid Template Modifications 2 05-17-2008 04:59 PM
issue after installed vBSEO, CharleyZ General Discussion 1 11-28-2007 07:14 PM
having one small issue msimonds General Discussion 9 10-13-2005 01:21 PM


All times are GMT -4. The time now is 09:13 PM.


Powered by vBulletin Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.