The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#82
|
||||
|
||||
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 |
#83
|
||||
|
||||
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 |
#84
|
||||
|
||||
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.. lmk how you get on.... |
#85
|
||||
|
||||
Hey all
Ignore Will try this on my forum wish me luck |
#86
|
||||
|
||||
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? |
#87
|
||||
|
||||
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 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 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> done |
#88
|
|||
|
|||
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 ?
|
#89
|
||||
|
||||
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. |
#90
|
||||
|
||||
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 |
#91
|
||||
|
||||
ok, I did everything, all it shows in the Postbit is..
" Style: " Any Help?? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|