PDA

View Full Version : Major Additions - TfSEO 2: the free vBulletin url rewrite


Pages : 1 [2] 3 4 5

superjeff
06-08-2008, 07:30 AM
For a fast support, contact me directly like in the first post.
The first problem is because you haven't filled correctly the "BASE URL OF THE SITE" field in the admincp options. Fill it or disable the 301 REDIRECT.
For the second one.. can i have a screen?

Animecraving
06-09-2008, 02:04 AM
hm... i found a little prob
http://www.anime-tsukaima.com/forums/f1/ it will work
but
http://www.anime-tsukaima.com/forums/f1 will not work

and also if you can make it rewrite with html so we don't have to worry about the prob i mentioned

superjeff
06-09-2008, 07:32 AM
hm... i found a little prob
http://www.anime-tsukaima.com/forums/f1/ it will work
but
http://www.anime-tsukaima.com/forums/f1 will not work

This is no a problem! No url go to fxx without trailing slash! But, if you want to rewrite fxx to fxx/ you must edit the htaccess, doubling the line of code, ed so incrasing the server load.
and also if you can make it rewrite with html so we don't have to worry about the prob i mentioned
Please wait the next major relase, i hope to start coding it soon.

jscieza
06-13-2008, 03:00 AM
Hi Jeff,

I have just found an issue while trying to move posts from one thread to another one by putting the URL (rewritten) of the destination thread where posts will be moved. vBulletin appears to don't recognize rewritten URLs, is this a fixable issue?

Thank you!

Jonathan.

superjeff
06-13-2008, 07:59 AM
The manual fix (that i think you know) is insert the old url, to example http://forum/showthread.php?t=[the-thread-id-that-you-find-in-the-rewrite-url]
A "auto" fix will include a manual code edit i think..

jscieza
06-13-2008, 12:49 PM
The manual fix (that i think you know) is insert the old url, to example http://forum/showthread.php?t=[the-thread-id-that-you-find-in-the-rewrite-url]
A "auto" fix will include a manual code edit i think..

But how I can get the un-rewritten URL? Should I need to temporaly disable the plugin each time that I want to do it? :confused:

superjeff
06-13-2008, 02:16 PM
example of rewrite url:
http://forum/fxx/name-of-the-thread-[NUMBERS]/
The threadid is in the [NUMBERS]
So the "build" the url:
http.../forum/showthread.php?t=[NUMBERS]

jscieza
06-13-2008, 04:28 PM
Oh! It was too obvious hehe... thank you! :)

jscieza
06-14-2008, 05:33 PM
Jeff, I have just found a possible bug!

Look at this thread (or any in this forum): http://www.forosperu.net/f108/pagum-no-me-da-el-codigo-para-paypal-y-el-20909/ and click on the link of any post (not the #1) and see what happens :confused:

Is this issue related with this plugin?

Thank you!

Jonathan.

superjeff
06-14-2008, 06:42 PM
Yes, it is. Disable the plugin "301 redirect for post"
I go to eat and then check better..

superjeff
06-14-2008, 07:25 PM
For an i don't know what thing, the post url aren't rewrited correctly..
But in my test forums all works correcly..

jscieza
06-14-2008, 10:00 PM
For an i don't know what thing, the post url aren't rewrited correctly..
But in my test forums all works correcly..

Your testing board have the 1.1.4 version of TfSEO? I have noticed that this problem has started from when upgrade from version 1.1.3 to 1.1.4 ;)

Same issue here: http://www.foroswrestling.com/f10/que-tal-te-cae-el-user-de-arriba-77/ (or any other thread into this foum). I have just make the upgrade from 1.1.3 to 1.1.4 a few minutes ago and I'm experiencing the same problem :confused:

Please take a closer look at this issue.

Thank you!

Jonathan.

Adam21
06-15-2008, 05:11 AM
Hope to see the "Go To Last Post" fixed in the next release SJ.Great job,thank you.

weitalia
06-15-2008, 07:15 AM
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/post([0-9]+).html$ showpost.php?p=$4 [QSA,L]

is wrong

it rewrite
showpost.php?p=ABCDE&postcount=WW
into
fXX/threadname-thredaid/postABCDE.html (page not exists)
instead
fXX/threadname-thredaid/#postABCDE
or
fXX/threadname-thredaid/pageY.html#postABCDE

superjeff
06-15-2008, 08:34 AM
Your testing board have the 1.1.4 version of TfSEO? I have noticed that this problem has started from when upgrade from version 1.1.3 to 1.1.4 ;)

Same issue here: http://www.foroswrestling.com/f10/que-tal-te-cae-el-user-de-arriba-77/ (or any other thread into this foum). I have just make the upgrade from 1.1.3 to 1.1.4 a few minutes ago and I'm experiencing the same problem :confused:

Please take a closer look at this issue.

Thank you!

Jonathan.
Last version is installed. Now i will work on it..
Hope to see the "Go To Last Post" fixed in the next release SJ.Great job,thank you.
It is already fixed. Or no? The 2.x relase of the plugin bust be bug less :)
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/post([0-9]+).html$ showpost.php?p=$4 [QSA,L]

is wrong

it rewrite
showpost.php?p=ABCDE&postcount=WW
into
fXX/threadname-thredaid/postABCDE.html (page not exists)
instead
fXX/threadname-thredaid/#postABCDE
or
fXX/threadname-thredaid/pageY.html#postABCDE
The HTACCESS file is used to rewrite the "rewrited" urls to the old one.
Then, IMHO, it is right.
Or you are talking that you like to have the showpost page rewritedd in the thread page?

superjeff
06-15-2008, 08:50 AM
Installed in a new directory vBulletin 3.7.1 and TfSEO 1.1.4: all works..
Now i remember that i have the same bug in my online forum.. so i think that i will no take much time fix it. I hope.

superjeff
06-15-2008, 09:43 AM
I haven't still find the problem..

superjeff
06-15-2008, 09:47 AM
Fixed :)
Go in Admin Cp > Plugins & Products > Plugin Manager > search for "301 Post" and replace all with:

//get forumid
$forumid_query = $db->query_first("
SELECT forumid
FROM " . TABLE_PREFIX . "thread AS thread
WHERE threadid = $threadid AND visible = 1
");
$redirect_url = $vbulletin->options['bburl'] . "/f" . $threadinfo[forumid] . "/" . tfseo_url($threadinfo[title]) . "-" . $threadinfo[threadid] . "/post" . $postinfo[postid] . ".html";
$forumid = implode($forumid_query);
$tfseo_base = $vbulletin->options['tfseo_base'] . $vbulletin->tfseo['tseo_uri'];
if (isset($threadinfo[threadid]) AND $_REQUEST['goto'] !== 'nextoldest' AND $_REQUEST['goto'] !== 'nextnewest' AND $vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND $vbulletin->options['tfseo_301'] AND $tfseo_base != $redirect_url)
{

header("HTTP/1.1 301 Moved Permanently");
header("Location: $redirect_url");
}

Fırtına
06-15-2008, 10:05 AM
How do editing HTACCESS file in Zoints seo for TfSEO?

superjeff
06-15-2008, 10:17 AM
To convert from Zoints SEO to TfSEO?

jscieza
06-15-2008, 04:59 PM
Fixed :)
Go in Admin Cp > Plugins & Products > Plugin Manager > search for "301 Post" and replace all with:

//get forumid
$forumid_query = $db->query_first("
SELECT forumid
FROM " . TABLE_PREFIX . "thread AS thread
WHERE threadid = $threadid AND visible = 1
");
$redirect_url = $vbulletin->options['bburl'] . "/f" . $threadinfo[forumid] . "/" . tfseo_url($threadinfo[title]) . "-" . $threadinfo[threadid] . "/post" . $postinfo[postid] . ".html";
$forumid = implode($forumid_query);
$tfseo_base = $vbulletin->options['tfseo_base'] . $vbulletin->tfseo['tseo_uri'];
if (isset($threadinfo[threadid]) AND $_REQUEST['goto'] !== 'nextoldest' AND $_REQUEST['goto'] !== 'nextnewest' AND $vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND $vbulletin->options['tfseo_301'] AND $tfseo_base != $redirect_url)
{

header("HTTP/1.1 301 Moved Permanently");
header("Location: $redirect_url");
}


It's working fine now. Thank you! :)

jscieza
06-15-2008, 05:02 PM
Now I have one suggestion :D

In past versions of your plugin, the rewrite rules that where found in both .HTACCESS and README.TXT were a bit different. In order to skip these type of errors, I suggest you to only provide the rewrite rules in one of those files: .HTACCESS or README.TXT but not in both.

Just a suggestion ;)

And a wish that I hope you can add in the next major version: URL rewrite for members profiles... so we'll be able to get something like http://www.ourforums.com/members/superjeff/ instead of http://www.ourforums.com/member.php?u=XXXXX. Also, it will be a very good idea to allow us to change the "members" word in the URL... so we can put in translated into our language. For example: "membri" (in italian) or "miembros" (in spanish).

Thank you, Jeff! :)

superjeff
06-15-2008, 06:11 PM
Thank you for all.
Like already see, the next version (near to the end of deployment, i think another week) must be perfect, totaly bug-free.
For the rewrite of member, (that i think unusefull :)) i will not add it in the next relase, i will have to do large modification to the code. After that relase, i think i could do another big one with this too.

jscieza
06-15-2008, 09:43 PM
Ok Jeff :)

Possible bug found: I can't see soft deleted posts. When I click on the "view post" there is no action :(

*EDITED*

And another one: visit the profile of any member, go to the Statistics tab and under the Visitor Messages click on Post a visitor message for [username] and see what happens :confused:

Thank you!

Jonathan.

superjeff
06-16-2008, 08:08 AM
It work both the "problems" in my forum:
http://www.techforum.it/member.php?u=1
Try to update the templates, if they are old.

Adam21
06-16-2008, 08:12 AM
Simpli edit the plugin "rewrite something" replace something like .....$tfseo_url-$thread[threadid]/
With
.....$tfseo_url-$thread[threadid]/#post$lastposcount

Can get this mod work by clicking the thread title and bringing us to the latest post?Which plug-in to edit that?Rewrite Thread plug-in?Dont mind you can post the whole sentence here?Thanks

superjeff
06-16-2008, 09:39 AM
In the new version, i have did something like:
To guest:
url/
To user:
url/?goto=newpost

It works correctly, the variable do the redirect to url/page.html#unreadpost

jscieza
06-16-2008, 12:05 PM
It work both the "problems" in my forum:
http://www.techforum.it/member.php?u=1
Try to update the templates, if they are old.

I have just registered in your forum and I'm able to reproduce the problem :confused:

And another one: visit the profile of any member, go to the Statistics tab and under the Visitor Messages click on Post a visitor message for [username] and see what happens.

And I'm pretty sure that this issue is also related with TfSEO:

Possible bug found: I can't see soft deleted posts. When I click on the "view post" there is no action

Are you sure that in your test forum you're using the 1.1.4 version as is here in vbulletin.org?

Thank you!

Jonathan.

superjeff
06-16-2008, 02:30 PM
1) My error, you have right.
In "add base href" delete "OR THIS_SCRIPT == "member"". But i remember i have add it to fix another bug..
2) it works in my forum, se attackmenet.

jscieza
06-16-2008, 03:16 PM
I don't understand your fix explanation for the problem #1 :(

For #2... yes I can soft delete messages, but I can't after see they :S

superjeff
06-16-2008, 04:39 PM
1) It was a plugin error, you have right.
In the plugin "add base href" delete "OR THIS_SCRIPT == "member""
But, if i remember well, i have add it to fix another bug!
If it could be "ok" in the deployement version this bugs dosen't esist...
For the second one, i don't know the the cause, but this work too in tfseo 2.x, see here:
http://www.techforum.it/immagini/thum_14856a50332017.jpg ('http://www.techforum.it/vbimghost.php?do=displayimg&imgid=232')

jscieza
06-16-2008, 11:19 PM
For the second one, i don't know the the cause

If I disable the TfSEO product then it works fine so it means that there is an issue with it.

Please test the problem that I have reported (#2) using the same package provided here (version 1.1.4) with the same rules provided in your package. You will notice the bug, I'm sure.

Thank you!

Jonathan.

superjeff
06-17-2008, 07:34 AM
I have pm you the url of my server with tfseo 1.1.4 and vbulletin 3.7.1

Adam21
06-17-2008, 01:49 PM
Tuning the last post option in forumhome ON option,added another 47 more queries for my site!Thats not how it should be correct?

superjeff
06-17-2008, 02:17 PM
It is ok.. i'm sure you have 47 forums :)
I have fixed it in the new relase.

blue-d
06-17-2008, 09:25 PM
Very nice mod. i'm still waiting /forum-name/thread-x.html :o Maybe ? :o
Blue-D clicks install :)
Thanks...

superjeff
06-18-2008, 11:02 AM
It is incoming..
But it is:
/forum-key-that-you-set-fxx/thread-x.html

blue-d
06-18-2008, 01:44 PM
It is incoming..
But it is:
/forum-key-that-you-set-fxx/thread-x.html
it's very nice too :)

i hope that it will be released in the near future :)

superjeff
06-18-2008, 05:48 PM
Yes don't worry.

anarx
06-19-2008, 12:42 AM
meh - decided to get rid of this and now it says


Fatal error: Call to undefined function tfseo_url() in /home/onespot/public_html/forums/includes/class_postbit.php(260) : eval()'d code on line 1

Set TfSEO options in your admincp.

KSM899
06-20-2008, 10:56 AM
Hello jeff

any news about updates?

superjeff
06-20-2008, 12:05 PM
I haven't done all.. but i'm near to finish. At the end of the next week, i will relase something.

Terrasoft
06-21-2008, 06:48 AM
Gah...I feel SO stupid for asking this. Where would I stick the .htaccess file at?

T_T

GMeadows
06-21-2008, 08:49 AM
If I enable Last Page in ForumHome then the links work from ForumHome

Any hints on where I can find this option? I have searched everywhere... :-)

Gary

superjeff
06-21-2008, 09:17 AM
Gah...I feel SO stupid for asking this. Where would I stick the .htaccess file at?

T_T
Were to put the htacess file? In the forum root, same of showthread.php, for example.
Any hints on where I can find this option? I have searched everywhere... :-)

Gary

"Last page in forumhome" in the admincp > TfSEO Options

It modific only the "go to last post" button.
New incoming version is different.

cosy
06-21-2008, 10:20 AM
i have uploaded .htaccess and the rewrite forum/thread urls is not working
any ideas ?
and yes is uploaded on forum


Originally Posted by onespot View Post

meh - decided to get rid of this and now it says


Fatal error: Call to undefined function tfseo_url() in /home/onespot/public_html/forums/includes/class_postbit.php(260) : eval()'d code on line 1

Set TfSEO options in your admincp.
and the option is ???

daydie
06-21-2008, 10:41 AM
i get this error!

The requested URL /f261/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

superjeff
06-21-2008, 05:03 PM
i have uploaded .htaccess and the rewrite forum/thread urls is not working
any ideas ?
and yes is uploaded on forum

and the option is ???
1) Have you enabled the options?
2) I'ts an old and fixed problem. (getting it?)
i get this error!

The requested URL /f261/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Only for f261/ or for all?
Have you uploaded the htaccess file? Is it working?

BuRaCh
06-21-2008, 05:32 PM
very good hack thank you for this mod;)

daydie
06-21-2008, 05:38 PM
i uploaded the .htaccess file, but still says the new url is incorrect.

superjeff
06-21-2008, 07:14 PM
Does your host allow you to use htaccess file? If you have a dedicated server, is the mod_rewrite module enable? And the AllowDon'tRemeber is set to all?

superjeff
06-21-2008, 07:15 PM
very good hack thank you for this mod;)
Happy that you find it usefull :)

daydie
06-21-2008, 09:53 PM
yeah they allow the .htacces and its not dedicated...

But still the URL re-write says the page is not there. like it has to be a real link

superjeff
06-22-2008, 05:51 AM
And have you ever tried to use another htaccess file? If yes post it to me please.

daydie
06-22-2008, 08:36 AM
i have tryed to use SEO v3.1 i think it is, that didnt work also, I over write it with yours, No luck

cosy
06-22-2008, 12:54 PM
1) Have you enabled the options?

take a look
https://vborg.vbsupport.ru/attachment.php?attachmentid=82790&stc=1&d=1214142877

daydie
06-22-2008, 01:40 PM
yeah, i still cant get the URL re-write to work.... still says link not found.

superjeff
06-22-2008, 02:36 PM
Very strange for both.. Daydie have you ever used other htaccess file?
Cosy are the plugin disabled? Via config.php for example?

Adam21
06-22-2008, 02:50 PM
take a look
https://vborg.vbsupport.ru/attachment.php?attachmentid=82790&stc=1&d=1214142877

You both should try to tun off 301 redirect in those options.

GlitchersCorner
06-22-2008, 04:40 PM
Found a little problem.

If a new thread or post is created with all question marks and no other characters you get a 404 error.

superjeff
06-22-2008, 05:02 PM
If i remeber well i have fixed it.. sure that you have updated your functions_tfseo?
Bug was there. In the new version i'm sure, it is fixed.

Antek
06-22-2008, 09:30 PM
Hello,

very nice hack, but I 've smal problem with this script: I can't localize 'page' - if I put own word, board just doesn't work :( - any error
Somebody know what's going on?

Antek

cosy
06-22-2008, 09:55 PM
Very strange for both.. Daydie have you ever used other htaccess file?
Cosy are the plugin disabled? Via config.php for example?
other plugins are working .. i dont know is there is other reason ....



You both should try to tun off 301 redirect in those options.
tbh i dunno which is the best setup so i just turn them on and off to see if are working

now i turn off all the options and only Do you want to activate this plugin? is set yes and i dont get any problem
when i turn on 301 Redirect yes i get the
Fatal error: Call to undefined function tfseo_url() in xxxxxxxxxxxxxincludes/class_postbit.php(265) : eval()'d code on line 1 and after this to "solve" the problem i have to disable the mod from Products manager because even if i turn off the option i still get the error

superjeff
06-23-2008, 08:06 AM
Hello,

very nice hack, but I 've smal problem with this script: I can't localize 'page' - if I put own word, board just doesn't work :( - any error
Somebody know what's going on?

Antek
Very strange. No idea of what could be! (it works (http://www.techforum.it/f12/installare-ubuntu-t1641/pagina3.html#post10882)in my forum)

The best idea, is waith the next version. End of this week, and it will be ready.
Also you can manually edit the product (with notepad ++ for example) end replace all
$vbulletin->options['tfseo_pagina']
with
'your_traslate'
This apdating it with the other code around.
other plugins are working .. i dont know is there is other reason ....




tbh i dunno which is the best setup so i just turn them on and off to see if are working

now i turn off all the options and only Do you want to activate this plugin? is set yes and i dont get any problem
when i turn on 301 Redirect yes i get the
Fatal error: Call to undefined function tfseo_url() in xxxxxxxxxxxxxincludes/class_postbit.php(265) : eval()'d code on line 1 and after this to "solve" the problem i have to disable the mod from Products manager because even if i turn off the option i still get the error

Something of very strange is happening in that board :)

If vbseo don't works, and this too.. i don't know what kind of problem you have.

jscieza
06-23-2008, 02:38 PM
If vbseo don't works, and this too.. i don't know what kind of problem you have.

vbSEO never works :D

superjeff
06-23-2008, 02:57 PM
vbSEO never works :D
:D I'ts a good modification.. but expensive and heavy.

My mum don't leave me use the pc a lot of time.. so i'm not sure the plugin will ready for this saturday. By the way, i will relase the second version at the end of the week, finish or no :rolleyes:

PlastiKe
06-24-2008, 04:16 PM
ERROR FOUND:

In "TAGS PAGE" show link:

http://www.urlforum.com/forum/f65/-10108/

fixed pls! :D thanks

superjeff
06-24-2008, 05:48 PM
Do the manual file edit at tags.php :)

maidos
06-26-2008, 09:28 PM
i cant merge threads with this mod installed

superjeff
06-27-2008, 09:49 AM
i cant merge threads with this mod installed
Yes you can: https://vborg.vbsupport.ru/showpost.php?p=1548435&postcount=257

Adam21
06-27-2008, 12:58 PM
Awaiting the new version....if not Google have to keep re-indexing my pages again and again!!

maidos
06-27-2008, 01:37 PM
ok thanks alot.. but cant you make it easier when mods will merge the threads

superjeff
06-27-2008, 06:00 PM
Awaiting the new version....if not Google have to keep re-indexing my pages again and again!!
?
Next version incoming.. a max of other 24 hours.
ok thanks alot.. but cant you make it easier when mods will merge the threads

I have to put a look at the code.. If possible i will include this too in the next version.

ArbStar
06-28-2008, 01:39 AM
hello ..!

ummm , i think u have a new bug in the new version, when i enter anythred.. it adds #post automatically after it ..


and i got a problem, some threads contains only arabic words with no special characters. and the thread url be like this: http://www.XXXXXX.com/vb/f#/-8181.html
the problem is there is no characters before the thread number, and that deny me from accessing the thread.
because i get Page not found error.

i hope you fix these 2 bugs soon.


Best regards,
Ibrahim Mohammad

superjeff
06-28-2008, 07:04 AM
For the second bug, update the functions_tfseo.php file. It fixed all.
The new version fix the first big, so wait a few hours :)

RvG2
06-28-2008, 10:42 AM
okei will wait for your release... :)

superjeff
06-28-2008, 12:30 PM
okei will wait for your release... :)
..
UPDATED: 2.0 IS OUT :D

Adam21
06-28-2008, 12:33 PM
Thanks for the update.Perhaps you would like to include update upgrade instructions in it? i.e turn off the previous version of it before uploading the new version files etc....

Upgrading now,thank you!

*Added: Which are the options to enable rewrite the forum name?

superjeff
06-28-2008, 12:39 PM
Delete all, uninstall plugin, install the new one (and set the admin options).

KSM899
06-28-2008, 12:42 PM
Thanks for the update :D

Upgrading and coming back !

Adam21
06-28-2008, 12:46 PM
Which are the options to enable rewrite the forum name?Tried checking the forumbox but still the forum name still output as /f something/xxx/.html

superjeff
06-28-2008, 12:52 PM
You must manually set it from the forum options.
So if you change the title urls don't change :)

Adam21
06-28-2008, 12:56 PM
You must manually set it from the forum options.
So if you change the title urls don't change :)

You mean the admincp's Forum Manager?I dont see it there.Could you give a clearer example please?I'm sure alot of us are waiting to change this too :D

KSM899
06-28-2008, 01:00 PM
It works perfect .. but it's not working with vb advanced ..

Can you make it eork please?

Other than that , I say it's a great mod :)

blue-d
06-28-2008, 01:06 PM
is there any .htaccess codes have compatibility with v2.0?

pooslokka
06-28-2008, 01:10 PM
Hai jeff,
we just installed the 3.7 as you sad,
we put the .php file in to inludes folder.
appended the .htaccess code you provided in to the /forum/.htaccess file
imported the xml file under manage products.

after that what happend is, when click a url of the forum thread or post, it takes to a blank page :(
so we just removed the produt and come back to look for your support.

whats wrong?

anarx
06-28-2008, 01:10 PM
It works perfect .. but it's not working with vb advanced ..

Can you make it eork please?

Other than that , I say it's a great mod :)

Yes, VERY nice mod! Thanks for this!

... there was a vb advanced plugin for the old version, but this does not work anymore :(

hope it will be out soon :)

Adam21
06-28-2008, 01:15 PM
One more thing,we dont like the idea of having the no. of queries to the added to the number of forums we had at forumhome(though it seems they dont affect loads).Anyway to reduce it to the same as what the previous version 1.14 does?

KSM899
06-28-2008, 01:33 PM
The Mod over all Great .. nice job jeff :)

What about the sitemap jeff??

ArbStar
06-28-2008, 01:34 PM
Thank you very much ..!

Upgraded

TheProphet
06-28-2008, 02:08 PM
I can't upgrade b4 the vBAdvanced rewrite is added for this 2.0 version.

ArbStar
06-28-2008, 02:24 PM
ummm .. BUGzzz ..!

the old links doesn't work !
i have threads that contains old links to other threads ...
for example:
http://www.XXXXXX.com/vb/f37/a-a-winrar-9679-9679-aa-a-i-8233/

if i enter the URL it redirects me to the forum number 37

and another bug ..!
the .HTML doesn't work ..
if i enter any thread it redirects me to the forum its posted in ...

umm .. thats it ..

plz fix the first bug cuz its very important, the old link doesn't work !!

ArnyVee
06-28-2008, 02:37 PM
So, two questions before installing. If the vBadvanced piece of it isn't working, will it prohibit the hack from working entirely?

Also, with the redirect issue in the post above any anticipated date as to when this 'bug' is going to be fixed?

ArbStar
06-28-2008, 02:43 PM
Umm.. and for the people who still didn't upgrade

REMOVE THE OLD PRODUCT
before Installing the new one,

1. soo just close the forums for a few minutes.
2. upload the new files
3. uninstall the old product
4. install the new product
5. open your forums

superjeff
06-28-2008, 02:54 PM
is there any .htaccess codes have compatibility with v2.0?
? The inluded htaccess file is fully compatible with this version.
Hai jeff,
we just installed the 3.7 as you sad,
we put the .php file in to inludes folder.
appended the .htaccess code you provided in to the /forum/.htaccess file
imported the xml file under manage products.

after that what happend is, when click a url of the forum thread or post, it takes to a blank page :(
so we just removed the produt and come back to look for your support.

whats wrong?
Sorry i have no idea of the problem.
One more thing,we dont like the idea of having the no. of queries to the added to the number of forums we had at forumhome(though it seems they dont affect loads).Anyway to reduce it to the same as what the previous version 1.14 does?
Are you talking about the query for the total reply count?
You can edit it on (delete the query, you will no have problem) Generate thread url.
Delete the query:
//If lastpost isn't in the first page of the thread
The Mod over all Great .. nice job jeff :)

What about the sitemap jeff??
Sitemap.. i'ts a very hard work and i have to think school first (and at the unworking rss).
In the future..

For the vBadvanced plugin: i have forgot it, sorry. I will relase it soon.

superjeff
06-28-2008, 02:57 PM
You mean the admincp's Forum Manager?I dont see it there.Could you give a clearer example please?I'm sure alot of us are waiting to change this too :D
AdminCP > Forums & Moderators > Forum Manager > Forum to edit > Edit forum > TfSEO Forum Urls.
But first of all set the rewrite type to "Heavy".

superjeff
06-28-2008, 03:00 PM
So, two questions before installing. If the vBadvanced piece of it isn't working, will it prohibit the hack from working entirely?

Also, with the redirect issue in the post above any anticipated date as to when this 'bug' is going to be fixed?
A Vba plugin is incoming. I have no add any type of support for it in this version, soo it work.
2) It has been fixed for the 1.x version of the plugin. Can you pm me with the url "problematic"?
Umm.. and for the people who still didn't upgrade

REMOVE THE OLD PRODUCT
before Installing the new one,

1. soo just close the forums for a few minutes.
2. upload the new files
3. uninstall the old product
4. install the new product
5. open your forums

I suggest if you haven't problem with the rewrite don't upgrade.

superjeff
06-28-2008, 03:07 PM
ummm .. BUGzzz ..!

the old links doesn't work !
i have threads that contains old links to other threads ...
for example:
http://www.XXXXXX.com/vb/f37/a-a-winrar-9679-9679-aa-a-i-8233/

if i enter the URL it redirects me to the forum number 37

and another bug ..!
the .HTML doesn't work ..
if i enter any thread it redirects me to the forum its posted in ...

umm .. thats it ..

plz fix the first bug cuz its very important, the old link doesn't work !!
Try use the Medium type, TfSEO 1.x compatyble mode and use the "old" htaccess:
http://www.techforum.it/tfseo/documentation/htaccess-tfseo1

ArnyVee
06-28-2008, 03:11 PM
A Vba plugin is incoming. I have no add any type of support for it in this version, soo it work.
2) It has been fixed for the 1.x version of the plugin. Can you pm me with the url "problematic"?


Thank you.

I haven't tested it, the person who had posted above me reported the issue, so I wasn't sure.

I see there are two downloads, I'll check the install info in the first hack to see how to install this mod.

maidos
06-28-2008, 03:11 PM
thanks... i have harpertown 5405 and 4 gb ram. do u think the heavy load i pick will have an impact

superjeff
06-28-2008, 03:18 PM
I don't think, but you should try. If your is a big board, don't install this plugin.
Wait that we fix all the fixxable ;)

superjeff
06-28-2008, 03:19 PM
Thank you.

I haven't tested it, the person who had posted above me reported the issue, so I wasn't sure.

I see there are two downloads, I'll check the install info in the first hack to see how to install this mod.
Test the 2.x version, is very better :)

ArbStar
06-28-2008, 03:24 PM
Try use the Medium type, TfSEO 1.x compatyble mode and use the "old" htaccess:
http://www.techforum.it/tfseo/documentation/htaccess-tfseo1

umm .. ok i will try now ..

but plz fix it soon .. i want to use the new version =[

superjeff
06-28-2008, 03:27 PM
There is nothing to fix:
If you have used (and installed) tfseo 1.x, your urls are different from the other and you must continue with that.
Else, you can use the new url type (but DON'T use the "TfSEO 1.x compatyble mode") !

TheProphet
06-28-2008, 03:32 PM
For the vBadvanced plugin: i have forgot it, sorry. I will relase it soon.

Great news, can't wait for the upgrade :up:

ArnyVee
06-28-2008, 04:33 PM
When I rename the HTACCESS file to .HTACCESS, it actually is showing as .HTACCESS.txt, is that okay?

superjeff
06-28-2008, 04:35 PM
No. It must be .htaccess
Only :)

ArnyVee
06-28-2008, 04:37 PM
Thanks.

ArnyVee
06-28-2008, 04:40 PM
Edit: Got it :D

ArnyVee
06-28-2008, 04:56 PM
I actually enabled it with the same options as the example, but when I clicked into my forums, it gave me a 'not found' page. Did I miss a step?

I noticed that the URL was renamed to "f2" at the end of the url, but it was 'not found'.

pooslokka
06-28-2008, 05:10 PM
Hai jeff,
we just installed the 3.7 as you sad,
we put the .php file in to inludes folder.
appended the .htaccess code you provided in to the /forum/.htaccess file
imported the xml file under manage products.

after that what happend is, when click a url of the forum thread or post, it takes to a blank page :(
so we just removed the produt and come back to look for your support.

whats wrong?

Hai guys,
it lookup i have picked up a wrong download file.
i re downloaded and setuped. no problem it look like.
let me check and come back and rate this plugin. :up:

ArnyVee
06-28-2008, 05:24 PM
Boy, I'm going to have to read through these 25 pages again to see if I can spot the issue. But, I'm getting the 404 'not found' screens on anything that I go to.

I'm sure it's something simple, but I can't spot it right now.

KSM899
06-28-2008, 05:45 PM
Did you setup the .htaccess correctley?

cosy
06-28-2008, 05:45 PM
Hai jeff,
we just installed the 3.7 as you sad,
we put the .php file in to inludes folder.
appended the .htaccess code you provided in to the /forum/.htaccess file
imported the xml file under manage products.

after that what happend is, when click a url of the forum thread or post, it takes to a blank page :(
so we just removed the produt and come back to look for your support.

whats wrong?
same problem here

superjeff
06-28-2008, 05:58 PM
htaccess file isn't working..

ForumsMods
06-28-2008, 06:00 PM
After install, when I click in a thread, it takes to the forum and not to the thread. I am using vbulletin 3.7.2 with tfseo 2.0.0.

Edit:
It works perfect. Thanks

superjeff
06-28-2008, 06:01 PM
same problem here
He have fixed:
https://vborg.vbsupport.ru/showpost.php?p=1561389&postcount=361
After install, when I click in a thread, it takes to the forum and not to the thread. I am using vbulletin 3.7.2 with tfseo 2.0.0.
Are you using the compatyliti mode?

TheCatcher
06-28-2008, 06:04 PM
i have problems too! with "Directory (TfSEO 1 Compatible*)" it takes to the forum and not to the thread

superjeff
06-28-2008, 06:06 PM
"Directory (TfSEO 1 Compatible*)"
USE THIS OPTION ONLY IF YOU ARE UPGRADING FROM TFSEO 1.X !!!
Please.

pooslokka
06-28-2008, 06:24 PM
Hai guys,
Where is that location in our cp, shown in AdminCP Demo: picture (see below)?

i use add product to import that xml file. it was success. on the product list TfSEO is shown.
but when click a diffrent window appear. not the one shown in the picture. pls help?
https://vborg.vbsupport.ru/

jscieza
06-28-2008, 06:37 PM
Unfortunately when I tried to upgrade from 1.x to 2.x the installer don't recognizes the upgrade and I got the two versions of TfSEO running at the same time!

Well I uninstalled the 1.x version and now the 2.x version is running however I'm getting the following error at the homepage:

Warning: implode() [function.implode]: Argument to implode must be an array. in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 25

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 24

Jeff, please take a look :)

Thank you! :up:

TheCatcher
06-28-2008, 06:49 PM
Ok where everything goes. But the site navigation will not work!

ArnyVee
06-28-2008, 07:00 PM
Ok where everything goes. But the site navigation will not work!

Same here.

I'm definitely interested in this thing working though. So, I'm hanging out until everything is straightened out. :D

ArnyVee
06-28-2008, 07:02 PM
Hai guys,
Where is that location in our cp, shown in AdminCP Demo: picture (see below)?

i use add product to import that xml file. it was success. on the product list TfSEO is shown.
but when click a diffrent window appear. not the one shown in the picture. pls help?
https://vborg.vbsupport.ru/

Go to vBulletin Options > TfSEO > Edit Settings

ArnyVee
06-28-2008, 07:04 PM
Did you setup the .htaccess correctley?

Other than renaming it and uploading it was there something else that needed to be done to it?

superjeff
06-28-2008, 07:08 PM
Hai guys,
Where is that location in our cp, shown in AdminCP Demo: picture (see below)?

i use add product to import that xml file. it was success. on the product list TfSEO is shown.
but when click a diffrent window appear. not the one shown in the picture. pls help?
https://vborg.vbsupport.ru/
admincp > vb options > tfseo
Unfortunately when I tried to upgrade from 1.x to 2.x the installer don't recognizes the upgrade and I got the two versions of TfSEO running at the same time!

Well I uninstalled the 1.x version and now the 2.x version is running however I'm getting the following error at the homepage:

Warning: implode() [function.implode]: Argument to implode must be an array. in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 25

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 24

Jeff, please take a look :)

Thank you! :up:
Sure that the old plugin is uninstalled?
Dongrade, edit the plugin "generate url for thread" or add this in index.php:

error_reporting(0);

This will remove the warning.
Ok where everything goes. But the site navigation will not work!
This only using the tfseo compatible options, with this you must use a specific htaccess.

TheCatcher
06-28-2008, 07:19 PM
Character Replacements
"ask me to do the specif file for your language."

german?

Animecraving
06-28-2008, 07:23 PM
i found some bugs in the new one
first one is the 301 redirect not work really well
secondly the who's online showing URL not Found
and if you use showthread.php?t=XXXX it didn't rewrite
also for the next update please make the link like go to newest post

For now i'll stick with the older version

ArnyVee
06-28-2008, 07:23 PM
htaccess file isn't working..

How do we make it work?

TheCatcher
06-28-2008, 07:36 PM
BUG:

If a page of several sites is the button lastpost.gif not be led

this is the link
f56/wii-784/#post6497

but this is OK

f56/wii-784/page3.html#post6497

ArnyVee
06-28-2008, 08:01 PM
These are the instructions.....

#Rename this file to .htaccess and upload it to the root directory of your forum.

....this is what I did. Is there something else that I need to do to that file for this mod to work properly?

Also, I had a question on URL Structure. Should we use .html for this option? I've already tried both that and directory and neither work.

blue-d
06-28-2008, 10:07 PM
? The inluded htaccess file is fully compatible with this version.

so sory :o i can't see it :erm: Thanks again :)

arena
06-28-2008, 10:51 PM
thank you

Ipuck
06-29-2008, 01:03 AM
Thank you for the upgrade!!

Is working OK here, the only problem is with the vBAdvanced.

RaMMz
06-29-2008, 01:16 AM
Nice new features!, will upgrade :P.

Thanks!

pooslokka
06-29-2008, 04:39 AM
Hai guys,
Where is that location in our cp, shown in AdminCP Demo: picture (see below)?

i use add product to import that xml file. it was success. on the product list TfSEO is shown.
but when click a diffrent window appear. not the one shown in the picture. pls help?


Working like a Charm. Let me mark as installed :)

TheProphet
06-29-2008, 08:14 AM
Is this bug fixed in the upgrade version:

Example:
Open a forum and click under the threadname on the threadposter.
I will link to: forum/f2/member.php?u=1 and will give u a page 404

EarnDollars
06-29-2008, 08:36 AM
Installed and looks work well.
However, every rewite link includes the words "edit-this-from-admincp-than-forum". Is that right..?

superjeff
06-29-2008, 09:28 AM
Character Replacements
"ask me to do the specif file for your language."

german?
Ok, now you should see me wich chacarcter must be replace that you find in your keyboard,
Example:
? > a
? > u

This with my keyboard.

i found some bugs in the new one
first one is the 301 redirect not work really well
secondly the who's online showing URL not Found
and if you use showthread.php?t=XXXX it didn't rewrite
also for the next update please make the link like go to newest post

For now i'll stick with the older version
Sorry but the 301 redirect functions works very well. Have you activated it?
The "online bug" is know.
These are the instructions.....

#Rename this file to .htaccess and upload it to the root directory of your forum.

....this is what I did. Is there something else that I need to do to that file for this mod to work properly?

Also, I had a question on URL Structure. Should we use .html for this option? I've already tried both that and directory and neither work.
It looks like the htaccess module isn't accepeted in your hosting..
so sory :o i can't see it :erm: Thanks again :)
In the pachage tfseo 2.0.0, it is called HTACCESS.txt

superjeff
06-29-2008, 09:30 AM
Is this bug fixed in the upgrade version:

Example:
Open a forum and click under the threadname on the threadposter.
I will link to: forum/f2/member.php?u=1 and will give u a page 404
No.. forgeted of this too..
Will fix soon
Installed and looks work well.
However, every rewite link includes the words "edit-this-from-admincp-than-forum". Is that right..?
They are keyword that you must set for every forum.
AdminCP > forum > forum manager > edit forum

yingzhou
06-29-2008, 09:37 AM
Can you do the specif file for my language?

How cam I do? My language is use a lot chart like this á à ả ã ạ â ă ấ ầ ẩ ẫ ậ ắ ằ ẳ ẵ ặ .

superjeff
06-29-2008, 09:43 AM
Send me all your strange characher. (or manual edit the functions_tfseo_chr)

yingzhou
06-29-2008, 09:49 AM
can I leave the accent instead of remove it?

and how to edit the functions_tfseo_chr?

is this right?


<?php
function remove_accents($string){
return strtr($string,
"??ả?ạ?ăấầẩẫậắằẳẵặ",
"aaaaaaaaaaaaaaaaa");
}
?>


thanks anyway!

superjeff
06-29-2008, 10:14 AM
You can leave it, but it will break the url structrure.
Something like
f##/hell?-huh?
Will be
f##/hell-huh

I'ts right, Please when you finish send me so i can integrate for other people :)

EarnDollars
06-29-2008, 11:56 AM
Hello Superjeff,
I got a new bug here:
Can not read PMs when turn on the product (Got database error, and everything back to normal when turn it off)

The error notice info
Database error in vBulletin 3.7.0:

Invalid SQL:

SELECT forum.tfseo_key
FROM forum AS forum
WHERE forumid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Sunday, June 29th 2008 @ 08:41:36 AM
Error Date : Sunday, June 29th 2008 @ 08:41:37 AM
Script : http://sdnforum.com/forums/private.php?do=showpm&pmid=173
Referrer : http://sdnforum.com/forums/private.php
IP Address : 116.21.208.78
Username : Julian
Classname : vB_Database
MySQL Version : 4.1.22-standard

can you let me know how to fix this?

Thx!

superjeff
06-29-2008, 12:32 PM
This is truly a big bug! Working on it..

superjeff
06-29-2008, 12:38 PM
Fixed, i will include this in the next relase:
Go to the AdminCP > Plugin > Edit Plugin. Select "Generate post url" and replace all with:

//Globals are uncached!
global $vbulletin;
//If is TfSEO enable and post is to rewrite
if ($vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['post'] AND THIS_SCRIPT != 'private')
{

//Generate url
if ($vbulletin->options['tfseo_type'] == 1)
{
$tfseo['g'] = tfseo_url_post($thread['forumid'], $thread['threadid'], $post['postid']);
} else if ($vbulletin->options['tfseo_type'] == 2)
{
$tfseo['g'] = tfseo_url_post($thread['forumid'], $thread['title'], $thread['threadid'], $post['postid']);
} else if ($vbulletin->options['tfseo_type'] == 3)
{
//Get forum key
$tfseo_key_query = $vbulletin->db->query_read_slave("
SELECT forum.tfseo_key
FROM " . TABLE_PREFIX . "forum AS forum
WHERE forumid = $forum[forumid]
");
$forum[tfseo_key] = mysql_fetch_assoc($tfseo_key_query);
$forum[tfseo_key] = implode($forum[tfseo_key]);
$tfseo['g'] = tfseo_url_post($forum[tfseo_key], $thread['forumid'], $thread['title'], $thread['threadid'], $post['postid']);
}
}

EarnDollars
06-29-2008, 01:14 PM
This is truly a big bug! Working on it..

Thanks for fast reply!
I will make the change and let you know the result

EarnDollars
06-29-2008, 02:11 PM
Hello Jeff,
I edited the plugin with your new codes but have the same error...

Could you relook this?

Thanks a lot!

Julian

superjeff
06-29-2008, 02:54 PM
It works in my test forum (php 4 and 5)
Disabling the same plugin, what happens?

RaMMz
06-29-2008, 02:56 PM
Here you have the solution:

Go to the AdminCP > Plugin > Edit Plugin. Select "Generate post url" and replace all with:
//Globals are uncached!
global $vbulletin;
//If is TfSEO enable and post is to rewrite
if ($vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['post'] AND THIS_SCRIPT != 'private' AND THIS_SCRIPT != 'external')
{

//Generate url
if ($vbulletin->options['tfseo_type'] == 1)
{
$tfseo['g'] = tfseo_url_post($thread['forumid'], $thread['threadid'], $post['postid']);
} else if ($vbulletin->options['tfseo_type'] == 2)
{
$tfseo['g'] = tfseo_url_post($thread['forumid'], $thread['title'], $thread['threadid'], $post['postid']);
} else if ($vbulletin->options['tfseo_type'] == 3)
{
//Get forum key
$tfseo_key_query = $vbulletin->db->query_read_slave("
SELECT forum.tfseo_key
FROM " . TABLE_PREFIX . "forum AS forum
WHERE forumid = $forum[forumid]
");
$forum[tfseo_key] = mysql_fetch_assoc($tfseo_key_query);
$forum[tfseo_key] = implode($forum[tfseo_key]);
$tfseo['g'] = tfseo_url_post($forum[tfseo_key], $thread['forumid'], $thread['title'], $thread['threadid'], $post['postid']);
}
}Note that i've added this "AND THIS_SCRIPT != 'external'".

=), good plugin as always.

RaMMz @ BlackTouch NETWORK.-

EarnDollars
06-29-2008, 03:39 PM
Hi Jeff,
I am using PHP 5.2.6
All links work correct and no database problem while Disabling the plugin (Of coursr URL not rewrite when disabled).

I also tried the codes provided by RaMMZ but still have the same problem

Maybe it is my server's problem?

However, thanks both of you! I love this plugin, and hope to find the way making it works

RaMMz
06-29-2008, 03:41 PM
Hi Jeff,
I am using PHP 5.2.6
All links work correct and no database problem while Disabling the plugin (Of coursr URL not rewrite when disabled).

I also tried the codes provided by RaMMZ but still have the same problem

Maybe it is my server's problem?

However, thanks both of you! I love this plugin, and hope to find the way making it works

You're getting the error in external.php?

EDIT: bleh, your having it in private.php reading a pm, im not having any problems with that :S, are you using another plugin that may be making conflict?

superjeff
06-29-2008, 05:22 PM
Thank you RaMMz for all :)

Robbey
06-29-2008, 05:52 PM
You dont have bad english.

Installed.

superjeff
06-29-2008, 06:05 PM
You dont have bad english.





Installed.

Thanks :D

TheCatcher
06-29-2008, 06:43 PM
BUG:

Page navigator!
GO du FIRST PAGE ... is wrong URL page 12 for the first page? LOL
Please look at this picture

plz give me a Fix Code :-)

superjeff
06-29-2008, 07:51 PM
It works good in my test forum (tested with 12 pages!).

I don't know what could be..

TheCatcher
06-29-2008, 08:13 PM
In my test forum is the same problem
No other Addons installed Board version 3.7.2

screen= settings

yingzhou
06-30-2008, 12:37 AM
is this a option I can change the chart like "á" to be "a"? I see in this version it just remove the chart "á" from the word! I have a word like "chào mừng" then I want it to be write "chao mung", if it is ok?

ForumsMods
06-30-2008, 12:48 AM
When the thread has more than 1 page, the link to the First Page always go to the last page.

EarnDollars
06-30-2008, 03:32 AM
You're getting the error in external.php?

EDIT: bleh, your having it in private.php reading a pm, im not having any problems with that :S, are you using another plugin that may be making conflict?

Yes, error still exisiting...

It is possible that maybe conflict to another plugin I installed.. but could anyone teach me how to find which one are conflict?

Thanks in advance!

Dan
06-30-2008, 05:00 AM
Yes, error still exisiting...

It is possible that maybe conflict to another plugin I installed.. but could anyone teach me how to find which one are conflict?

Thanks in advance!
Disable all plugins except tfseo and see if it works, if it does work enable plugins one at a time until it doesn't.

Pvtiste
06-30-2008, 01:16 PM
Hi !

Thanks for your work & sharing
Just a question, my url is http://forum.pvtistes.net and it doesn't work
Do I have to edit my htaccess ?
Thanks for your help!

superjeff
06-30-2008, 04:25 PM
Is the htaccess unworking? Do you get 404 errors?

rigodiaz
06-30-2008, 11:13 PM
Hi.

Im in a lighttpd server... htaccess dont work for me, what i need to do?.

superjeff
07-01-2008, 06:16 AM
Put a look here:
http://www.google.it/search?hl=en&q=lighttpd+htaccess&meta=

Animecraving
07-01-2008, 06:39 AM
btw jeff there are some conflict when i use Wordpress with vbulletin login while using this seo
it show like error on line XXX in function_tfseo.php or something.

superjeff
07-01-2008, 07:11 AM
Can you post it to me?

pigal
07-01-2008, 11:00 AM
Hi, I've installed on my portal new version of TfSEO, v. 2.0, but it don't work in rewrite mode, like not installed or not active. So I've downgrade at 1.1.4 version and now all work perfectly.

Help me, I don't know, what's the problem.

superjeff
07-01-2008, 11:44 AM
Speak english, and continue via PM ;)

rigodiaz
07-01-2008, 01:51 PM
Put a look here:
http://www.google.it/search?hl=en&q=lighttpd+htaccess&meta=

I was trying by my self but cant do it :erm:

vbseo works fine with lighttpd and others servers... i hope tfseo do the same in the future :)

superjeff
07-01-2008, 03:01 PM
Yes the htaccess for lighthttp looks a bit different..
Hope to fix it :)

ArnyVee
07-01-2008, 04:31 PM
It looks like the htaccess module isn't accepeted in your hosting..

So, I can't use this mod then I guess, right?

superjeff
07-01-2008, 06:12 PM
Yes.. have you ever tried other htaccess file?

Riccardo83
07-02-2008, 05:45 AM
It seems to work on all pages except the index page I get this error repeated over the whole page until I see the forum at the very bottom... working tho

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12

superjeff
07-02-2008, 07:48 AM
Add this to your index.php:
error_reporting(0);

Riccardo83
07-02-2008, 08:10 AM
Thanks, will this be fixed anytime? Great support!

superjeff
07-02-2008, 08:16 AM
Mha.. i don't kown the error because i don't get it, under php4/5 and Apache.

Riccardo83
07-02-2008, 01:29 PM
Well i do get it even with showing different subforums....

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12

superjeff
07-02-2008, 03:28 PM
Ok. I will try.
But adding this in index.php, bug go?
error_reporting(0);

superjeff
07-02-2008, 03:53 PM
But something like this?

TheProphet
07-02-2008, 05:09 PM
Is this bug also fixed in 2.0

Example:
Search in the tags for a tag and click a found tag, the url will give you a 404.
Its pointing to http://www.yourdomain/forum/f48/-170/ instead of:
http://yourdomain/forum/f48/labeltag keywords-170/

superjeff
07-02-2008, 05:31 PM
Is this bug also fixed in 2.0

Example:
Search in the tags for a tag and click a found tag, the url will give you a 404.
Its pointing to http://www.yourdomain/forum/f48/-170/ instead of:
http://yourdomain/forum/f48/labeltag keywords-170/
This wasen't a bug. You had to manual edit the tags.php file.

2.0 version do it automattically.

TheProphet
07-02-2008, 05:38 PM
This wasen't a bug. You had to manual edit the tags.php file.

2.0 version do it automattically.

Ok, i try to find the specified info on that :)

dreeded
07-03-2008, 01:28 PM
RewriteRule ^(.*)t([0-9]+)(.*)newpost(.*)$ showthread.php?t=$2&goto=newpost [QSA,L]

goto newpost in forum index not working

Gene Steinberg
07-03-2008, 02:10 PM
OK, it seems to work for me at forum.theparacast.com, except, when I check info on our members, and see what they're looking at, I see stuff like:

Unknown Location
/f10/lake-county-abduction-vid-t2104/page2.html

It doesn't seem to recognize the forum's main URL, even though it's correctly entered in the settings.

Ideas?

Peace,
Gene

Koushukei
07-03-2008, 02:43 PM
Will this ever make usernames in .html? like members/admin.html

superjeff
07-03-2008, 05:09 PM
RewriteRule ^(.*)t([0-9]+)(.*)newpost(.*)$ showthread.php?t=$2&goto=newpost [QSA,L]

goto newpost in forum index not working
Strange. Are you using the compatible mode?
OK, it seems to work for me at forum.theparacast.com, except, when I check info on our members, and see what they're looking at, I see stuff like:

Unknown Location
/f10/lake-county-abduction-vid-t2104/page2.html

It doesn't seem to recognize the forum's main URL, even though it's correctly entered in the settings.

Ideas?

Peace,
Gene
Yes, it's a bug, or a no integration with the online localizer. All the people lucking at the thread show you like view forum home.
Will this ever make usernames in .html? like members/admin.html
In a very long future, it could be.

Gene Steinberg
07-03-2008, 05:12 PM
Well, when do you think you can fix this bug?

Peace,
Gene

superjeff
07-03-2008, 05:56 PM
Now i'm working on the last relase first of my holiday (from the end of week, 15days).
I hope to include the vbadvanced support, but not sure.

This "bug" could be fixed after all this..

javichu
07-03-2008, 06:16 PM
Hello. I do not speak English.

View image

RaMMz
07-03-2008, 06:24 PM
Good update :p.

If you want a live demo of heavy rewrite: http://foro.blacktouch.com.ar :)

Cya and thanks :)

UaECasher
07-03-2008, 07:03 PM
i want to remove copywrite notice what should i do ?

Thank you

nfy_markus
07-03-2008, 07:07 PM
today i installed tfseo the first time.
very great add-on!!!!!!!!!

But i have found a bug:
The Rewrite of the paging in a thread is not korrekt - specially the first last previous and next-links (if you are not at the first page).

superjeff
07-03-2008, 07:57 PM
Hello. I do not speak English.

View image
It has been fixed with the last relase. see changeloog
Good update :p.

If you want a live demo of heavy rewrite: http://foro.blacktouch.com.ar :)

Cya and thanks :)
Added :)
i want to remove copywrite notice what should i do ?

Thank you
Concact me via email (davide [a.te] techforum dot it)
today i installed tfseo the first time.
very great add-on!!!!!!!!!

But i have found a bug:
The Rewrite of the paging in a thread is not korrekt - specially the first last previous and next-links (if you are not at the first page).
It looks like that it works in my test forum, all ok.
But in a lot of sites it don't works correctly.. So i will put a look when i back from holyday

Animecraving
07-03-2008, 10:38 PM
ok... i found a little bugs already in the medium method
when i use the Rewrite explaion i check all forum/thread/post
but then when i click on any thread/post it brought me back to the forum not the thread/post

and hope the next version you can make it easier for the heavy method, i would rather it be auto but still leave the Insert the abbrevation so if i don't like the link or if it too long i can just change it. my forum have lots of sections so it a pain to edit every single one especially i used AP Group for social groups so every time members made a new group i have to check and edit the link again.
oh yea the who's online haven't fixed yet.

for now i guess i have to stick with the older version again... since there aren't any bugs or anything unlike this one

dreeded
07-04-2008, 04:16 AM
Seems like enabling of 301 redirect fix the newpost problem.

What 301 redirect options are use for?

superjeff
07-04-2008, 06:17 AM
ok... i found a little bugs already in the medium method
when i use the Rewrite explaion i check all forum/thread/post
but then when i click on any thread/post it brought me back to the forum not the thread/post

This because you didn't upgrade the htaccess.. but i say you have fixed. (or no.. you have downgrade: you must use the htaccess linked in the forum options (http://www.techforum.it/tfseo/documentation/htaccess-tfseo1))

and hope the next version you can make it easier for the heavy method, i would rather it be auto but still leave the Insert the abbrevation so if i don't like the link or if it too long i can just change it. my forum have lots of sections so it a pain to edit every single one especially i used AP Group for social groups so every time members made a new group i have to check and edit the link again.

I can include a script that auto fill the section.. but the manual is the best way.

for now i guess i have to stick with the older version again... since there aren't any bugs or anything unlike this one[/quote]

Seems like enabling of 301 redirect fix the newpost problem.

What 301 redirect options are use for?

If i don't remember bad the newpost link is disabled if 301 redirect is disabled.
This option is very important: it rewrite the old url (showthread.php etc) to the new one, and the "wrong" to the "right"

pooker
07-04-2008, 09:53 AM
I clicked install and did everything as directed but it is like it is not even working , I enabled it and everything but it is not rewriting my url's or anything. The .htaccess file should be working as I have used it before with other things

dinodino
07-04-2008, 11:36 AM
Nice mod thx, but i have problems with Turkish carakters

functions_tfseo_chr_hun.php


<?php
function remove_accents($string){
return strtr($string,
"ĞğŞş??",
"ggssuu");
}
?>

space?
07-04-2008, 01:22 PM
Great Mod, but I am using tfSEO together with vBAdvanced Portal and don't like that it creates duplicate Content or at least doesn't link the latest threads properly.

Example:
In the Box "latest threads" the topics are linked like that: http://spacequadrat.de/showthread.php?t=146

I'm not sure, but can't you make the Link to the latest threads directly? (like that: http://spacequadrat.de/f11/stellenan...pace-team-146/

I asked at the vBAdvanced Support Forum first, but they told me to contact the tfSEO-Guys.
Regards,

Terrasoft
07-04-2008, 04:43 PM
I finally got this modification working and I am happy with it. However, I think I may have ran into a small error. Whenever Im in a thread with multiple pages, whenever I click the "First" button to go to the first page, it doesnt work. It keeps me on the same page I was looking at. If that can be confirmed...

[EDIT] This is one of the demo sites threads: http://foro.blacktouch.com.ar/off-topic-f9/muaaaaaajajaja-p-t1/page7.html

If you try to click "First" or actually "Primero" in their case, it doesnt work. Any fix?

RaMMz
07-04-2008, 04:47 PM
Great Mod, but I am using tfSEO together with vBAdvanced Portal and don't like that it creates duplicate Content or at least doesn't link the latest threads properly.

Example:
In the Box "latest threads" the topics are linked like that: http://spacequadrat.de/showthread.php?t=146

I'm not sure, but can't you make the Link to the latest threads directly? (like that: http://spacequadrat.de/f11/stellenan...pace-team-146/

I asked at the vBAdvanced Support Forum first, but they told me to contact the tfSEO-Guys.
Regards,

I'ts not done yet, superjeff said that it'll be added soon, that he's working on that.

I am triying to make it, but it's quite hard for me :P.

Cya.

I finally got this modification working and I am happy with it. However, I think I may have ran into a small error. Whenever Im in a thread with multiple pages, whenever I click the "First" button to go to the first page, it doesnt work. It keeps me on the same page I was looking at. If that can be confirmed...

[EDIT] This is one of the demo sites threads: http://foro.blacktouch.com.ar/off-topic-f9/muaaaaaajajaja-p-t1/page7.html

If you try to click "First" or actually "Primero" in their case, it doesnt work. Any fix?

And i'm triying to work in that too :(, btw that's my forum :rolleyes: x).

Cya.

superjeff
07-04-2008, 05:13 PM
Nice mod thx, but i have problems with Turkish carakters

functions_tfseo_chr_hun.php


<?php
function remove_accents($string){
return strtr($string,
"ĞğŞş??",
"ggssuu");
}
?>

It this to add for next relase, like turish support? Or is a problem?
Great Mod, but I am using tfSEO together with vBAdvanced Portal and don't like that it creates duplicate Content or at least doesn't link the latest threads properly.

Example:
In the Box "latest threads" the topics are linked like that: http://spacequadrat.de/showthread.php?t=146

I'm not sure, but can't you make the Link to the latest threads directly? (like that: http://spacequadrat.de/f11/stellenan...pace-team-146/

I asked at the vBAdvanced Support Forum first, but they told me to contact the tfSEO-Guys.
Regards,
Hi. See that you are using the same url structure of tfseo 1.x, you can use that vba plugin.
I't a bit hard, you should add the tfseo_url() function, (in tfseo2 it has been replaced with tfseo_clean()). If you know a bit of php you will no have problem.

I finally got this modification working and I am happy with it. However, I think I may have ran into a small error. Whenever Im in a thread with multiple pages, whenever I click the "First" button to go to the first page, it doesnt work. It keeps me on the same page I was looking at. If that can be confirmed...

[EDIT] This is one of the demo sites threads: http://foro.blacktouch.com.ar/off-topic-f9/muaaaaaajajaja-p-t1/page7.html

If you try to click "First" or actually "Primero" in their case, it doesnt work. Any fix?
...! Another case!
Sorry for this.. i will hix when back.
I'ts not done yet, superjeff said that it'll be added soon, that he's working on that.

I am triying to make it, but it's quite hard for me :P.

Cya.



And i'm triying to work in that too :(, btw that's my forum :rolleyes: x).

Cya.
For the vbadvanced plugin, you can do like already explaian above, if you are using the tfseo 1 url type.
For the url in multi page thread (that for example i see working here (http://spacequadrat.de/f11/stellenangebote-im-space-team-146/page4.html)) you can edit the corrispective plugin (generate url for thread (number 5,6 or 7, i don't remember.))

dinodino
07-04-2008, 07:21 PM
It this to add for next relase, like turish support? Or is a problem?



It is a problem

space?
07-05-2008, 08:16 AM
Hi. See that you are using the same url structure of tfseo 1.x, you can use that vba plugin.
I't a bit hard, you should add the tfseo_url() function, (in tfseo2 it has been replaced with tfseo_clean()). If you know a bit of php you will no have problem.

Sorry, what?
Adding which tfseo_url() funktion to what plugin?
I'm afraid, I couldn't folow you.

dreeded
07-05-2008, 05:35 PM
Here is a temp fix for First post error.

Go Plugin Manager -> Edit "Generate Navbar URLs 2"
Replace existing code with below.

if ($vbulletin->options['tfseo_enable'])
{

//Forum or Thread?
if ($vbulletin->tfseo['pagenav']['area'] == 'forum' AND $vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['forum'])
//Is Forum
{

if ($vbulletin->options['tfseo_type'] == 1 OR $vbulletin->options['tfseo_type'] == 2)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_forum_multi($forumid, $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_forum_multi($forumid, $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_forum($forumid);
}
$lastaddress = tfseo_url_forum_multi($forumid, $totalpages);

}
else if ($vbulletin->options['tfseo_type'] == 3)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_forum($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid']);
}
$lastaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $totalpages);

}
} else if ($vbulletin->tfseo['pagenav']['area'] == 'thread' AND $vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['thread'])
//Is Thread
{
if ($vbulletin->options['tfseo_type'] == 1)
{



if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid']);
}
$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);



}
else if ($vbulletin->options['tfseo_type'] == 2)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid']);
}
$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);



}
else if ($vbulletin->options['tfseo_type'] == 3)
{



if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid']);
}

$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);


}
}
}

nfy_markus
07-06-2008, 01:48 PM
with your fix the first and last links work, but the prev and next links do not.
Also there is a bug with the go to page xx dropdown (it always redirects to first page).

TheInsaneManiac
07-06-2008, 02:12 PM
I like this mod, but when will the member error be fixed?

Gene Steinberg
07-06-2008, 09:27 PM
OK, it seems to work for me at forum.theparacast.com, except, when I check info on our members, and see what they're looking at, I see stuff like:

Unknown Location
/f10/lake-county-abduction-vid-t2104/page2.html

It doesn't seem to recognize the forum's main URL, even though it's correctly entered in the settings.

Ideas?

Peace,
Gene

Just wanted to quote myself and follow up: I realize the author of this product is on hiatus briefly, but wouldn't some hack to the .htaccess file fix my particular issue. Anyone with an idea?

Just wondering.

Peace,
Gene

Terrasoft
07-08-2008, 04:40 AM
Im getting the same error to be honest on ^^^ it happens when you view online.php to see the currently active users and also on a persons profile when they are viewing a thread. I get unknown locations and not the actual thread names.

Xray12345
07-08-2008, 07:21 AM
Great! I have installed the latest version of this mod.. Will it ever be updated for Member Profiles?

Edit: I did find one error.. Its when I try to access member Profiles, heres the Error I get


Database error in vBulletin 3.7.2:

Invalid SQL:

SELECT forum.tfseo_key
FROM forum AS forum
WHERE forumid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Tuesday, July 8th 2008 @ 01:51:51 AM
Error Date : Tuesday, July 8th 2008 @ 01:51:51 AM
Script : http://www.nintendostars.com/forum/member.php?u=1
Referrer : http://www.nintendostars.com/forum/
IP Address : -Removed-
Username : Nashikafu
Classname : vB_Database
MySQL Version : 5.0.45-log

I've tried doing the previous Edits, you and Rammz posted, but I still get the same Errors...

maidos
07-08-2008, 01:12 PM
when i view postcount it only shows my post alone and not others... any fix for that?

Xray12345
07-09-2008, 02:37 PM
I have went back to 1.1.4, since there are alot of Errors In this Version..

I'll update when there's a fix..

maidos
07-12-2008, 05:20 PM
when i use the display option, almost bottom of the forum section i cant sort the thread by for example number of views etc

space?
07-15-2008, 02:46 PM
Great Mod, but I am using tfSEO together with vBAdvanced Portal and don't like that it creates duplicate Content or at least doesn't link the latest threads properly.

Example:
In the Box "latest threads" the topics are linked like that: http://spacequadrat.de/showthread.php?t=146

I'm not sure, but can't you make the Link to the latest threads directly? (like that: http://spacequadrat.de/f11/stellenan...pace-team-146/

I asked at the vBAdvanced Support Forum first, but they told me to contact the tfSEO-Guys.
Regards,
Sorry, but I've got still this problem - isn't there any solution for this?
My team is forcing me to ask again:D

Terrasoft
07-17-2008, 06:10 PM
Just bumping this thread, I think superjeff should be coming back from his vacation in a few days. Cant wait as another update is vital in making this hack even better. =D

harvest_666
07-18-2008, 02:38 AM
with your fix the first and last links work, but the prev and next links do not.
Also there is a bug with the go to page xx dropdown (it always redirects to first page).

I'm getting the same problem. Hope it can be fixed soon.

ForgotenDynasty
07-19-2008, 03:37 AM
i cant seem to get it to work
i have:

enable:On
rewright type: Heavy method
Url Structure:.html
rewright explanation: first 2
301 Redirect: first 2
Base url of the site:http://ultimate-ipod.com
Character replacement: disabled(english)
Localization "page": page
fix link to index.php: enabled
Maximum keywords number in the URL:8

my .htaccess is as fallows
#Rename this file to .htaccess and upload it to the root directory of your forum.

RewriteEngine On

RewriteRule ^(.*)t([0-9]+)(.*)newpost(.*)$ showthread.php?t=$2&goto=newpost [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/post([0-9]+)(.*)$ showpost.php?p=$6 [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/([a-z]+)([0-9]+)(.*)$ showthread.php?t=$4&page=$7 [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)$ showthread.php?t=$4 [QSA,L]
RewriteRule ^(.*)f([0-9]+)/([a-z]+)([0-9]+)(.*)$ forumdisplay.php?f=$2&page=$4 [QSA,L]
RewriteRule ^(.*)f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]

i know for a fact that my host supports it because i use to have a phpbb3 seo board that used a .htaccess

superjeff
07-20-2008, 08:01 AM
It is a problem
Send me all the character to replace that you can type with your keyboard.
Here is a temp fix for First post error.

Go Plugin Manager -> Edit "Generate Navbar URLs 2"
Replace existing code with below.

if ($vbulletin->options['tfseo_enable'])
{

//Forum or Thread?
if ($vbulletin->tfseo['pagenav']['area'] == 'forum' AND $vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['forum'])
//Is Forum
{

if ($vbulletin->options['tfseo_type'] == 1 OR $vbulletin->options['tfseo_type'] == 2)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_forum_multi($forumid, $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_forum_multi($forumid, $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_forum($forumid);
}
$lastaddress = tfseo_url_forum_multi($forumid, $totalpages);

}
else if ($vbulletin->options['tfseo_type'] == 3)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_forum($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid']);
}
$lastaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $totalpages);

}
} else if ($vbulletin->tfseo['pagenav']['area'] == 'thread' AND $vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['thread'])
//Is Thread
{
if ($vbulletin->options['tfseo_type'] == 1)
{



if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid']);
}
$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);



}
else if ($vbulletin->options['tfseo_type'] == 2)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid']);
}
$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);



}
else if ($vbulletin->options['tfseo_type'] == 3)
{



if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid']);
}

$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);


}
}
}
It could work.. i will put a look
I have went back to 1.1.4, since there are alot of Errors In this Version..

I'll update when there's a fix..
For you and all the other, there are a lot of thing to fix, that i hope to do in a bit time. Contact me via email if you want "prioriry support".

OziloZ
07-20-2008, 04:56 PM
Thanks for that great mod.

But i have a weird problem. All links works fine except one. In showthread page, when i want to go another page, server says that "page not found". Look at the picture. The rewrite rule adds an ekstra code: "&page=xx" . It works fine when i delete this part from the addres bar. I looked my .htacces and delete this part, but nothing change.

I'm using TFSEO1 compatible, medium method.

superjeff
07-20-2008, 06:22 PM
It looks like the rewrite template didn't worked. You can delete from the template that part, it is unusefull.

Xray12345
07-20-2008, 06:22 PM
Great! I have installed the latest version of this mod.. Will it ever be updated for Member Profiles?

Edit: I did find one error.. Its when I try to access member Profiles, heres the Error I get


Database error in vBulletin 3.7.2:

Invalid SQL:

SELECT forum.tfseo_key
FROM forum AS forum
WHERE forumid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Tuesday, July 8th 2008 @ 01:51:51 AM
Error Date : Tuesday, July 8th 2008 @ 01:51:51 AM
Script : http://www.nintendostars.com/forum/member.php?u=1
Referrer : http://www.nintendostars.com/forum/
IP Address : -Removed-
Username : Nashikafu
Classname : vB_Database
MySQL Version : 5.0.45-log

I've tried doing the previous Edits, you and Rammz posted, but I still get the same Errors...

Is there a fix for my error?

superjeff
07-20-2008, 06:32 PM
Could it be a conflitt with other plugin? Like vbseo?

Xray12345
07-20-2008, 10:59 PM
It's possible, I have vRewrite still installed..(which doesn't work anymore :P)
I'll Uninstall if it works I'll let you know..

PiTXI
07-22-2008, 12:15 PM
If I install this mod, hide links from guests (https://vborg.vbsupport.ru/showthread.php?t=123415) doesn't work.

Help please!!

harvest_666
07-22-2008, 03:07 PM
It seems there's another problem. In the 'New Post' page, the subforum link doesn't lead to that subforum.

You know where it says:
Thread / Thread Starter Last Post Replies Views Forum
the red one, it doesn't lead anywhere, it just seems to refresh the page.

Thanks

superjeff
07-22-2008, 04:51 PM
It seems there's another problem. In the 'New Post' page, the subforum link doesn't lead to that subforum.

You know where it says:
Thread / Thread Starter Last Post Replies Views Forum
the red one, it doesn't lead anywhere, it just seems to refresh the page.

Thanks
Screen please ;)

nfy_markus
07-22-2008, 05:44 PM
I think also the sorting in a forum, e.g. sorting by subject, topic, count, date does not work...

but the most important at the moment is the paging with first next previous and last links in a thread...

superjeff
07-22-2008, 06:00 PM
Yes. It don't work because link has been removed, to prevent duplicate content.

PiTXI
07-22-2008, 06:05 PM
Could it be a conflitt with other plugin? Like vbseo?

conflict with tfseo and zoints seo.

any solution?

superjeff
07-22-2008, 06:17 PM
No! You will have to use one or the other.

Assim
07-22-2008, 09:55 PM
Hello,

I have some questions to ask.

-What database changes will it do if I install?
-Will it edit any of the tables?
-If I unistall, will it return the tables structure as it was before?

superjeff
07-23-2008, 06:04 AM
Hello,

I have some questions to ask.

-What database changes will it do if I install?
-Will it edit any of the tables?
-If I unistall, will it return the tables structure as it was before?

The only change to database is this: it add a "field" called "tfseo_key" in the table forum, it is used if you enable the "heavy method" to set you custom forum keyword.
Like over.
Yes, field will be deleted.

Assim
07-23-2008, 08:28 AM
The only change to database is this: it add a "field" called "tfseo_key" in the table forum, it is used if you enable the "heavy method" to set you custom forum keyword.
Like over.
Yes, field will be deleted.

Thank you, I will install it now!

superjeff
07-23-2008, 08:37 AM
Thank you, I will install it now!
I suggest to do it in a test forum first ;)

GlitchersCorner
07-24-2008, 01:37 AM
I am having weird problems... please check attached.

superjeff
07-24-2008, 08:26 AM
It works for me. Send me an email, i will check it.

superthang
07-24-2008, 02:25 PM
having problem with vietnamese character.

it take out all the word that have accents

any solution?

superjeff
07-24-2008, 02:58 PM
Please send me all "strange" character that you can type with your keybord.

CP,
07-24-2008, 02:58 PM
Which one do we download? TfSEO 1.1.4.zip or TfSEO 2.0.5.zip?

1. Also if we do install this can we uninstall it and go back to normal? Will our tables be back to normal?

2. What is the difference between light, and medium and heavy versions? What differentiates them?

ty

SHANE-D-PAIN
07-24-2008, 05:03 PM
Can't get this to work. Everything is in place but URLS are not rewritten. :(

superjeff
07-24-2008, 06:46 PM
Email me.

superjeff
07-24-2008, 06:47 PM
Which one do we download? TfSEO 1.1.4.zip or TfSEO 2.0.5.zip?

1. Also if we do install this can we uninstall it and go back to normal? Will our tables be back to normal?

2. What is the difference between light, and medium and heavy versions? What differentiates them?

ty
You can "go back".

Difference is there:

TfSEO Disabled
URL#1 (Home): Average Click Time 438 ms, 29 Clicks, 0 Errors
URL#2 (Forumdisplay): Average Click Time 468 ms, 29 Clicks, 0 Errors
URL#3 (Showthread): Average Click Time 533 ms, 15 Clicks, 0 Errors

Light Method
URL#1 (Home): Average Click Time 460 ms, 29 Clicks, 0 Errors
URL#2 (Forumdisplay): Average Click Time 465 ms, 29 Clicks, 0 Errors
URL#3 (Showthread): Average Click Time 530 ms, 15 Clicks, 0 Errors

Medium Method (recommended)
URL#1 (Home): Average Click Time 471 ms, 29 Clicks, 0 Errors
URL#2 (Forumdisplay): Average Click Time 469 ms, 29 Clicks, 0 Errors
URL#3 (Showthread): Average Click Time 549 ms, 14 Clicks, 0 Errors

Heavy Method
URL#1 (Home): Average Click Time 473 ms, 29 Clicks, 0 Errors
URL#2 (Forumdisplay): Average Click Time 473 ms, 29 Clicks, 0 Errors
URL#3 (Showthread): Average Click Time 544 ms, 14 Clicks, 0 Errors

GlitchersCorner
07-25-2008, 02:21 AM
Ignore my post above, the problem fixed itself.

However I have found another problem. Try using usernotes (usernotes.php) and you get sql error...


SELECT forum.tfseo_key
FROM VBulletin_forum AS forum
WHERE forumid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Thursday, July 24th 2008 @ 11:18:21 PM
Error Date : Thursday, July 24th 2008 @ 11:18:22 PM
Script : http://www.glitcherscorner.com/usernote.php?u=2
Referrer : http://www.glitcherscorner.com/member.php?u=2

superjeff
07-25-2008, 08:28 AM
Go to the AdminCP > Plugin > Edit Plugin. Select "Generate post url" and replace all with:

//Globals are uncached!
global $vbulletin;
//If is TfSEO enable and post is to rewrite
if ($vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['post'] AND isset($forum[forumid]))
{

//Generate url
if ($vbulletin->options['tfseo_type'] == 1)
{
$tfseo['g'] = tfseo_url_post($thread['forumid'], $thread['threadid'], $post['postid']);
} else if ($vbulletin->options['tfseo_type'] == 2)
{
$tfseo['g'] = tfseo_url_post($thread['forumid'], $thread['title'], $thread['threadid'], $post['postid']);
} else if ($vbulletin->options['tfseo_type'] == 3)
{
//Get forum key
$tfseo_key_query = $vbulletin->db->query_read_slave("
SELECT forum.tfseo_key
FROM " . TABLE_PREFIX . "forum AS forum
WHERE forumid = $forum[forumid]
");
$forum[tfseo_key] = mysql_fetch_assoc($tfseo_key_query);
$forum[tfseo_key] = implode($forum[tfseo_key]);
$tfseo['g'] = tfseo_url_post($forum[tfseo_key], $thread['forumid'], $thread['title'], $thread['threadid'], $post['postid']);
}
}

JetHaCkR
07-25-2008, 08:42 AM
*INSTALLED!

Hope This Doesnt Give Any Problems

superjeff
07-25-2008, 09:55 AM
*INSTALLED!

Hope This Doesnt Give Any Problems
I'm here for it :D

maidos
07-25-2008, 12:27 PM
When i link forum/f131/threadtitle-t10991/ and when user clcik that link it doesnt redirect to the thread instead leads to forum sectionand sometimes error page