vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [release] Last Thread Titles on Forumhome (Cleaner) (https://vborg.vbsupport.ru/showthread.php?t=85692)

filburt1 12-18-2002 06:54 PM

<a href="http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=2316" target="_blank">http://www.vbulletintemplates.com/mo...&threadid=2316</a> but this one is much better.

filburt1 12-28-2002 04:14 PM

Update: if you have PAPI 1.0.5, find:
Code:

else if (thisis("newthread") && actionis("postthread"))
{
    updatethreadtitlecache(false, $_POST['forumid'], $_POST['subject']);
}

After it, add:
Code:

else if (thisis("newreply") && actionis("postreply"))
{
    updatethreadtitlecache(false, $_POST['threadid']);
}

That will force the last post title to update after a reply to a thread.

Also an important note: for you to be able to cron the update all script, this mod must be in the default style set.

squawell 01-03-2003 10:29 AM

never mind i fixed my problem..........

Bad Bunny 02-11-2003 01:45 AM

So in what ways is this one better than the non papi release? I am just trying to figure this all out.
How many queries does this add?

filburt1 02-11-2003 01:46 AM

It's been a whlie since I wrote this but one or so when replying and a few with the cron job. It's better this way than the non-PAPI one because it works in any browser and doesn't reply on crazy Javascript. Also I think the other one has security issues.

zfrank 04-06-2003 08:29 AM

What must I change to work with subforums..
in forumsummary I can“t see the title of thread, if there is a new topic in subforum...
any solution?

Breaker 04-06-2003 08:04 PM

ooo error.

Code:

Fatal error: Call to undefined function: thisis() in /usr/local/psa/home/vhosts/alixd.co.uk/httpdocs/global.php(929) : eval()'d code on line 8
using PAPI 1.0.9

Breaker 04-12-2003 01:18 PM

i'm still having these problems, and am yet to find out the problem, any1 got ne ideas to help me

imported_Digital Hybrid 06-04-2003 06:26 PM

I must have dome something wrong since I don't get the threadtitle... perhaps I installed PAPI wrong?

MGM 06-17-2003 02:59 AM

I'm having the same problem that Digital Hybrid is having, any clues?

MGM out


All times are GMT. The time now is 12:57 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.01003 seconds
  • Memory Usage 1,726KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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