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)

cityofangelus 04-21-2002 08:57 AM

Mist

That bit of code should be seen twice in showthread, add the extra in there where you see it both times and it will work great :D

Chris M 04-21-2002 11:05 AM

It doesnt work, and I have made sure that I have added it to both lines, and added the Second part as well in both places...

I added it to the postbit template, and it just refuses to work at all!

Not even a "Style: " appears!

Any clues?

Satan

cityofangelus 04-21-2002 12:14 PM

Hey what I would suggest is that you check all the files that you have changed to make sure that all the code has been added...

I have installed this 3 times after upgrading VB and haven't had any problems..

:D lmk how you get on....

Mathiau 05-03-2002 06:25 AM

Hey all

Ignore :)


Will try this on my forum :)

wish me luck :)

Keyser S?ze 05-05-2002 08:56 PM

someone should update the main page, and say u have to enter those codes Twice in the showthread.php

-edit-

ok, using 2.2.5, and heres the problem, when i log in i go to options and change my style, and it doesnt change, but if i veiw a post it says im on the new style, but im not,

doesnt happen everytime, and usually if i change again, it will

weird, any ideas?

drives fast 05-06-2002 06:51 AM

the hack works with 2.2.5 no problem

Open showthread.php and find this (it shows up two times):

Code:

attachment.attachmentid,attachment.filename,attachment.visible AS attachmentvisible,attachment.counter
replace with this (in both places):

Code:

attachment.attachmentid,attachment.filename,attachment.visible AS attachmentvisible,attachment.counter,style.title as styletitle


find this in showthread.php (it shows up two times):

Code:

LEFT JOIN user ON user.userid=post.userid
add this after it on the next line (in both places):

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>
link it to anywhere

done

Robouk5 05-07-2002 02:04 PM

I have a prob, users are complaining that its not showing there correct style, they changes styles and it dosnt update. This is because they sued the "skin selector" hack to change their style, anyway to get it to update ?

Velocd 05-27-2002 11:51 PM

I'm having a problem with this hack, seems to have occured after I updated to 2.2.6, though I think one of my members reported it to me before the upgrade also..:(

For some reason the style show in the postbit only shows for certain people, and not everyone. I have no idea what could be the cause of this, as I reinstalled the hack to make sure everything working perfect. See attachment for what I mean, and look in the last post.

Webmasta XT 06-10-2002 09:29 AM

hmmm, i did exactly what i had to do and i get this:
(using 2.2.3)

Parse error: parse error, expecting `']'' in /usr/home/a/c/acforums/public_html/admin/functions.php(431) : eval()'d code on line 43

Parse error: parse error, expecting `']'' in /usr/home/a/c/acforums/public_html/admin/functions.php(431) : eval()'d code on line 43

Parse error: parse error, expecting `']'' in /usr/home/a/c/acforums/public_html/admin/functions.php(431) : eval()'d code on line 43

Parse error: parse error, expecting `']'' in /usr/home/a/c/acforums/public_html/admin/functions.php(431) : eval()'d code on line 43

Parse error: parse error, expecting `']'' in /usr/home/a/c/acforums/public_html/admin/functions.php(431) : eval()'d code on line 43

Parse error: parse error, expecting `']'' in /usr/home/a/c/acforums/public_html/admin/functions.php(431) : eval()'d code on line 43

Webmasta XT 06-23-2002 12:18 PM

ok, I did everything, all it shows in the Postbit is..
" Style: "
Any Help??


All times are GMT. The time now is 09: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.01639 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
  • (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