vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Hybrid postbit (https://vborg.vbsupport.ru/showthread.php?t=100958)

stonyarc 11-15-2005 10:00 PM

Hybrid postbit
 
Hybrid postbit

Function

Both the legacy and the classic postbit have their advantages. So why not combine them. The legacy itself sometimes seems to big with smaller posts.

This is how the hybrid postbit might look like.
[See screenshot]

Creativity is key.

Live demo: http://www.xboxusersgroup.com/forums/
Requested by

/

Prereq

Activate the legacy postbit.
You can activate this in the admincp / Style & Language Settings (bottom)

Installation

1. open postbitlegacy template in the style manager (postbit templates)
2. look for

Code:

<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

And remove or comment out by putting <!--- CODE --->

3. look for

Code:

       
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td class="alt1" id="td_post_$post[postid]">
</if>

add below

Code:

<!-- start top info post -->
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" widht="100%">
<tr>
<td class="alt2" style="font-weight:normal;font-size:10px;width:100%" align="left">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
</div>
</td>
<td class="alt2" style="font-weight:normal;font-size:10px;width:200px" align="right">
<if condition="$post['rank']"><center><div class="smallfont">$post[rank]</div></center></if>
</td>
</tr>
</table>
<BR>
<!-- End top info post -->

3. save template and done

Variants

- You can add a different functions/phrases/info to different locations.

Live demo
Live demo: http://www.xboxusersgroup.com/forums...ad.php?t=47578

StonyArc

stonyarc 11-16-2005 08:19 PM

Reserved

Dan 11-16-2005 08:23 PM

I like it :D it has a nice mixture of legacy and the new postbit :D

stonyarc 11-16-2005 08:28 PM

Quote:

Originally Posted by Dan
I like it :D it has a nice mixture of legacy and the new postbit :D

Well creativity is key here. As you can see on the live demo.

Omega Prime 11-16-2005 10:08 PM

Great idea!! Installed and working nicely :)

Kran 11-16-2005 10:16 PM

Can I get some screens? I can't seem to load the site :(

stonyarc 11-16-2005 10:17 PM

Quote:

Originally Posted by Kran
Can I get some screens? I can't seem to load the site :(

I attached a screenshot.

They are doing maintenance on the server

Kran 11-16-2005 10:24 PM

Thanks! Looks good.

EDIT: I'll ask my members if they want it. Thanks :)

TyleR 11-16-2005 10:31 PM

installed and lovin it..thanks :)

akanevsky 11-16-2005 10:31 PM

Not a good idea to have username in the middle of the post. I'd suggest you place the avatar or other extra info there instead. Because a user usually looks into top left corner first, the most important info (the username) must be there :)

donBLACK 11-17-2005 02:12 AM

I like it...Vision, maybe u can mod it to look diff so it does what u say?

Living in music 11-17-2005 03:19 AM

Quote:

Originally Posted by Psionic Vision
Not a good idea to have username in the middle of the post. I'd suggest you place the avatar or other extra info there instead. Because a user usually looks into top left corner first, the most important info (the username) must be there :)

i have opinion too

stonyarc 11-17-2005 06:37 AM

Quote:

Originally Posted by Psionic Vision
Not a good idea to have username in the middle of the post. I'd suggest you place the avatar or other extra info there instead. Because a user usually looks into top left corner first, the most important info (the username) must be there :)

Well it's up to people to use whatever phrase/function they like there.

You can create 100's of variations, add css classes, etc

this is just a framework to play with.

lordofgun 11-17-2005 06:20 PM

I like the idea. I tweaked mine a bit.

michaelbenson 11-17-2005 07:35 PM

Thanks, this looks a really ingenuitive modification.
Of course some tweaking looks neccessary though. Installed.

stonyarc 11-17-2005 08:07 PM

Quote:

Originally Posted by michaelbenson
Thanks, this looks a really ingenuitive modification.
Of course some tweaking looks neccessary though. Installed.

You're right if you look at the live demo, it's also different. It's just the idea.

With small posts the legacy looks off a bit and the basic one isn't that cool so why not meet in the middle.

If people need help with tweaks just let me know

Drop in a screenshot or a link to a live demo of your final result !!!!!!!!!!

LIVE DEMO
http://www.xboxusersgroup.com/forums...ad.php?t=47578

Gizmo5h1t3 11-17-2005 08:31 PM

Quote:

Originally Posted by lordofgun
I like the idea. I tweaked mine a bit.


like the display odf that postbit mate...u got the code mods for that plz??

Snake 11-17-2005 08:58 PM

Not bad... :)

lordofgun 11-18-2005 01:01 AM

Quote:

Originally Posted by Gizmo5h1t3
like the display odf that postbit mate...u got the code mods for that plz??

I'll PM you.

TyleR 11-18-2005 01:35 AM

Quote:

Originally Posted by lordofgun
I'll PM you.

Well now..your's doesnt look to bad either..hmm..mind PM'ing me yours aswell, lordofgun? :)

dan35 11-18-2005 02:47 AM

Pls pm me too or post it here ;)

Thx!

G-Force 199 11-18-2005 03:19 AM

Nice hack & Click Install.
Can u give people a txt or zip ?

BiReL41r 11-27-2005 11:15 PM

Great hack, finally I have it on the left, rather than at the top.

MustangLisa 01-17-2006 04:22 PM

Thanks!!

Raymondlee714 01-26-2006 04:43 AM

Hi, this is a nice, but some howi can install, please help thanks

devilrulez 02-04-2006 01:57 PM

i tried this but didnt worked on my forum....

i hv vb 3.5.3 on my forum...

how to Activate the legacy postbit?

devilrulez 02-04-2006 02:20 PM

Quote:

Originally Posted by devilrulez
i tried this but didnt worked on my forum....

i hv vb 3.5.3 on my forum...

how to Activate the legacy postbit?


:D


I worked that out.... nice one there

o0Hubba0o 02-20-2006 03:10 AM

Curious if anyone can tell what I need to do to keep my vertical part of the postbit from squishing up, what I need to adjust or add to keep it set at the width it's supposed to be.

It's too narrow now and making the text in the info below wrap and the whole thing stretch down, which defeats the purpose of me adding the hybrid mode; to reduce the vertical length of the side heh. For example; the age and gender used to be on the same line.

http://img.photobucket.com/albums/v4...20Anon/psl.gif

eNforce 02-20-2006 07:46 AM

Installed, this is quite nice.

Here's my board:
http://www.seriosgaming.com/showthread.php?t=2662
You can use it in your first post as a live demo if you want.

Oddjob 03-07-2006 07:24 PM

Quote:

Originally Posted by lordofgun
I'll PM you.

Can you PM me with that code as well??????????

The Chief 03-22-2006 01:02 AM

Just installed (basically for the idea) very ingenious idea :)

here is what I did with mine, tried to use every little part of the post and make it look good:

here is demo

3z3k3l 03-30-2006 12:30 PM

Quote:

Originally Posted by devilrulez
i tried this but didnt worked on my forum....

i hv vb 3.5.3 on my forum...

how to Activate the legacy postbit?

I found it, Go to VBOptions>Style and Language Settings>Enable legacy.

Can someone post up the template mods for LordofGuns Template modifications? It looks great too!

PabloAM 03-31-2006 01:03 PM

Quote:

Originally Posted by The Chief
Just installed (basically for the idea) very ingenious idea :)

here is what I did with mine, tried to use every little part of the post and make it look good:

here is demo

PLEASE THE Chief,, I like you template :surprised: and I have this horribilus template http://img139.imageshack.us/img139/9894/11og.th.jpg

Who you created???
Please help me! :confused:

Roms 04-02-2006 05:35 AM

!!!!!!

You need to be a member of your site to view the demo???? Why did you even bother to post a link then? Honestly, do you think I'm going to take the time to register? I'm older and more willing and even I won't do it, you think someone in thier 20's will?

Allan 04-09-2006 12:07 AM

Nice, and thanks :)

Click Install ;)

o0Hubba0o 04-09-2006 12:48 AM

Quote:

Originally Posted by infantrymen
!!!!!!

You need to be a member of your site to view the demo???? Why did you even bother to post a link then? Honestly, do you think I'm going to take the time to register? I'm older and more willing and even I won't do it, you think someone in thier 20's will?

I'm the same way, don't like registering at a site I might not ever go to just to see something, but dude, he posted an attachment too. lol chill out. ;)

stonyarc 04-16-2006 11:45 AM

Quote:

Originally Posted by o0Hubba0o
I'm the same way, don't like registering at a site I might not ever go to just to see something, but dude, he posted an attachment too. lol chill out. ;)


On http://www.xboxusersgroup.com/forums/ just go to whatever post.

You don't need to register to see posts or most of the forums.

GrendelKhan{TSU 04-17-2006 01:45 PM

Quote:

Originally Posted by The Chief
Just installed (basically for the idea) very ingenious idea :)

here is what I did with mine, tried to use every little part of the post and make it look good:

here is demo

wow! that looks awesome!
man...don't know if that is inspiring or depressing. lol ;)

I have yet to get mine look the way I want it. :(

<< color me jealous.

GrendelKhan{TSU 04-17-2006 01:50 PM

Quote:

Originally Posted by o0Hubba0o
Curious if anyone can tell what I need to do to keep my vertical part of the postbit from squishing up, what I need to adjust or add to keep it set at the width it's supposed to be.

It's too narrow now and making the text in the info below wrap and the whole thing stretch down, which defeats the purpose of me adding the hybrid mode; to reduce the vertical length of the side heh. For example; the age and gender used to be on the same line.

first.... great job! looks awesome! (but yah...too high)
second.... I think it got smushed cause your horital postbit has images that are too wide and forcing your legacy to smush. its being constrained by your whole thread wide (forumdisplay?).

ie: try reducing size of the purple and pink rank images.

WolfsongNevan 04-18-2006 10:03 PM

Does anyone have vbPlaza installed and is running Hybrid Postbit as well? Our TechSupport went to install this today, but said he was concerned because it's editing/modifying/deleting stuff from vbPlaza ....


All times are GMT. The time now is 02:35 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.01284 seconds
  • Memory Usage 1,827KB
  • 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
  • (3)bbcode_code_printable
  • (16)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
  • (40)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