vBulletin Search Engine Optimization
This is a discussion on vbseo problem with replacement variables within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi! I am running a forum in three languages. The language is selected automatically from the used subdomain. I have ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| vbseo problem with replacement variables
Hi! I am running a forum in three languages. The language is selected automatically from the used subdomain. I have "created" a plugin for that reason. Now i wanted that forum titles and descriptions are replaced with the help of replacement variables in each substyle. I haven't found another way to bind languages to styles, so here is how the code of the plugin looks: Code: if ($_SERVER['HTTP_HOST'] == "en.domain.com") {
$_REQUEST['langid'] = 3;
$_REQUEST['styleid'] = 4;
} elseif ($_SERVER['HTTP_HOST'] == "de.domain.com") {
$_REQUEST['langid'] = 2;
$_REQUEST['styleid'] = 3;
} else {
$_REQUEST['langid'] = 16;
$_REQUEST['styleid'] = 5;
}
problem a.) Now the replacement variables only work when use is logged in! When user is browsing as guest variables are not replaced. Maybe wrong hook? But this is vbulletin problem... problem b.) The vbseo problem: Even user is logged in (and title/description) is replaced correctly, the path still points to the variable like domain.com/forum/title1 instead of domain.com/forum/animals Thanks for your help. lapinkulta |
|
#2
| ||||
| ||||
|
Hello, Quote:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
| Last edited by lapinkulta; 10-18-2006 at 08:18 PM. |
|
#4
| ||||
| ||||
|
Mm.. I don't see neither "ftit_editors" nor "Editors" on that page Is it working correctly with vBSEO temporarily disabled?
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
|
sorry, that forum was for testing purposes hidden for the public... now you should see it. the variable is also not replaced when vbseo is turned off.
Last edited by lapinkulta; 10-19-2006 at 03:29 AM. |
|
#6
| ||||
| ||||
| Quote:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#7
| |||
| |||
|
yes and no. probably it has to do with the moment vbseo is generating the url and the hook i am using for the plugin. obviously the the variable is not replaced in the url while it is in the text.
|
|
#8
| ||||
| ||||
|
How do you perform replacements? vBSEO uses subforum titles from the forum cache, so if you change: HTML Code: <a href="forumdisplay.php?f=3">Forum title</a> HTML Code: <a href="forumdisplay.php?f=3">Another Forum title</a> Does it make sense?
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#9
| |||
| |||
|
makes sense, that's exactly what a tried to do. i am using the replacement function of vbulletin. replacing the forum title "ft_2134" with "My Forum Title". Is there maybe another way, via a plugin at an earlier hook, that also the url gets replaced? |
|
#10
| ||||
| ||||
|
Hello Gerwin, you can use our "forum slugs" feature to define custom forum titles. In your config_vbseo.php file FIND: PHP Code: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#11
| |||
| |||
|
thank you, that works fine...
|
|
#12
| ||||
| ||||
|
Great!
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! | Juan Muriente | vBSEO Announcements | 74 | 05-20-2006 10:29 PM |
| vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible | Juan Muriente | vBSEO Announcements | 58 | 11-17-2005 11:49 PM |