Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Background Image Surrounding Whole Postbit Details »»
Background Image Surrounding Whole Postbit
Version: 1.00, by TCE Killa TCE Killa is offline
Developer Last Online: Nov 2012 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.x Rating:
Released: 02-05-2008 Last Update: Never Installs: 13
Template Edits
 
No support by the author.

This will work on any versions of VB 3.6...

If you use and like, please press install.

Description: This gives users the option in their profile to select a background image of their choice to show up in their postbit.

Note: This could mess up the text/font in the postbit so I do advise you to add a border around the text/font in the postbit legacy or postbit templates.

Simply find this code in either postbit or postbit legacy (depending which one you use):

PHP Code:
$template_hook[postbit_userinfo_right_after_posts
And replace it with this code:

PHP Code:
<div style="border: 1px solid #000000; background-color: #FFFFFF; margin-bottom: 3px; padding: 3px;" width="100%">
$template_hook[postbit_userinfo_right_after_posts]
</
div
The border is set at 1 pixels and a black border (#000000) with a white background (#FFFFFF)... You can change any of that to suit your standards.

If you don't want the border to cover all of the text, simply add <div style="border: 1px solid #000000; background-color: #FFFFFF; margin-bottom: 3px; padding: 3px;" width="100%"> before each postbit text. (Example: you will add it before $post[usertitle] etc...) adding the </div> tags after. This will add an individual border around each postbit text/font.

Right now, lets get started.

First thing to do is create a new Profile Field through the Admin Control Panel.

Single Line Text Box

Title: Post Area Background

Description: Here you can add a background image for your post area (where your avatar is displayed) in posts. Just simply put in the address for your image for a cool looking post area of your choice. (Example: http://www.example.com/example.jpg)

The rest is up to you.

Now go to your postbit or postbit legacy template and find:

PHP Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"
Replace with:

PHP Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px" style="background-image: url($post[fieldXX]);"
Just replace the XX in the fieldXX with your Post Area Background field and you're done:up:, thats it. Hope you like and please click install if you use, thanks.

Show Your Support

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

Comments
  #2  
Old 02-06-2008, 05:31 AM
S7rik3R's Avatar
S7rik3R S7rik3R is offline
 
Join Date: Mar 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm ... might try out later ... by the way does it only supports the old kind of vbulletin? or it's compatible with the new vbulletin with horizontal indications ??

Thanks ~
Reply With Quote
  #3  
Old 02-06-2008, 10:41 AM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by S7rik3R View Post
Hmm ... might try out later ... by the way does it only supports the old kind of vbulletin? or it's compatible with the new vbulletin with horizontal indications ??

Thanks ~
I haven't tried it with the newer one, but I think it might work, just do the edits on the postbit template instead of the posbit legacy template.
Reply With Quote
  #4  
Old 02-06-2008, 01:48 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.6.7

$template_hook[postbit_userinfo_right_after_posts]

cant find that at all

and/or anything close to that

however i did find something close to the second one and i did just the mod on that second shit thing you said

and im not getting anything

i would realy like to get this working this was something that my members were asking for since a year ago when i got off proboards
Reply With Quote
  #5  
Old 02-06-2008, 02:23 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i fixed the problem

people with vb version 3.6.7
with or with out postbit_legacy already modified

Search For:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

Replace with:

<td class="alt2" width="175" style="background-image: url($post[fieldXX]);" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

Changing the XX of course

Thats is it thats all i did and it works fine on 3.6.7
Reply With Quote
  #6  
Old 02-06-2008, 02:43 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MiahBeSmokin420 View Post
ok i fixed the problem

people with vb version 3.6.7
with or with out postbit_legacy already modified

Search For:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

Replace with:

<td class="alt2" width="175" style="background-image: url($post[fieldXX]);" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

Changing the XX of course

Thats is it thats all i did and it works fine on 3.6.7

Glad you got it to work, I tested with most versions of vBulletin 3.6.x and it worked, some I didn't test but presumed it would work anyway.

For the border thing, if you can not find that bit of text I put up, then simply add <div style="border: 1px solid #000000; background-color: #FFFFFF; margin-bottom: 3px; padding: 3px;" width="100%"> before each postbit text (location etc... in your postbit or postbit legacy), make sure you add the </div> tags after.

Please mark installed if you're using, thanks.
Reply With Quote
  #7  
Old 02-06-2008, 03:11 PM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ahh see i just add

<div class="postdata">

</div>

around my lil fields in postbit legacy
Reply With Quote
  #8  
Old 02-08-2008, 08:56 AM
bazzup bazzup is offline
 
Join Date: Dec 2006
Location: Liverpool
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so the images have to be a certain size then?

cant we get this to resize cos if someone posts a few images in their post it will have a blank space below the image in post bit
Reply With Quote
  #9  
Old 02-08-2008, 12:29 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not sure how to resize them, but if you put a small background in, it repeats so there is no blank image in there.... If it is small enough, it can repeat the image 2-3 times.
Reply With Quote
  #10  
Old 02-08-2008, 02:58 PM
bazzup bazzup is offline
 
Join Date: Dec 2006
Location: Liverpool
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TCE Killa View Post
I am not sure how to resize them, but if you put a small background in, it repeats so there is no blank image in there.... If it is small enough, it can repeat the image 2-3 times.
I just made one repeating anyway turned the opacity down so my text don't get covererd as easy

clicked install
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 06:43 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.04494 seconds
  • Memory Usage 2,307KB
  • Queries Executed 23 (?)
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
  • (4)bbcode_php
  • (3)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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