Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free vBulletin Templates > Darkness

Postbit.

Our most popular gaming template for vBulletin. Comes with heaps of free headers.
    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 01-03-2008, 11:42 AM   #1 (permalink)
 
Title: Member
Join Date: Dec 2007
Posts: 23
Rep Power: 0 TCE Killa is on a distinguished road
Postbit.



As you can see with that picture, my post bit is a bit weird. See the blacks bars behind rep, posts etc? How do I get them black bar behind for other things like cash, thank you's etc? Sure their is away editing something in the templates.

Thanks.
TCE Killa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-03-2008, 09:36 PM   #2 (permalink)
 
Xenoth's Avatar
 
Title: Member
Join Date: Dec 2007
Location: Brisbane, Australia
Age: 28
Posts: 92
Rep Power: 2 Xenoth is on a distinguished road
Re: Postbit.

you need to put those extra fields that have no border, into a div that gives them the border, like so:

Code:
<div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px; padding: 3px;" width="100%">

Your field displays here.

</div>
see the bit that says
Quote:
Your field displays here
??

that bit will be in the border. Just find the appropriate fields in your postbit_legacy template and wrap them in the divs. any code that is contained in the div above will display in the border like you want.
Xenoth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-04-2008, 02:41 AM   #3 (permalink)
 
Title: Member
Join Date: Dec 2007
Posts: 23
Rep Power: 0 TCE Killa is on a distinguished road
Re: Postbit.

Thanks, but this is the bit I got for my post thanks postbit legacy:

<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td class="alt2" width="175">
<if condition="$post['post_thanks_amount'] == 1">
<strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong>
<else />
<strong><phrase 1="$post[post_thanks_amount_formatted]" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></strong>
</if>
<if condition="$bbuserinfo['usergroupid'] == 6">
<br /><a href="post_thanks.php?do=post_thanks_remove_all&am p;p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_all($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a>
</if>
<if condition="$post['show_thanks_remove_option']">
<br /><a href="post_thanks.php?do=post_thanks_remove_user&a mp;p=$post[postid]"<if condition="$vboptions['disable_ajax'] != 2"> onclick="post_thanks_remove_user($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a>
</if>
</td>
<td class="alt1"><div>$post[post_thanks_bit]</div></td>
</tr>
</table>
</div>

-----------------------

I can't find the points post bit edits. Do you know where I should put it in for the thanks post bit?

Thanks man.
TCE Killa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-04-2008, 02:59 AM   #4 (permalink)
 
Xenoth's Avatar
 
Title: Member
Join Date: Dec 2007
Location: Brisbane, Australia
Age: 28
Posts: 92
Rep Power: 2 Xenoth is on a distinguished road
Re: Postbit.

could you attach me the whole postbit_legacy template as a text file please?
Xenoth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-04-2008, 03:53 AM   #5 (permalink)
 
Title: Member
Join Date: Dec 2007
Posts: 23
Rep Power: 0 TCE Killa is on a distinguished road
Re: Postbit.

Quote:
Originally Posted by Xenoth View Post
could you attach me the whole postbit_legacy template as a text file please?
Here is my whole post bit legacy in notepad, it would be great if you can help, highly appreciate it, thanks.
Attached Files
File Type: txt postbit.txt (15.2 KB, 3 views)
TCE Killa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-04-2008, 05:11 AM   #6 (permalink)
 
Xenoth's Avatar
 
Title: Member
Join Date: Dec 2007
Location: Brisbane, Australia
Age: 28
Posts: 92
Rep Power: 2 Xenoth is on a distinguished road
Re: Postbit.

Quote:
Originally Posted by TCE Killa View Post
Here is my whole post bit legacy in notepad, it would be great if you can help, highly appreciate it, thanks.
ok ive looked at it, its using the hook system to get in there

(you can see it at line 66)

your going to either,

1 (easiest): wrap that whole hook [postbit_userinfo_right_after_posts] thing on line 66 in a div and see if that works, if it does then those 4 entries you want the border around will have a border, just not individually.

2 (slightly harder, but much better): edit the templates or plugins for those 4 fields. As i dont know what products your using, i cant tell you what to edit. best if you ask where to edit them from the place you got those products from.

attached:
1: new postbit_legacy code... (easy method 1, see if it works for you.)
2: image of the line that is inserting your "points" "donate" "thanks" & "thanked" lines....
Attached Thumbnails
postbit-template.jpg  
Attached Files
File Type: txt easy method 1.txt (15.3 KB, 4 views)
Xenoth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-04-2008, 05:46 AM   #7 (permalink)
 
Title: Member
Join Date: Dec 2007
Posts: 23
Rep Power: 0 TCE Killa is on a distinguished road
Re: Postbit.

Thanks alot for that, I am using the easy method you attached for me for the time being and I'll ask the product designers in what to edit, but this is fine for now. Thanks for taking the time to do this for me, coding is way to confusing for me, thanks alot.
TCE Killa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-05-2008, 09:27 PM   #8 (permalink)
 
Xenoth's Avatar
 
Title: Member
Join Date: Dec 2007
Location: Brisbane, Australia
Age: 28
Posts: 92
Rep Power: 2 Xenoth is on a distinguished road
Re: Postbit.

no problems... i noticed on your site your using an image to display the name of each forum, what is the name of that mod?? i could use it, ive searched vbulletin.org and i cant seem to find it. thanks.
Xenoth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-06-2008, 05:20 AM   #9 (permalink)
 
Title: Member
Join Date: Dec 2007
Posts: 23
Rep Power: 0 TCE Killa is on a distinguished road
Re: Postbit.

Hey man, it's not a mod, instead of putting text on your Forums and Moderators in the Control Panel for your forums, just take the text out and put a picture in there instead. Upload an image or images to your forums images and put in this code in the title of your forums (replacing the text):

<img border="0" src="http://www.yourdomain.com/forum/images/motorhome.jpg">

That's what I done. Hope that helped.
TCE Killa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-06-2008, 06:31 PM   #10 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,916
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Postbit.

Sorry for the late response, like said above those fields are added by a plugin so u will need to edit the postbit for the plugin
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Postbit.
Thread Thread Starter Forum Replies Last Post
Postbit width is off in VB w/BP-grey theshark Need Help? 13 07-29-2006 02:06 AM
Postbit Template - Coding Around Date/Time & Post/Inlinemod LEAD_WEIGHT Need Help? 4 01-31-2006 03:48 PM
postbit_legacy & apply it to postbit? paulnewman Bluepearl 0 06-26-2005 11:40 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 02:40 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52