vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Some code help (Latest Posts Script) (https://vborg.vbsupport.ru/showthread.php?t=31780)

Lt.Christy 10-30-2001 02:15 AM

For the script of the Last Posts here
http://www.vbulletin.com/forum/showt...5&pagenumber=1

anyone know how i might have it so instead of showing smileys by the latest post, i could show the on/off.gif depending on if its new post or not

thanks

Christy 10-30-2001 07:30 PM

NM, I got it..thanks!

Christy 10-30-2001 08:27 PM

Ok still need help.thought I had it

Just need the code to insert to show in my latest posts to have the icon show on or off depeneding on if its a new post from the last time it was visited

$thread[onoff] to choose the pic wethere its on or off.gif

just dont know how to make it see if its new to you.

thanks

Christy 10-31-2001 11:53 AM

Anyone =/

MrLister 10-31-2001 01:56 PM

? i don't quite understand what you need.....

Christy 10-31-2001 07:21 PM

Ok, the Latest Post hack that you can put on any page, i just have mine set to show the latest subject lines. I want also to put a little image on the side that shows wether the post is new from the last ones youve read. so in this picture below

http://clanthc.virtualave.net/latestposts.gif

This would show theyve all been read, if the "v" was white it would show they were new. Im just not sure of the code to add in this script to check the last messages youve read.

Neo 10-31-2001 07:43 PM

i see what you are saying... i just dont know where to get the piece of code.:stupid:

Neo 10-31-2001 07:46 PM

heres that main code for it
Quote:

// do light bulb
if ($bbuserinfo['lastvisitdate']=='Never') {
$forum['onoff']='on';
} else {
if ($bbuserinfo['lastvisit']<$forum['lastpost']) {
$forum['onoff']='on';
} else {
$forum['onoff']='off';
}
}

if ((!$forumperms['canpostnew'] and $showlocks) or $forum['allowposting']==0) {
$forum['onoff'].='lock';
}

// prepare template vars
if (!$showforumdescription) {
$forum['description']='';
}

Neo 10-31-2001 07:51 PM

and where would be a piece of code that goes in the templates for it

Quote:

<img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="">
but as for anything eles i am not to sure

Christy 10-31-2001 08:04 PM

Ok, this is the main part i needed


Code:


// do light bulb
if ($bbuserinfo['lastvisitdate']=='Never') {
$forum['onoff']='on';
} else {
if ($bbuserinfo['lastvisit']<$forum['lastpost']) {
$forum['onoff']='on';
} else {
$forum['onoff']='off';
}
}

Now wouldnt this be something else like thread instead of forum, since i want to see if the thread has been updated, not the forum
Code:

$forum['lastpost'])
Also shoudnt
Code:

$bbuserinfo
Have to be recognized as something

Im not a wiz at this, so thanks for going through it with me


All times are GMT. The time now is 12:20 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.01108 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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