vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Post Reply and Quick Reply images (https://vborg.vbsupport.ru/showthread.php?t=90590)

calldaffer 03-30-2005 10:00 PM

Post Reply and Quick Reply images
 
Can someone lead me to a way to insert a faded image into the post reply screen and the quick reply screen. I can manage to get an image in but it warps my image to fit both boxes...I need for it to read from two different sized images and display the appropriate one on the posting screens....incase I am not being clear I've attached screenshots of the pages I am talking about..

Where is says "Please click one of the Quick Reply icons in the posts above to activate Quick Reply." I want to replace that with a small image and then I also need a bigger image to be displayed in my post reply screen.

Help please :D

Brandon Sheley 04-01-2005 07:46 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=60307" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=60307</a>

maybe this will help

calldaffer 04-01-2005 11:06 AM

thanks for the response but I'm not looking to add smilies in....I am wanting to add in my sites logo into the areas where you type your message out.

Jolten 04-01-2005 06:09 PM

I really don't understand what it is you're asking. your screenshots don't seem to fit with your post. I thought you were just wanting button images, but your latest post blows that idea out of the water. Perhaps you should try being a little more clear.

calldaffer 04-01-2005 07:47 PM

Quote:

Originally Posted by ScottW
I really don't understand what it is you're asking. your screenshots don't seem to fit with your post. I thought you were just wanting button images, but your latest post blows that idea out of the water. Perhaps you should try being a little more clear.


sorry man, do these images help?

Jolten 04-01-2005 11:06 PM

Yes. that helps.

You need to create a CSS style that will apply an image to the background. Then apply that CSS style to the text fields controlling the post windows.

calldaffer 04-02-2005 01:17 AM

so uhm....does anyone have that laying around :D I've no idea how to go about doing that....is there a walkthrough here on the site for it?

calldaffer 04-03-2005 10:49 AM

I figured it out...thanks for trying to help guys.

Brandon Sheley 04-04-2005 06:52 AM

maybe you can post how you did it ? my users would like it, i use to have a mod like it for phpBB, but that was a long time ago

ty

calldaffer 04-05-2005 04:16 AM

Quote:

Originally Posted by Loco Macheen
maybe you can post how you did it ? my users would like it, i use to have a mod like it for phpBB, but that was a long time ago

ty


sure thing man...

admin cp > style manager > main css > WYSIWYG Editor

Over in the extra CSS attributes I added this code:

Code:

background-position: center;
background-image:
url('http://yourimagehere.gif');
background-repeat: no-repeat;

I had to turn the opacity on my image down to about 30% to make it look good with text being typed over it. I then layed that over a solid color and saved that as the image I wanted to display then I set the background color in the WYSIWYG to the same exact color code as the background on the image so all would blend.

To be able to see this though your users need to have the enhanced editor turned on.

Hope this helps you out man ;)


All times are GMT. The time now is 08:00 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.01887 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)bbcode_code_printable
  • (2)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
  • (10)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