vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   New Posts & Threads Since Last visit (https://vborg.vbsupport.ru/showthread.php?t=82774)

Guest210212002 01-25-2006 07:48 PM

[high]* Guest210212002 clicks install
[/high]

Thanks as always bud. :)

Devil006 02-17-2006 11:57 AM

Good Job
Thx

Devil006 Clicks Install

Gemilang 03-14-2006 04:15 PM

I'm getting this error when running the query:
Quote:

#1146 - Table 'houseboa_vb1.post' doesn't exist
I looked at my tables, and there is a 'post' table.

[high]* Gemilang is confused[/high]

Zachery 03-20-2006 09:54 PM

I highly advise agsint having it show on all pages.

s?dpol 05-11-2006 07:24 PM

Hi,

I just installed this nice plugin. In order to enable the use of the phrase system I modifed it a bit.

If somebody would like to do so as well :
  • upload the xml file
  • open the template navbar
    find: <strong>$vboptions[bbtitle]</strong>
    add after:
    Code:

    <if condition="$vbulletin->userinfo['userid'] != '0' AND THIS_SCRIPT == 'index'"><br /><span class="smallfont"><a href="search.php?do=getnew"><phrase 1="$newposts" 2="$newthreads">$vbphrase[navbar_sincelastvisit]</phrase></a></span></if>
  • add new Phrase
    Variablenname: navbar_sincelastvisit
    Text: {1} neue Themen und {2} neue Beitr?ge seit Ihrem letzten Besuch.
    Deutsch: {1} neue Themen und {2} neue Beitr?ge seit Ihrem letzten Besuch.
    English: {1} new Threads and {2} new Posts since your last visit.
  • Execute the following queries in order to add a index on the used table colums:
    Code:

    ALTER TABLE `post` ADD INDEX ( `dateline` );
    ALTER TABLE `thread` ADD INDEX ( `dateline` );


[EDIT]
20060618: removed "$vboptions[bburl]/" in the template code - as https doesn't work

Digital2 05-11-2006 09:52 PM

Why am I only getting this text with no numbers plugged into it?

There has been new posts and new threads since your last visit.
( Get New Posts )

Yes, the database fields being queried are the correct ones and are correctly defined in the plugin.

Also, the following query was made succesfully:

ALTER TABLE `vbfpost` ADD INDEX ( `dateline` );
ALTER TABLE `vbfthread` ADD INDEX ( `dateline` );

GrendelKhan{TSU 06-12-2006 11:40 PM

bookmarked. :)

Reverend 06-14-2006 10:33 PM

Doesn't appear to be working on my 3.6.0 B2. Its showing the wrong totals. Posts 4 Threads 210 since last visit. :confused:

Can anyone confirm this still works with 3.6.0 B2.

Zachery 06-15-2006 03:18 AM

I can't see why it wouldn't work.

Reverend 06-15-2006 09:41 AM

Quote:

Originally Posted by Zachery
I can't see why it wouldn't work.

Thats what i initially thought, but obviously something is screwed on mine. I've reinstalled the plugin and ran the db queries still same issue with the totals.


All times are GMT. The time now is 11:32 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.01369 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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