vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Next Generation Postbit_Legacy View (https://vborg.vbsupport.ru/showthread.php?t=174268)

MikeHolohan 03-27-2008 05:49 AM

Nothing changed, it is enabled but it looks exactly the same, yours looks excellent but it didn't work for me...

Mike.

Hasann 03-27-2008 05:59 AM

Quote:

Originally Posted by MikeHolohan (Post 1475644)
Nothing changed, it is enabled but it looks exactly the same, yours looks excellent but it didn't work for me...

Mike.

did you made any template edit changes in postbit_legacy template?
look into postbit_legacy template and search for <div> tag
if you dont find any <div> tag in postbit_legacy template than revert postbit_legacy template it should work

MikeHolohan 03-27-2008 06:05 AM

Ah, I have another hack using the postbit legacy...vbexperience... is there a work around?

ramsayeg 03-27-2008 01:26 PM

I installed and then uninstalled, the main problem I have is that my users are using both black and white layouts, so I need different styles for each one. Is there a way to do that, or will you support it in the future? I ticked 'mark as installed' so I'll receive future updates, hopefully you'll be able to help me :).

Thanks!

Quote:

Originally Posted by MikeHolohan (Post 1475654)
Ah, I have another hack using the postbit legacy...vbexperience... is there a work around?

I actually turned the hack on along with VBE, there are no problems.

yaoren 03-27-2008 01:36 PM

[s]Sorry I guess with trying to explain I made matters worse there. Anyhow short answer I'm having the same prob as MikeHolohan. Meaning I've installed it but nothings changed.

Reading back at some of the other comments I'm assuming I have to make some template edits? Sorry about this...I'm an amateur but do get around things with trying.

If I'm needing to make template changes, anyone can point me in the right direction?[/s]

Never mind found it, sorry and ty for this too. Clicked installed! :D

MikeHolohan 03-27-2008 03:45 PM

Quote:

Originally Posted by ramsayeg (Post 1475856)



I actually turned the hack on along with VBE, there are no problems.

I have them both turned on too, but nothing has changed...

leylandfor 03-27-2008 04:19 PM

i have vbcredits insalled, will this postbit still show the users credits?

maidos 03-28-2008 11:28 AM

good hack, but how do i add the background for "thank you" mods
Quote:

$template_hook[postbit_userinfo_right_after_posts]
I notice that the signatures has the same background aswell, how do i disable it

Hasann 03-28-2008 11:17 PM

Quote:

Originally Posted by maidos (Post 1476664)
good hack, but how do i add the background for "thank you" mods
I notice that the signatures has the same background aswell, how do i disable it

for thank you mods

find in postbit_legacy template
PHP Code:

$template_hook[postbit_userinfo_right_after_posts 

replace with this
PHP Code:

<div>$template_hook[postbit_userinfo_right_after_posts</div

for signatures you can this way disable it

find in postbit_legacy template this code
HTML Code:

<if condition="$post['signature']">
                <!-- sig -->
                        <div>
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>

replace with this code
HTML Code:

<if condition="$post['signature']">
                <!-- sig -->
                                __________________<br />
                                $post[signature]
                <!-- / sig -->
                </if>

[/HTML]

GWLiaR 03-29-2008 05:58 AM

thanx.
teşekkürler


All times are GMT. The time now is 01:49 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.01512 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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