vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   What Styles are we All using (https://vborg.vbsupport.ru/showthread.php?t=23206)

Freddie Bingham 07-19-2001 10:00 PM

This is a small hack that will show each users current selected style in showthread. For a demo just follow one of my links in my forum (chins & quills) and find your way to a thread.

Open showthread.php and find:
Code:

attachment.attachmentid,attachment.filename,attachment.visible AS attachmentvisible,attachment.counter
add this after it on the same line
Code:

,style.title as styletitle
find this in showthread.php
Code:

LEFT JOIN user ON user.userid=post.userid
add this after it on the next line
Code:

LEFT JOIN style on (user.styleid = style.styleid)
open up the postbit template and place this where you like
Code:

Style: <a href='index.php?styleid=$post[styleid]'>$post[styletitle]</a></smallfont>
Link it to whatever you want.

snyx 07-20-2001 03:59 AM

cool, hack, I will give it a try

thx freddie
snyx

adrianmak 07-20-2001 06:53 AM

Nice little hack !:D

Thx dude

eva2000 07-20-2001 07:06 AM

hmmm i saw rangersfan on my forum earlier today :)

i got a similar code on my forum http://animeboards.com/t21182/s.html

but can't remember where or who i got this from hehe

eva2000 07-20-2001 07:07 AM

whoops kevin made it alot easier than above

http://vbulletin.com/forum/showthrea...hlight=styleid

ztsky 07-20-2001 07:24 AM

works well.
Thanks.
eva2000:
you said is a styleid,but this hack can display a styletitle.:D

eva2000 07-20-2001 07:30 AM

Quote:

Originally posted by ztsky
works well.
Thanks.
eva2000:
you said is a styleid,but this hack can display a styletitle.:D

yeah i just realised that :o

i like styleid better since someone may have a very long styletitle and mess with postbit's cell widths

Freddie Bingham 07-20-2001 01:57 PM

[QUOTE]Originally posted by eva2000
hmmm i saw rangersfan on my forum earlier today :)

i got a similar code on my forum http://animeboards.com/t21182/s.html

but can't remember where or who i got this from hehe

eva2000 07-20-2001 02:00 PM

Quote:

Originally posted by freddie
I forget why I went to your forum...
maybe it was regarding this http://vbulletin.com/forum/showthrea...threadid=23042 ? :)

Mutt 07-23-2001 10:16 PM

just looked at your page and I have a small suggestion

you style hack points back to the main forum page. why not have it point to the current thread so when you click it, the same page is loaded in that style instead of sending you away fromt he thread you were reading.


http://www.chins-n-quills.com/forums...9184&styleid=1

http://www.chins-n-quills.com/forums...9184&styleid=7


All times are GMT. The time now is 06:24 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.01107 seconds
  • Memory Usage 1,736KB
  • 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
  • (5)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)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