vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   girlTalk - the gift of gab (https://vborg.vbsupport.ru/showthread.php?t=106075)

FLMom 03-07-2006 02:49 PM

Just wanted to show you the site so you could see what I am talking about....

www.myparentconnection.com

Barbarian 03-07-2006 04:21 PM

Example of a missing image: http://www.myparentconnection.com/im...irlTalk_01.gif

Find the girltalk folder inside Upload (in the zip you downloaded), and upload the entire folder to your /images/ folder.

FLMom 03-07-2006 04:50 PM

okay....off to try that now :)

LEAD_WEIGHT 03-07-2006 04:57 PM

Quote:

Originally Posted by FLMom
okay....off to try that now :)

I would thought you had this resolved by now? Did you make full url paths to all images in StyleVars and Main CSS? You need to also edit the header template aswell to full url path to get your images to appear in cmp.

FLMom 03-08-2006 12:34 AM

I must be a complete idiot because I am just not getting this :o

Okay, so when you say, "Did you make full url paths to all images in StyleVars and Main CSS?" would that be this~ images/girltalk/buttons & images/girltalk/statusicon? I tried it with http://www.mydomain.com in front and nothing showed up.
And with the main CSS, I found this section, but am not sure where to put the full url paths. And again with the header template, where do I put it exactly.

Remember, I have never done this before and this is all like a foreign language...very confusing, but once I get it, I get it :)

LEAD_WEIGHT 03-08-2006 04:09 PM

StyleVars
Code:

http://www.myparentconnection.com/forums/images/girltalk/buttons
http://www.myparentconnection.com/forums/images/girltalk/statusicon
http://www.myparentconnection.com/forums/images/images/attach
http://www.myparentconnection.com/forums/images/misc
http://www.myparentconnection.com/forums/images/editor
http://www.myparentconnection.com/forums/images/polls
http://www.myparentconnection.com/forums/images/rating
http://www.myparentconnection.com/forums/images/reputation

Main CSS
Look for this ' Standard CSS Attributes ' and you will see Background:#E5E5E5 url(images/gradients/gradient_tcat.gif) repeat-x top left
You just add
Code:

http://www.myparentconnection.com/forums/
inside the bracket in front of image path like so.
Background:#E5E5E5 url(http://www.myparentconnection.com/forums/images/gradients/gradient_tcat.gif) repeat-x top left
Just find the rest and do the same, you might need to do it to all, but then it is not my style and I do not know much on it.
Also check in Main CSS in Additional CSS Definitions -> (Customized in this Style)

You need to check the header and add in this below, in front of what is there.
Code:

http://www.myparentconnection.com/forums/
I know you uploaded the file correctly, as I seen it working on forums and it was not displaying on cmp's. You just add what is above and it should work.

I think you have forum or forums

FLMom 03-08-2006 05:30 PM

YAY!!! SO far so good! I only did the first part and now I can at least see the icons and buttons....will do the rest later when I have time. I just had to come on here and tell you thank you! You are amazing!! Thanks for being so patient with me!! :)

FLMom 03-08-2006 06:20 PM

Quote:

Main CSS
Look for this ' Standard CSS Attributes ' and you will see Background:#E5E5E5 url(images/gradients/gradient_tcat.gif) repeat-x top left
You just add
Code:

http://www.myparentconnection.com/forums/
inside the bracket in front of image path like so.
Background:#E5E5E5 url(http://www.myparentconnection.com/forums/images/gradients/gradient_tcat.gif) repeat-x top left
Just find the rest and do the same, you might need to do it to all, but then it is not my style and I do not know much on it.
Okay, I found all of the 'Standard CSS Attributes', actually there were quite a few of them, but only two that had any type of path in it:

Table Header- Background #E0E6AF url(images/girltalk/girlTalk_07.gif) repeat

and

Buttons- Background #E0E6AF url(images/girltalk/girlTalk_07.gif) repeat

**Are these the only two I should mess with? I did try adding what you said but it didn't work. Also, I didn't see anything with gradients in it?

So the last thing with the additional CSS Definitions (customized in the style)~ It worked!!!! Thank you, Thank you, Thank you!!!

LEAD_WEIGHT 03-09-2006 01:20 AM

Quote:

Originally Posted by FLMom
Okay, I found all of the 'Standard CSS Attributes', actually there were quite a few of them, but only two that had any type of path in it:

Table Header- Background #E0E6AF url(images/girltalk/girlTalk_07.gif) repeat

and

Buttons- Background #E0E6AF url(images/girltalk/girlTalk_07.gif) repeat

**Are these the only two I should mess with? I did try adding what you said but it didn't work. Also, I didn't see anything with gradients in it?

So the last thing with the additional CSS Definitions (customized in the style)~ It worked!!!! Thank you, Thank you, Thank you!!!

Can you post a picture of your StyleVars and anything with images in Main CSS.

Post your header template here as well.

FLMom 03-09-2006 01:48 AM

Here is the header template:

<!-- logo -->
<a name="top"></a>
<table border="0" cellpadding="0" cellspacing="0" class="wrapper">
<tr>
<td class="headerbg"><table width="654" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="headerlogo"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/logo/mpc_01.jpg" style="border:none;" width="199" height="119" alt="$vboptions[bbtitle]" /></td>
<td class="headerlogo2">&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td class="nav"><div class="navpad">
<!-- nav buttons bar -->
<div align="center">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<td><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" ><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
<if condition="$show['member']">
<td id="usercptools" ><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td ><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scroll bars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
<if condition="$show['member']">
<td ><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
</div></td>
</tr>
<tr>
<td class="contentbg"><div class="contentpad">
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output


All times are GMT. The time now is 05:09 AM.

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.01833 seconds
  • Memory Usage 1,762KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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