vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Skin view - show skin in postbit (https://vborg.vbsupport.ru/showthread.php?t=133805)

Matt Slick 12-15-2006 03:24 PM

Quote:

Originally Posted by DPSR (Post 1138924)
@ Matt Slick- In your 'postbit' template, look for--
Code:

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
after add--
Code:

<if condition="$post['stylename']">Style: $post[stylelink]</if>
@InValid ID- In your 'postbit_legacy' template, look for--
Code:

                        <div>
                                        $vbphrase[posts]: $post[posts]
                                </div>

after add--
Code:

<if condition="$post['stylename']">Style: $post[stylelink]</if>
be sure to keep a backup before editing any file :)

Thanks a bunch, that is exactly what I needed.

(thanks Bison, too).

Invalid ID 12-16-2006 02:25 AM

Mine still not working.

Bison 01-01-2007 05:48 PM

I've uninstalled both of these hacks. They do not work together properly and if you install the second hack over this one, this hack won't work either.

If you haven't installed the Style Chooser hack yet, I suggest that you don't.

Xoligy 01-03-2007 12:28 PM

I know there are problems, and I will fix them, but I'm way too busy at the moment.

loonytune15 01-04-2007 12:48 AM

I will watch this hack and the other with interest.

I

Xoligy 01-10-2007 02:18 PM

I am unable to replicate Bison's bug, so I cannot fix it.

Invalid ID, that's not a bug. All you need to do is put the code under the code for your reputation. Make sure you're editing the right postbit.

I've put it through extensive testing on localhost and cannot find any bugs with it.

KURTZ 01-10-2007 02:20 PM

good job

INSTALLED

Cyricx 01-16-2007 04:17 PM

Both are working correctly now since he updated the quick style chooser updates settings mod.

I tested them by changing my style with the quick style chooser, logging out, logging in as a test account, and verifying it didn't get forced to the different style and then logging out and logging back in with the main account and verifying it displayed the style selected :)

Great job!!!

About time someone fixed what I have always felt was a bug/poor design in vbulletin.

Bison 01-16-2007 09:32 PM

Quote:

Originally Posted by Cyricx (Post 1160676)
Both are working correctly now since he updated the quick style chooser updates settings mod.

I tested them by changing my style with the quick style chooser, logging out, logging in as a test account, and verifying it didn't get forced to the different style and then logging out and logging back in with the main account and verifying it displayed the style selected :)

Great job!!!

About time someone fixed what I have always felt was a bug/poor design in vbulletin.


Has the hack been updated?

Forza 01-27-2007 07:24 PM

i have a weird problem, after installing this hack (and the other one related to this) i get alot of comment from members that the style randomly changes from now and then while browsing the forum. I've had it a few times myself as well now... any idea on this one?

jazde86 01-28-2007 09:06 AM

Is it possible to make the used style in MEMBERINFO showing?

Xoligy 01-29-2007 03:41 PM

When I get time I'll expand it to that.

WNxWakko 02-05-2007 10:00 PM

I really like this mod in conjunction with the other one, however I would rather not put it in a post. How do I put this info into the memberinfo template?

Xplorer4x4 02-07-2007 06:02 PM

Quote:

Originally Posted by jazde86 (Post 1168864)
Is it possible to make the used style in MEMBERINFO showing?

I would prefer to use this in memberinfo as well.

Nice hack though. Installed.

Xplorer4x4 02-12-2007 09:01 PM

Quote:

Originally Posted by Xoligy (Post 1149832)
I know there are problems, and I will fix them, but I'm way too busy at the moment.

Since your to busy, may I please have permission to release the modified version for memberinfo for the community here to use?

Quote:

Quote:

Originally Posted by jazde86 (Post 1168864)
Is it possible to make the used style in MEMBERINFO showing?

Quote:

Originally Posted by WNxWakko (Post 1175548)
I really like this mod in conjunction with the other one, however I would rather not put it in a post. How do I put this info into the memberinfo template?


Yes I have modified this hack to work in memberinfo. Just need Xoligy's permission to release it.

Alteran Ancient 02-13-2007 03:24 PM

I have been looking for something exactly on the lines of this! An install for you! :)

(Why are people so desperate to have the 'install' button clicked?)

project-Buckfas 02-13-2007 04:49 PM

The more interest there is in a hack, the more a coder will want to make it better. Also it's better for you as you will recieve emails when its updated....

Quote:

(Why are people so desperate to have the 'install' button clicked?)

Xplorer4x4 02-15-2007 05:29 PM

I have released a version of this that will show the style in memberprofile.
Skin View In Profile

Charmedfan 03-23-2007 10:55 PM

Hey,
why doesn't show the hack the standart style of vBulletin?
Is that a bug or how can I fix it?
Thanks for the answer!

Greetings
Charmedfan

|Jordan| 04-09-2007 08:24 PM

It's odd, it displays for me, but instead of displaying the user's style, it displays my style (on every user's profile in postbit)

Aimee1969 05-28-2007 02:10 AM

What am I doing wrong...It just says default.
No matter what skin I am using???

RVM 07-30-2007 08:10 AM

I have this one and the recomended plug in installed. I added the if condition as stated a few posts back. NOTHING shows up anywhere :confused:

Stratto 08-23-2007 09:15 PM

Installed

Works great, thank you!

puertoblack2003 01-11-2008 08:03 PM

need help when i uninstalled it i got this database error:


Quote:

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
postparsed.pagetext_html, postparsed.hasimages,
sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid

, IF(SUM(photoplog_fileuploads.moderate) > 0 AND 1 = 0,COUNT(photoplog_fileuploads.moderate) - SUM(photoplog_fileuploads.moderate),COUNT(photoplo g_fileuploads.moderate)) AS photoplog_filecount,blog_user.entries
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 19 AND postparsed.languageid = 1)
LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 19 AND sigparsed.languageid = 1)
LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid)
WHERE post.postid IN (0,190207,190230,190235,190236,190239,190240,19024 1,190207)
ORDER BY post.dateline;

MySQL Error : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error Number : 1140
Date : Friday, January 11th 2008 @ 04:52:55 PM
Script : http://www.smartphonejunkie.com/showthread.php?t=145979
Referrer : http://www.smartphonejunkie.com/main.php
IP Address : 192.168.1.1
Username : cOderz
Classname : vB_Database

after checking the hack out theres no unistall codes at all.

DaninMS 05-24-2008 02:06 PM

Quote:

Originally Posted by DPSR (Post 1138924)
@ Matt Slick- In your 'postbit' template, look for--
Code:

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
after add--
Code:

<if condition="$post['stylename']">Style: $post[stylelink]</if>

Thx for this. I was having the same problem.

aymelek 08-02-2009 01:03 PM

Quote:

Originally Posted by Forza (Post 1168507)
i have a weird problem, after installing this hack (and the other one related to this) i get alot of comment from members that the style randomly changes from now and then while browsing the forum. I've had it a few times myself as well now... any idea on this one?

I'm having the same issue. Has there been a fix for this?

RedHacker 01-26-2010 06:22 AM

Can be update to the vBulletin 4...?


All times are GMT. The time now is 01:01 PM.

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.01322 seconds
  • Memory Usage 1,806KB
  • 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
  • (6)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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