Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Next Generation Postbit_Legacy View Details »»
Next Generation Postbit_Legacy View
Version: 1.0.0, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.7.x Rating:
Released: 03-26-2008 Last Update: 03-26-2008 Installs: 106
Uses Plugins Auto-Templates
Translations  
No support by the author.

WHAT DOES IT?: please look at attachments!!

INSTALL INSTRUCTIONS: just import product xml file via product manager

for who will use Orange Postbit Legacy Background

HTML Code:
.postbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ebebeb; 
background-image: url(images/postbitbg.gif);
background-repeat: repeat-x;
border-top: 1px solid #febb51;
border-right: 2px solid #febb51;
border-left: 1px solid #febb51;
border-bottom: 2px solid #febb51;
margin-bottom: 3px;
}
also you can post into this thread your own created next gen postbit legacy view css'

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-27-2008, 05:49 AM
MikeHolohan's Avatar
MikeHolohan MikeHolohan is offline
 
Join Date: Mar 2007
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Mike.
Reply With Quote
  #13  
Old 03-27-2008, 05:59 AM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MikeHolohan View Post
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
Reply With Quote
  #14  
Old 03-27-2008, 06:05 AM
MikeHolohan's Avatar
MikeHolohan MikeHolohan is offline
 
Join Date: Mar 2007
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, I have another hack using the postbit legacy...vbexperience... is there a work around?
Reply With Quote
  #15  
Old 03-27-2008, 01:26 PM
ramsayeg ramsayeg is offline
 
Join Date: Mar 2008
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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.
Reply With Quote
  #16  
Old 03-27-2008, 01:36 PM
yaoren's Avatar
yaoren yaoren is offline
 
Join Date: May 2007
Location: Maryland, USA
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[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!
Reply With Quote
  #17  
Old 03-27-2008, 03:45 PM
MikeHolohan's Avatar
MikeHolohan MikeHolohan is offline
 
Join Date: Mar 2007
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ramsayeg View Post



I actually turned the hack on along with VBE, there are no problems.
I have them both turned on too, but nothing has changed...
Reply With Quote
  #18  
Old 03-27-2008, 04:19 PM
leylandfor leylandfor is offline
 
Join Date: Nov 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have vbcredits insalled, will this postbit still show the users credits?
Reply With Quote
  #19  
Old 03-28-2008, 11:28 AM
maidos maidos is offline
 
Join Date: Jul 2006
Posts: 925
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #20  
Old 03-28-2008, 11:17 PM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by maidos View Post
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]
Reply With Quote
  #21  
Old 03-29-2008, 05:58 AM
GWLiaR GWLiaR is offline
 
Join Date: Mar 2008
Location: Mersin/TR
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanx.
teşekkürler
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05913 seconds
  • Memory Usage 2,317KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_html
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete