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)

Invalid ID 12-14-2006 12:13 AM

After installing the latest one, I got the following error messages:

Code:

string(39) "/forum/showthread.php?t=3877&styleid=43" string(61) "Default" string(39) "/forum/showthread.php?t=3877&styleid=43" string(61) "Default" string(39) "/forum/showthread.php?t=3877&styleid=43" string(61) "Default" string(39) "/forum/showthread.php?t=3877&styleid=43" string(61) "Default"
And ...

Code:

Unable to add cookies, header already sent.
File: /home/apni/public_html/forum/showthread.php(1044) : eval()'d code
Line: 25


DPSR 12-14-2006 01:16 AM

Thanks a lot for the update Xoligy

But after upgrading its showing this error-
Code:

string(77) "/celebrities-models/2761-cameron-diaz-19-new-wallpapers-added.html&styleid=14" string(96) "FRV8"
so i'm back with previous version :D

Xoligy 12-14-2006 07:41 AM

Oops, I must have uploaded the wrong version, sorry!!!! Updated. Also I notice you've got some kind of URL rewritter, so I'll fix the URLs to make them work with that.

EDIT: Done. You (hopefully) shouldn't have any problems now.

DPSR 12-14-2006 08:59 AM

Quote:

Originally Posted by Xoligy (Post 1138336)
Oops, I must have uploaded the wrong version, sorry!!!! Updated. Also I notice you've got some kind of URL rewritter, so I'll fix the URLs to make them work with that.

EDIT: Done. You (hopefully) shouldn't have any problems now.

Many many thanks for the update and your hard work :up:

Allan 12-14-2006 09:45 AM

Work perfectly , thanks :)

Matt Slick 12-14-2006 08:21 PM

Please excuse my obvious stupidity, but how do you implement this?

What code do you put where?

I've installed lots of hacks, but I don't know where to put the code in the postbit.

Need some help.

Invalid ID 12-15-2006 12:53 AM

It's visiable next to the Reputation Icon, may I know how can I make it visiable under the post counter of members in postbitlegacy?

Thanks

DPSR 12-15-2006 01:24 AM

@ 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 :)

Bison 12-15-2006 03:02 AM

Correction:

PHP Code:

<if condition="$post['stylename']"><div class="smallfont">Style$post[stylelink]</div></if> 


Xoligy 12-15-2006 09:30 AM

Thanks DPSR and Bison :)

The conditional shouldn't be needed, since if it can't find anything it will show the default skin, but it's better to have it in there just to be safe.


All times are GMT. The time now is 09:33 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.01089 seconds
  • Memory Usage 1,740KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_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