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)

Gene Steinberg 07-28-2008 01:42 PM

Quote:

Originally Posted by mickknutson (Post 1585968)
Can I change this to display:

http://www.blincmagazine.com/forum/The_BASE_Board

instead of:

http://www.blincmagazine.com/forum/f59

?

A question I would ask. That would make it closer in appearance to the way vBSEO handles it and Zoints used to handle it when that was still being developed.

Peace,
Gene

superjeff 07-28-2008 02:23 PM

Quote:

Originally Posted by mickknutson (Post 1585968)
Can I change this to display:

http://www.blincmagazine.com/forum/The_BASE_Board

instead of:

http://www.blincmagazine.com/forum/f59

?

You can use the heavy method. Urls will be like:
http://www.blincmagazine.com/forum/base-board-f56
Quote:

Originally Posted by genesteinberg (Post 1585969)
A question I would ask. That would make it closer in appearance to the way vBSEO handles it and Zoints used to handle it when that was still being developed.

Peace,
Gene

Ehm..? I didn't understood, sorry.

Gene Steinberg 07-28-2008 03:01 PM

Quote:

Originally Posted by superjeff (Post 1585998)
You can use the heavy method. Urls will be like:
http://www.blincmagazine.com/forum/base-board-f56

Ehm..? I didn't understood, sorry.

Referring to the fact that vBSEO identifies the forum by name and you identify it by number, such as f18.

However, if I use "Heavy Method" I get something like "edit-this-from-admincp-than-forum-f18" in the URL. That clearly makes no sense.

Peace,
Gene

superjeff 07-28-2008 07:50 PM

Quote:

Originally Posted by genesteinberg (Post 1586013)
Referring to the fact that vBSEO identifies the forum by name and you identify it by number, such as f18.

However, if I use "Heavy Method" I get something like "edit-this-from-admincp-than-forum-f18" in the URL. That clearly makes no sense.

Peace,
Gene

FAQ:

Q: Where can i edit "edit-this-from-admincp-than-forum"?
A: Set TfSEO Type to Heavy, and than go AdminCP > Forums & Moderators > Forum Manager > Edit Forum > TfSEO Forum Urls.

GlitchersCorner 07-28-2008 09:03 PM

Superjeff. I have added you via MSN. The issue I have with the sql error lies within RSS and external.php.

Gene Steinberg 07-28-2008 09:29 PM

Nevermind, superjeff, I figured it out :)

But it would be nice to have this done automatically by the mod. :)

Peace,
Gene

Sebasti1 07-29-2008 02:33 PM

It's ok, thanks :) (it's very good)

Gene Steinberg 07-30-2008 01:51 AM

Quote:

Originally Posted by superjeff (Post 1565058)
This wasen't a bug. You had to manual edit the tags.php file.

2.0 version do it automattically.

And it doesn't. Where's the info on the edit?

Peace,
Gene

Gene Steinberg 07-30-2008 01:58 AM

Quote:

Originally Posted by superjeff (Post 1557929)
Do the manual file edit at tags.php :)

Which is?

The edit for your 1.x version won't work, and 2.0 gives me this error when I try to search a tag:

Quote:

Warning: Invalid argument supplied for foreach() in [path]/tags.php on line 338
It works fine with your mod disabled, but I prefer to have your mod on, and will temporarily live without tags until there's a fix.

Peace,
Gene

Gene Steinberg 07-30-2008 02:31 AM

Also when will you handle this?

Quote:

Missing vBadvanced support
I'm anxious to integrate two sites with vBulletin forums, but this is essential.

Peace,
Gene

superjeff 07-30-2008 03:06 PM

for all these bugs, add me in MSN. I have sent my address via pm.

daydie 07-30-2008 06:58 PM

i am using this and works great but have 1 problem!

Wheni upload google verifacation html file, It says SQL error, Its something to do with re-write...

How can i get this working?

pigal 07-31-2008 09:59 AM

I'm using TfSEO, but I've a problem about any avatar filename, don't see them, infact I've understood that the TfSEO read files, for example when the avatar file is 1234567f50bfc.jpg this file doesn't see. The problem is in 1234567... "f5" ...0bfc.jpg.
If I modify the name and exclude f5 the avatar see again.

I've tried to add in .htaccess this rules, but nothing!

RewriteCond %{REQUEST_URI} !/(images)$
or
RewriteCond %{REQUEST_FILENAME} !^(images)/
or
RewriteRule ^images/.*$ - [PT]
or
RewriteCond %{REQUEST_URI} !/(\.gif|\.png|\.jpg)$

P.S. Sorry for my bad english! :)

superjeff 07-31-2008 10:23 AM

Quote:

Originally Posted by daydie (Post 1587687)
i am using this and works great but have 1 problem!

Wheni upload google verifacation html file, It says SQL error, Its something to do with re-write...


How can i get this working?

It works for me, i use filezilla to upload.
Quote:

Originally Posted by pigal (Post 1588214)
I'm using TfSEO, but I've a problem about any avatar filename, don't see them, infact I've understood that the TfSEO read files, for example when the avatar file is 1234567f50bfc.jpg this file doesn't see. The problem is in 1234567... "f5" ...0bfc.jpg.
If I modify the name and exclude f5 the avatar see again.

I've tried to add in .htaccess this rules, but nothing!

RewriteCond %{REQUEST_URI} !/(images)$
or
RewriteCond %{REQUEST_FILENAME} !^(images)/
or
RewriteRule ^images/.*$ - [PT]
or
RewriteCond %{REQUEST_URI} !/(\.gif|\.png|\.jpg)$

P.S. Sorry for my bad english! :)

Damnt, you have right!
We should introduce a specific list of htaccess files to fix this i think.. or use preg-match (^)
Temporaneally, use this htaccess:

HTML Code:

#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]
RewriteRule ^(.*)-f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]


pigal 07-31-2008 02:30 PM

Umm :cool:, now I see all avatars images but have a problem on a normal links, I believe there is a little bug on htaccess above. :confused:

Q-v-n-s-Q 07-31-2008 03:59 PM

after reading up 36 pages, hmm installed on http://www.highrankforum.com/ then uninstall..seem like the defaul link is good enough :)

superjeff 07-31-2008 04:26 PM

Quote:

Originally Posted by pigal (Post 1588393)
Umm :cool:, now I see all avatars images but have a problem on a normal links, I believe there is a little bug on htaccess above. :confused:

You right. I have no updated the variables.


HTML Code:

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=$1 [QSA,L]
RewriteRule ^(.*)-f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]

:D

pigal 07-31-2008 05:22 PM

Ehm sure! superjeff now all ok! :D

daydie 07-31-2008 07:52 PM

No mate, its when i have actually uplaoded it..... Does the URL re-write do the same for origional html files in the directory or something also.......If so how i stop it, Its using my HTML file so it needs the SQL for a re-write URL, But i dont want it to only .php files.

Google says:
We've detected that your verification file returns a status of 503 (Service unavailable) in the header.

But the html is blank

You can see for yourself here:
http://daydie.co.uk/google0c1384d65397f940.html

superjeff 08-02-2008 08:34 PM

The first version of the htaccess is very "large". It have find

http://daydie.co.uk/google0c1384d65397f940.html and rewrted it like a forum.

Try this: https://vborg.vbsupport.ru/showpost....&postcount=537

Gene Steinberg 08-02-2008 09:13 PM

I just wanted to voice a special thank you to superjeff: He worked with me personally to resolve a weird conflict between his mod and tagging on my forum. It was a simple fix, to be sure, but it required having him visit my Admin CP and figure out what was wrong.

This supreme attention to detail is what will keep me using this product, and to seriously consider any others he might develop.

Peace,
Gene Steinberg
http://forum.theparacast.com

Zorck 08-02-2008 10:08 PM

Hi!
I find a bug, and searching here I dont see that this happens to others.

Wen you search for new post, in the search results you get a list of theads, in the las column of the right, the link to the sub-forum redirectme to the same result page.

Any idea?
Thanks! Sergio

superjeff 08-03-2008 10:29 AM

Thank you Gene :)

Quote:

Originally Posted by Zorck (Post 1590167)
Hi!
I find a bug, and searching here I dont see that this happens to others.

Wen you search for new post, in the search results you get a list of theads, in the las column of the right, the link to the sub-forum redirectme to the same result page.

Any idea?
Thanks! Sergio

You right. That variable seems to be uncached. I have add it do search post, but in search thread it don't works.

Will fix it in the next relase (it is incoming.. now that i back to windows :erm:)

Zorck 08-03-2008 03:54 PM

Thanks Superjeff, great support!

Regards, Sergio.

dxflw 08-04-2008 01:54 PM

i have installed tfseo but if i enable it i get :
error 404

superjeff 08-04-2008 04:57 PM

Quote:

Originally Posted by dxflw (Post 1591174)
i have installed tfseo but if i enable it i get :
error 404

Your htaccess don't works proply.

Forum Lover 08-05-2008 04:36 PM

I just uninstall it from plagins manager, but still something wrong in my online.php Its not showing who is visiting what. How to fix it please?

superjeff 08-05-2008 04:51 PM

The plugin don't edit nothing about the online.php.

pooslokka 08-06-2008 05:56 AM

superjeff,
i just installed this plugin few days ago and woking fine.
but today i found a problem. when try to merge a thread, i gave the url and vb says the url is in invalid format. so i had to turn of the plugin for a while, then merge and again activate the plugin. any solution to the url pattern problem occour when try to merge?

Forum Lover 08-06-2008 07:05 AM

Quote:

Originally Posted by superjeff (Post 1592014)
The plugin don't edit nothing about the online.php.

Copy that mate. Got any idea how can I fix this?

superjeff 08-06-2008 11:41 AM

Quote:

Originally Posted by pooslokka (Post 1592401)
superjeff,
i just installed this plugin few days ago and woking fine.
but today i found a problem. when try to merge a thread, i gave the url and vb says the url is in invalid format. so i had to turn of the plugin for a while, then merge and again activate the plugin. any solution to the url pattern problem occour when try to merge?

you must build the custom url for it.
yoursite.com/fxx/adad-txx/
will be
yoursite.com/showhtread.php?t=xx

now i go to try fix this..
Quote:

Originally Posted by Forum Lover (Post 1592444)
Copy that mate. Got any idea how can I fix this?

No!

DesiMix 08-06-2008 04:47 PM

Need some help installing this anyone?????

superjeff 08-07-2008 06:17 AM

Here i'm.
PM me, with an admin access for plugin/settings, i will install it.

leroub 08-09-2008 12:48 AM

Very nice and simple... thx...

ForgotenDynasty 08-09-2008 09:08 PM

what should my .htaccess look like with this configuration
*NOTE* Im installed in the /forums directory

http://i177.photobucket.com/albums/w...ntitled-36.jpg

max keywords = 8 (it got cut off)

ahmer 08-10-2008 04:51 AM

my site support the .hta file but i still get file not found can anyone help

BBF 08-10-2008 05:38 AM

this mod works with non-English character?

pranaysanghavi 08-10-2008 10:58 AM

Hi

I have installed the 2.0.5ver and after i enabled the tfSEO in Admin CP it started giving me error. I dont understand wht went wrong. Following is error list tht i get on my page

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

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

TheInsaneManiac 08-10-2008 02:02 PM

Does this support VBSEO Sitemap Generator?

superjeff 08-10-2008 04:35 PM

Quote:

Originally Posted by ahmer (Post 1595199)
my site support the .hta file but i still get file not found can anyone help

Ask to your provider, or send me a working htaccess.
Quote:

Originally Posted by BBF (Post 1595219)
this mod works with non-English character?

Yes, if not send me your character to replace.
Quote:

Originally Posted by pranaysanghavi (Post 1595341)
Hi

I have installed the 2.0.5ver and after i enabled the tfSEO in Admin CP it started giving me error. I dont understand wht went wrong. Following is error list tht i get on my page

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

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

Send me a pm with the forum address and an admin access, if possible.
Quote:

Originally Posted by TheInsaneManiac (Post 1595469)
Does this support VBSEO Sitemap Generator?

No. I'm not allowed to modific the vbseo sitemaps generator.


All times are GMT. The time now is 10:54 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.01801 seconds
  • Memory Usage 1,845KB
  • 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
  • (2)bbcode_html_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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