vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - TfSEO 2: the free vBulletin url rewrite (https://vborg.vbsupport.ru/showthread.php?t=173738)

stickskills 12-15-2008 07:44 AM

Sounds good, I'll hold out for the newest version. :)

Thanks!

paketeto 12-17-2008 05:01 PM

I found another bug (not sure if already commented):

The sorting arrows (in the thread list) dissapear, so you can't sort your threads by autor, rating, number of views, etc.

dcputernut 12-23-2008 04:27 PM

Anyone have any ideas???? If I replace the inlinemod.php will it break vb 3.7.4?????

LoRdGd 12-23-2008 09:10 PM

superjeff how can i adjust tfseo to polish lang?
in links where ale polish characters in thread name im geting "-"
i want to change this:
ą=a
ę=e
ó=o
ś=s
ł=l
ż=z
ź=z
ć=c
ń=n

Regards

welovehiphop 12-25-2008 09:04 PM

I must have done something wrong, because I uploaded as instructed, and now my forum is down..receiving the error shown on the first page

Fatal error: require_once() [function.require]: Failed opening required '/home/r****/public_html/boards/includes/functions_tfseo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/boards/includes/init.php(294) : eval()'d code on line 3

what do i do to fix this?

superjeff 12-26-2008 02:04 PM

Quote:

Originally Posted by paketeto (Post 1687461)
I found another bug (not sure if already commented):

The sorting arrows (in the thread list) dissapear, so you can't sort your threads by autor, rating, number of views, etc.

This isn't a bug.. its a product limit
Quote:

Originally Posted by dcputernut (Post 1692123)
Anyone have any ideas???? If I replace the inlinemod.php will it break vb 3.7.4?????

No, it works perfectly.
Quote:

Originally Posted by LoRdGd (Post 1692366)
superjeff how can i adjust tfseo to polish lang?
in links where ale polish characters in thread name im geting "-"
i want to change this:
ą=a
ę=e
?=o
ś=s
ł=l
ż=z
ź=z
ć=c
ń=n

Regards

I will include this in the next relase :)
Quote:

Originally Posted by welovehiphop (Post 1693634)
I must have done something wrong, because I uploaded as instructed, and now my forum is down..receiving the error shown on the first page

Fatal error: require_once() [function.require]: Failed opening required '/home/r****/public_html/boards/includes/functions_tfseo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/boards/includes/init.php(294) : eval()'d code on line 3

what do i do to fix this?

Start disabling products via config.php. You haven't uploaded the product files correctly.

akee 12-26-2008 03:44 PM

thanks works fine ;)

alehawk 12-26-2008 09:00 PM

Hi!
I installed this one but I got problems with page navigation, for example, when I hit the 2 for 2nd page que url will be misite.com/my_url/page2.html&page=2 but whant I click over the > to change to page three (in a 5 page post) the url will change to misite.com/my_url/page5.html&page=3 and it will move to last page (which is page 5).
Can that be fixed?
tnx

lucky51 12-27-2008 02:22 PM

work fine but when i move r mrge thread,post i face this error

Code:

Fatal error: Call to undefined function ini_size_to_bytes() in /home/*****/public_html/inlinemod.php on line 70

anderow 12-28-2008 11:06 PM

I have been running this plugin for some time super jeff.

Great work on the whole but I have just lost my sites PR6 due to duplicate content and I am struggling to get to the bottom of it!
The problem is this

http://www.example.co.uk

and

http://www.example.co.uk/forum/
and
http://example.co.uk/forum/

all serve the same content. Meaning I have been penalised by Google and lost my Pr6 accidentally...


I have the TFseo installed for a few months now and all URLs are now in the serps so I cant change it! it is set to medium and I have tried tweaking settings but with no luck.


My htaccess file (shown below) is not working like it should be I dont think.....


Please help me out...how can I fix this? what should I do!!!

This is my htaccess for the forum root /site/

I have the required standard TFseo htaccess in my /site/forum/ subfolder


Options +FollowSymLinks
RewriteEngine on
#
# Externally redirect direct client requests only for /forum/index.xyy files to /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /forum/index\.(php?s?html?) [NC]
RewriteRule ^forum/index\.(php?s?html?)$ http://www.example.co.uk/ [NC,R=301,L]
#
# Externally redirect direct client requests only for <any_directory_level>/index.xyz
# files to <any_directory_level>/
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.(php?s?html?) [NC]
RewriteRule ^(([^/]+/)*)index\.(php?s?html?)$ http://www.example.co.uk/$1 [NC,R=301,L]
#
# Externally redirect all non-canonical hostname requests to canonical domain
RewriteCond %{HTTP_HOST} !^(www\.example\.co\.uk)?$
RewriteRule (.*) http://www.example.co.uk/$1 [R=301,L]
#
# Internally rewrite URLs which do not resolve to an existing file or
# directory to the /forum directory, unless this has already been done.
RewriteCond %{REQUEST_URI} !^/forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /forum/$1 [L]
# Rewrite requests for root home page to /forum/index.php
RewriteRule ^$ /forum/index.php [L]]


All times are GMT. The time now is 04:22 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02203 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete