how can i slove that no links works
any topic and link it goes to wrong direction
b3tha.com
5Likes
This is a discussion on i just bought vbseo and my fourm stopped to work all links broken |): within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; how can i slove that no links works any topic and link it goes to wrong direction b3tha.com...
how can i slove that no links works
any topic and link it goes to wrong direction
b3tha.com
Hello Omar, welcome to vBSEO!.
Please make sure you uploaded the vBSEO .htaccess file to your forum directory. It should be the directory where your vBulletin installation is located.
If you have already uploaded the .htaccess file, please first try enabling RewriteBase within .htaccess file.
In order to do so please find the following line within your .htaccess
#RewriteBase /
and replace it with
RewriteBase /
If you are using a folder for your vBulletin installation such as forum or forums you should use the following RewriteBase
RewriteBase /forum/
If this does not resolve your problem please make sure your host supports mod_rewrite and you are allowed to use .htaccess file on your hosting. In order to check if your host supports mod_rewrite please create a new .htaccess file with the following content and upload it to your vBulletin installation folder
RewriteEngine on
RewriteRule testpage\.html Google [R]
Once the .htaccess file has been updated, enter the following into your browser:
http://www.yoursite.com/testpage.html
If this does NOT work, then mod_rewrite is either disabled or setup incorrectly. In this case you should contact your hosting provider and ask them to enable mod_rewrite and .htaccess usage on your account.
If the above test works but your forum links are returning 404 errors, please supply us ftp, admincp and vBSEO Control Panel login information so we can investigate the issue for you.
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
my problem is that all my topics are like that
http://www.b3tha.com/vb/t170253.html
and when someone search in google in try to visit a topic from my website the link doesn't work because most of the links are like that http://www.b3tha.com/vb/t170253.html
and that because i added hack 1 year ago inorder to transfare from php to html
but the problem now all people come from search engine face links like that and my traffic dropped down
what is the solution please all my links in google are like that , help please ):
can i activate back those links even using with vbseo?
Please try adding these rules to your .htaccess file, right after "RewriteEngine On" line:
# Redirection for threads
RewriteRule ^t([0-9]+)\.html$ vbseo.php?vbseourl=showthread.php&t=$1 [L]
# Redirection for forums
RewriteRule ^f([0-9]+)\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1 [L]
# Redirection for member profile URLs
RewriteRule ^u([0-9]+)\.html$ vbseo.php?vbseourl=member.php&u=$1 [L]
They will redirect all of your broken URLs to new vBSEO'ed format.
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
thanks alot man ,yes it works well but it solve some topics and other topics doesn't
such as this link its not solved yet http://www.b3tha.com/t145427.html
i have the last quistion,
when i go the archive link in the bottom in my fourm the link takes me to this link
http://www.b3tha.com/vb/sitemap/ and nothing show
is it normal? because it looks like there is somthing wrong!!
http://www.b3tha.com/t145427.html is outside of your 'vb' directory and thus vbseo won't process this url. It shouldn't exist on your site at all if you are installed in /vb/.
the 'sitemap' is the archive, re-written. It seems to be working correctly for me on your site.
ăäĘĎě ĘŘćíŃ ÇáăäĘĎíÇĘ [ÇáĂŃÔíÝ] - ÇáăČĘÚËíä
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
how can i add ( You like this.)
i have it but i doesn't appear in the topics and posts!
what should i do?
i want to add it like that in the left
Real Name omar alyahya
Join Date Apr 2011
Posts 4
Liked 0 times
Hello Omar,
Please try adding the following code to your favorite postbit template:
HTML Code:<dt>Liked</dt> <dd>{vb:raw post.vbseo_likes_in} times</dd>
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
doesn't work
it show me like that
Liked {vb:raw post.vbseo_likes_in} times
ĘÍăíá SMS-it 3.6.10 áĹŃÓÇá ŃÓÇĆá ăĚÇäíÉ Çáě ÇáĚćÇá - ÇáăČĘÚËíä ć ÇáăáÍŢíĺ Ýí ÇăŃíßÇ
there are two files in the file importers:
vbseo_import_likes.php
vbseo_likes_calc.php
do i have to use them or uploade them somewhere??
My apologies, I didn't notice that you are using vBulletin 3.x.x. Please try instead:
The importers are used only if you want to move the data from mods like Post Thank You Hack, DBTech Post Thanks and vB built-in reputation system to the vBSEO likes feature.HTML Code:<div>Likes: $post['vbseo_likes_in']</div>
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
when i try to add the new code in the temblete, it show me this message
and when i remove it , its fine
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/b3thacom/public_html/vb/includes/adminfunctions_template.php(3941) : eval()'d code on line 85
thanks, i just removed those """ from the code and it works well
before
<div>Likes: $post['vbseo_likes_in']</div>
after
<div>Likes: $post[vbseo_likes_in]</div>
it works well![]()
Get rid of the single quotes:
<div>Likes: $post[vbseo_likes_in]</div>
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Great to hear that!![]()
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter