Hello,
since javascript is parsed on client-side, it's not processed by vBSEO. You should rewrite URLs on server side instead.
This is a discussion on vBSEO Functions for Extensibility within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, since javascript is parsed on client-side, it's not processed by vBSEO . You should rewrite URLs on server side ...
Hello,
since javascript is parsed on client-side, it's not processed by vBSEO. You should rewrite URLs on server side instead.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
It's not necessary is a js file, but that's a javascript code that is included on-page (i.e. processed by browser and not your server).
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I'm using the function vbseo_filter_text() to build some url's in a customs scripts.
The problem is that this function is not replacing non-English characters as i set in the vbseo control panel (where is set to replace non-English characters).
usage:
$urltitle = vbseo_filter_text(bebés);
example result:
$urltitle = beba-s
desired:
$urltitle = bebes
Any help?
Are you replacing custom characters already, or is vbseo set to remove non-english characters?
The Forum Hosting - Forum Hosting from the Forum Experts
vbseo is set to replace non-English characters, but the problem is that the string was not utf-8 ...
The really string was:
$urltitle = vbseo_filter_text(Bebés);
instead of:
$urltitle = vbseo_filter_text(bebés);
So i use the function utf8_decode (php native) to decode characters before process it with vbseo:
Hope it help other people.PHP Code:$titledecode = utf8_decode(Bebés);
$urltitle = vbseo_filter_text($titledecode);
What's the function that rewrites the templates and inserts absolute URLs in for links, images, css, js etc?
Hey!
When working with commerce, would it be possible to get the name of the item in the URL?
http://www.yourwebsite.com/commerce.php?itemid=141
Thank you for your time. It is appreciated.
Hello guys,
Is there a function to replace the title like there is for the meta tags?
Sorry, two questions:
1. I need to get a threadid from a vBSEO URL, if this still valid:
2. In a modification working in the admincp, what files do I need to include to do the above, and is there a way to determine if vBSEO is installed, a vB options, for example?Code:vbseo_check_url('VBSEO_URL_THREAD', $threadlink);
Thanks!
Do these commands still work in vbseo 3.3.2?
Yes.
Brian Cummiskey / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
How would I get the link for lastpost by "/showthread.php?t={threadid}&goto=newpost"
Sorry if this has been brought up before, but the search is rather useless - it does not show posts but only threads as result, and so I know that the keyword session has been mentioned in this thread, but have no idea where.
I was just testing the functions from post #1, especially vbseo_member_url_row($userid, $username). If I use this - how do I insert the sessionhash for users who don't accept cookies? I tested, and although I get it to work alright, no sessionhash is passed in urls that are crated using this. If I use vbseo_any_url($url) I can take care of this myself, but should there be no way to insert the session manually and the function does not do it automatically (wich it could and should do), the function is pretty useless. Do I miss something?
Using 3.3.2 on vB 3.8.4 PL2.
Addendum:
If I try to use vbseo_any_url("member.php?" . $vbulletin->session->vars['sessionurl'] . "u=" . $array['userid']) it gives me an incorrect result:
http://www.roma-antiqua.de/forum/members/1_a/ instead of 1_cellarius at the end. The same result if I leave out the session.
http://www.roma-antiqua.de - Rom im Netz