Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
  #1  
Old 07-08-2002, 07:37 AM
SemperFidelis SemperFidelis is offline
 
Join Date: May 2002
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Postbit Modifications

Attached is a copy of my current postbit.

What I want to do is :
- get avatars to start showing up (as shown in the next post)
- remove the verticle and horizontal line (as shown in the next post)
- get online status to appear on correct line
- align 'Report this post to a moderator | IP: Logged' to the bottom of post
- general cleanup of the postbit itself



Can someone please give me a hand with this ?
Attached Files
File Type: txt modified postbit.txt (5.3 KB, 25 views)
Reply With Quote
  #2  
Old 07-08-2002, 08:23 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A) $post[avatar]

B) use css... or you can just kill the cellpadding and spacing but then thats just ;\

C) probably in the posbit_offline and postbit_online there's a '<br>' you have to remove

D) you'd probably have a make a new table to include it so you could align it to the bottom (easy i would think :P)

E) Personally im not a fan of this postbit nice colors but the buttons are dull and ugly ;p just my opinons though

F) Finally next time post this in the tempate modifiactions

g-force2k2
Reply With Quote
  #3  
Old 07-08-2002, 11:28 AM
SemperFidelis SemperFidelis is offline
 
Join Date: May 2002
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the reply g-force2k2
Greatly appreciated


Quote:
Originally posted by g-force2k2
A) $post[avatar]
$post[avatar] is already in there


Quote:
Originally posted by g-force2k2
B) use css... or you can just kill the cellpadding and spacing but then thats just ;\
Can you please be more specific


Quote:
Originally posted by g-force2k2
C) probably in the posbit_offline and postbit_online there's a '<br>' you have to remove
postbit_offline :
<div style="width:100%; filter:glow(color=red, strength=4)">
Offline !
</div>
postbit_online :
<div style="width:100%; filter:glow(color=green, strength=4)">
Online !
</div>


Quote:
Originally posted by g-force2k2
D) you'd probably have a make a new table to include it so you could align it to the bottom (easy i would think :P)
I attempted to follow these instructions :
http://www.vbulletintemplates.com/mo...s=&threadid=29
But didnt have too much success

Quote:
Originally posted by g-force2k2
E) Personally im not a fan of this postbit nice colors but the buttons are dull and ugly ;p just my opinons though
Comments appreciated.
Although dont think for a second it will be staying that way !
ATM its just this style Dade released here :
https://vborg.vbsupport.ru/showthrea...threadid=40530
Plenty of customizations to come yet
Ive only just recently started learning this stuff, and Im lovin it



Quote:
Originally posted by g-force2k2
F) Finally next time post this in the tempate modifiactions
Doh !
That'll teach me for havin 2 windows open !
Can a mod please move this over ?
Thanks


Can someone please have a look at the postbit I attached above and walk me thru exactly what needs to be done ?
Cheers
Reply With Quote
  #4  
Old 07-08-2002, 12:31 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here let me give it another shot

A) $post[avatar] doesn't work because your table isn't correct

find:

PHP Code:
</table>
</
tr>
<
tr>
<
td width="100%"
replace with:

PHP Code:
</table>
</
td>
</
tr>
<
tr>
<
td width="100%"
see if that fixes that part

B) thats the toughest one there is in my opinion and the best thing i can say is learn some css style sheets or just stick with having those lines there...

C) Instead of using the div tags just since the regular font tags...
(don't use glow but this should work)
<font style="filter:glow(color=red, strength=4)">

D) find this coding:

PHP Code:
    <p>$post[editedby]</p
after it add:

PHP Code:
</td></tr></table>
<
table cellpadding="0" cellspacing="0" border="0" border="0" width="100%" valign="bottom"><tr><td width="100%"
not sure if that'll work but i just put the code together now

E) thats good to hear

g-force2k2
Reply With Quote
  #5  
Old 07-08-2002, 12:56 PM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ups, i should reload the page before posting

I had the same problem with the glowing online/offline!
I think it has to do with div. Try to make it without div, for me it works!
Reply With Quote
  #6  
Old 07-08-2002, 02:38 PM
SemperFidelis SemperFidelis is offline
 
Join Date: May 2002
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers g-force2k2
Its starting to get somewhere now
I ll post a screengrab when shes all finished to see what you think
Reply With Quote
Reply

Thread Tools
Display Modes

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 06:46 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.07978 seconds
  • Memory Usage 2,241KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete