Thanks.
vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.
This is a discussion on vBSEO Functions for Extensibility within the General Discussion forums, part of the vBSEO SEO Plugin category; Thanks....
Thanks.
Valuable information here .. answered all my questions :up: :up:
![]()
Is there a way of finding out of the Direct Category Links option is turned on?
Is there a way of finding out if an individual forum is a real linked forum or if it is being artificially turned into a link because the Direct Category Links option is turned on?
The concise version of my problem is that I am using the $vbulletin->forumcache["$forumid"]['link'] setting in a hack to see if an individual forum is a link and if it is then I'm skipping it but because of sites that have the Direct Category Links option turned on then it is skipping categories that it shouldn't be.
Thoughts?
Hello,
you can check if $vbulletin->forumcache["$forumid"]['nametitle'] is set - if yes, then it has been processed by vBSEO.
Oleg Ignatiuk / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
Oleg, that seems to work, thanks.
EDIT: Doing that method works nicely, thank you.(Where it'll be used.... Cool Sci-Fi RSS Feeds)
Last edited by KW802; 10-08-2007 at 03:10 PM.
For anybody else who is finding themselves with a broken script after going to 3.1.0 Gold, take note that "get_forum_info()" has been renamed to "vbseo_get_forum_info()" in the fuctions_vbseo.php file.
Thank-you for the notice, yes - that function has been renamed to avoid possible name conflicts.
Oleg Ignatiuk / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
After upgrading to vBSEO 3.1.0 this script doesn't work properly
I just upgraded from 3.0.0 and this script use to display the latest posts on my forum. What do I need to change?PHP Code:
include_once '/............................/foros/includes/functions_vbseo.php';
vbseo_startup();
$conex = mysql_connect("localhost","xxx","xxxx");
$bd = mysql_select_db("xxxx");
$sql = "SELECT * FROM v4bx_thread WHERE forumid!=92 order by dateline desc LIMIT 30 ";
$consulta = mysql_query($sql);
while ($fila = mysql_fetch_array($consulta)) {
echo "<li><a href=\"http://www.emudesc.net/foros/ ".vbseo_thread_url_row_spec($fila,VBSEO_URL_THREAD_LASTPOST)."\" title=\"".mod($fila[title])."\">".mod($fila[title])."</a></li>";
}
mysql_free_result($consulta);
mysql_close($conex);
These are the URLs that are being displayed
la mejor tipa
si haces una compaņia de que seria y que nombre pondrias?
And then redirects you to the right URL e.g.
http://www.emudesc.net/foros/cafeter...tml#post425641
Juan Muriente / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
It already is.
It's a freebie that can be download either at CinVin or at vBulletin.org. If the vBSEO crowd prefers, I can post it here as well... just let me know which forum is most appropriate.
Juan Muriente / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
Hi, This post of mine is very knowledgable and may enhance the information of the viewers , however I would like some specific information for myself. If someone can help me then please send me a private message. Best Regards,
Last edited by Oleg Ignatiuk; 12-27-2007 at 09:26 AM. Reason: sig removed
Ok is there a way to have vbseo automatically parse urls and usernames without going in and modifing the actuall base code. Basically im looking for an insert I can throw into the header.
Al URLs on the pages created with vBulletin engine should be rewritten automatically.
Oleg Ignatiuk / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
Its not on a vbulletin page and I dont want to recode every plugin my CMS to handle vbulletin urls differently.