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)

superjeff 11-12-2008 09:48 AM

Quote:

Originally Posted by TheInsaneManiac (Post 1663984)
Your modification is set to the default setting yet I use to run 18 queries on my forumhome, now I am running a whopping 88 queries!

Topics seem fine, they run 18 queries, it's just the forumhome.

There is an easy fix: Go to plugin manager > generate thread url and delete the query about "if lastpost isn't in the first page"

TheInsaneManiac 11-12-2008 07:22 PM

Quote:

Originally Posted by superjeff (Post 1664136)
There is an easy fix: Go to plugin manager > generate thread url and delete the query about "if lastpost isn't in the first page"

Is this what I had to removed:
//If lastpost isn't in the first page of the thread
$tfseo_tot_post = $vbulletin->db->query_read_slave("
SELECT thread.replycount
FROM " . TABLE_PREFIX . "thread AS thread
WHERE threadid = '$lastpostinfo[lastthreadid]'
");
$a = mysql_fetch_assoc($tfseo_tot_post);
$a = implode($a);
$a = $a / $vbulletin->options['maxposts'];
$a = floor($a);
$tfseo_total_page = $a + 1;

I did this and got my queries back down to 18. However I am curious if this will affect anything?

sectomy 11-13-2008 06:00 PM

Quote:

Originally Posted by epic1 (Post 1663582)
I'm having this same issue. Please let me know if there is a fix. :confused:

hi,

i was confused, too... i disabled the option.... and when i reactivate it for further investigations :D :D then it works...

dunno why...

make it light method, again heavy and then it worked...

sorry that i dont have more stuff for ya :(

nfy_markus 11-14-2008 08:25 AM

i have found a minor bug...

If cookies are deactivated the paging into a thread does not work because all urls in the paging-nav are wrong:

example here: with deactivated cookies:
http://www.aev-forum.de/spiele-tipps...uskies-t30785/

page 1 of 10
Link for page 2: http://www.aev-forum.de/showthread.php?s=b011e3963f15f5c4037f556&t=30785
Link for page 3: http://www.aev-forum.de/showthread.php?s=b011e3963f15f5c4037f556&t=30785
Link for next page (>): http://www.aev-forum.de/
Link for last page (Letzte ?): http://www.aev-forum.de/

If cookies are activated links look like this:

page 1 of 10
Link for page 2: http://www.aev-forum.de/spiele-tipps...85/seite2.html
Link for page 3: http://www.aev-forum.de/spiele-tipps...85/seite3.html
Link for next page (>):http://www.aev-forum.de/spiele-tipps...85/seite2.html
Link for last page (Letzte ?): http://www.aev-forum.de/spiele-tipps...5/seite10.html

mysql101 11-14-2008 10:54 PM

Threaded view doesn't work once you get past the first page.

Also on 'whos online' page, users on forums will show up as UNKNOWN LOCATION, which looks unprofessional.

djlotus 11-15-2008 02:03 PM

Quote:

Originally Posted by djlotus (Post 1663887)
Is there any way I can fix this?

HAve you looked into this at all?

sectomy 11-15-2008 03:35 PM

vbadadvanced plug in...

we want it :D

murekhalir 11-15-2008 08:59 PM

is it bad.... to have this installed WITH vbSEO?

KidCharlemane 11-17-2008 12:43 AM

Ive got a problem. When you go into a subforum, everything works peachy. For example.. if you got into Site News, the URL rewrites correctly.

http://www.somesite.com/Site-News-f25/

but when you go into a thread, it changes to:

http://www.somesite.com/edit-this-fr...ge-t33209.html

Ive edited the forum options and added the appropriate text and it works fine until you go into a thread. Anyone got any ideas?

yahsuah 11-19-2008 07:02 AM

Installed fine on 3.7.3, it works perfectly fine in Turkish language with a little addition...


All times are GMT. The time now is 05:40 PM.

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.02169 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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