vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - TfSEO: a Light Url-Rewrite (thread and forum only) (https://vborg.vbsupport.ru/showthread.php?t=173390)

superjeff 03-30-2008 07:37 AM

The last post button in homepage? It will add a query.

superjeff 03-30-2008 09:26 AM

Quote:

Originally Posted by superjeff (Post 1478156)
The last post button in homepage? It will add a query.

I will add it like option.

glennybee 03-30-2008 11:27 PM

I am following this thread intently.

Seems to be too many bugs at the moment to install on main forum but will install on test forum to see how it performs.

Thanks. :)

superjeff 03-31-2008 03:42 AM

Quote:

Originally Posted by glennybee (Post 1478674)
Seems to be too many bugs

I'm fixing with love :cool:
Thank you.

superjeff 04-01-2008 03:03 PM

UPDATED: Fixed a lot of bugs, add the option for last post (with thread with multiple page) in homepage

Chachacha 04-02-2008 07:00 AM

Quote:

Originally Posted by superjeff (Post 1480072)
UPDATED: Fixed a lot of bugs, add the option for last post (with thread with multiple page) in homepage

Unfortunately the "last post" issue isn't resolved.

superjeff 04-02-2008 10:01 AM

You should set to "yes" the relative setting in the configuration......

superjeff 04-02-2008 10:25 AM

Little bug fixed: In the plugin "Add in showthread" do the edit marked in red:



Original: (don't work)
if ($vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'])
{
$tfseourl['thread'] = tfseo_url($thread[threadtitle]);
$tfseo_pagina = $vbulletin->options['tfseo_pagina'];
if ($thread[totalpages] != 1)
{
$lastpage = $tfseo_pagina . $thread[totalpages] . ".html";
}
}
New: (Work!)
if ($vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'])
{
$tfseourl['thread'] = tfseo_url($thread[threadtitle]);
$tfseo_pagina = $vbulletin->options['tfseo_pagina'];
if ($thread[totalpages] > 1)
{
$lastpage = $tfseo_pagina . $thread[totalpages] . ".html";
}
}

Chachacha 04-02-2008 06:43 PM

That seems to have fixed the problem!^^

Thank you.

superjeff 04-02-2008 07:03 PM

Good. I'm sorry for this, but i had not understood the problem fast and in my forum there was the same problem too!


All times are GMT. The time now is 09:14 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.01071 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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