![]() |
Just wanted to show you the site so you could see what I am talking about....
www.myparentconnection.com |
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. |
okay....off to try that now :)
|
Quote:
|
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 :) |
StyleVars
Code:
http://www.myparentconnection.com/forums/images/girltalk/buttons 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/ 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 think you have forum or forums |
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!! :)
|
Quote:
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!!! |
Quote:
Post your header template here as well. |
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"> </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&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&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 |
Add what is in bold to the rest of image path.
old Code:
<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> Code:
<td class="headerlogo"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.myparentconnection.com/forums/images/logo/mpc_01.jpg" style="border:none;" width="199" height="119" alt="$vboptions[bbtitle]" /></td> |
Got it....thank you so much for all of your help! It's nice to know that there are nice people out there willing to help noobs when they need it, especially when they didn't have too :)
|
thanx a lot, nice style *clicked install*
|
I am sorry if this was already asked...but is there a way I can have this style work with iTrader?
|
I'm sorry, we have no experience with iTrader.
|
Any chance of a GT 4 with a color scheme more like this one?
|
Wow what a nice skin!! Great work!!
|
I absolutely love this skin and was looking for something along these colors!! Thank you so much!
Two questions: I am editing the .psd file (text portion), but how do I save just the text part itself? I'm use PSE. Also, how do I get this skin to be a default, so that everyone will see it? Again, thanks!! |
I'm sorry - whats PSE? :)
As for defautol skin - in the administration area you can specify which template is the default. |
I was wondering if I could get some guidance with this skin.
I have it setup and everything is working just fine. However, I'd like to make a modification to a background color and can't figure out where to do this. The best way for me to describe this is with screenshots. Here is my board: And the change I'd like to make is like this (the alternating background and borders of the post): I appreciate any help with this! Thanks in advance!! |
*Clicks install*
Awesome style! Thank you! :D |
Is it possible to update this style for 3.7.0? :D
|
All times are GMT. The time now is 01:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|