vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 09-15-2005, 11:52 PM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default When I try and make a new style my images won't show up on the front page (cmps page)

I read the faq already and stuff and can't seem to get it to work. If I keep my old style then it works, but as soon as I set my new style to be default, all of the images on the cmps page are broken, but the forum page is right.

I don't know how to fix this, I tried reuploading stuff over other stuff a lot to no avail.

Any ideas? I can't seem to get it working right.
Reply With Quote
  #2  
Old 09-15-2005, 11:54 PM
ConqSoft's Avatar
ConqSoft ConqSoft is offline
Senior Member
 
Join Date: Jan 2004
Location: Raleigh, NC
Posts: 1,364
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

http://www.vbadvanced.com/forum/showthread.php?t=1345
__________________
My Blog
GPS Discussion Forum

*** Please do not contact me privately for help. Thanks. ***
Reply With Quote
  #3  
Old 09-16-2005, 12:02 AM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

I read that lol, but I don't think I get it. Like how do I do the second option?

Last edited by GamingVidz.com; 09-16-2005 at 12:06 AM.
Reply With Quote
  #4  
Old 09-16-2005, 12:58 AM
Scribbller Scribbller is offline
Junior Member
 
Join Date: Jun 2005
Posts: 25
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

run your install file again and select image path option from there and sort out the image paths.
Reply With Quote
  #5  
Old 09-16-2005, 01:20 AM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

That only gives me the options for the icons though. Which isn't my current problem.
Reply With Quote
  #6  
Old 09-16-2005, 01:13 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

Admin CP => Style Manager => {select style} => All Style Options

Go there and make sure you have the full URL entered for each option listed under the Image Paths section.
Reply With Quote
  #7  
Old 09-26-2005, 04:19 AM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

Ok, that works for the first few that look like this:

PHP Code:
       <td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></td
but what about when they look like this?:

PHP Code:
<td width="100%" height="159" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/header_top_x.jpg"><img src="$stylevar[imgdir_misc]/header_top_x.jpg" width="100%" height="159" alt="" /></td
Then I don't know how to fix that.

Could it be since I currently have two folders right now, one that is named ambience (my current style) and I named the second one ambiences, so that I could have two folders? If I just simply changed their names would my other style then work?
Reply With Quote
  #8  
Old 09-26-2005, 10:55 AM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

For the second instance, where it's using $stylevar, make sure that you're variables in the Image Paths section are also fully defined (ACP --> Styles & Templates --> Style Manager --> {your style} --> {"Image Paths" in the second block of options from the top}).
Reply With Quote
  #9  
Old 09-26-2005, 03:59 PM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

I'm not quite sure I understood you there. Do you think if I just changed the folder name it could fix all the crap? Heh, I jsut want to implement this new style as well as a liquid one without having to have any down time cause my site gets screwed up.
Reply With Quote
  #10  
Old 09-26-2005, 04:00 PM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

Quote:
Originally Posted by Brian
Admin CP => Style Manager => {select style} => All Style Options

Go there and make sure you have the full URL entered for each option listed under the Image Paths section.
So are you saying like for manual editing of code or is it something much easier that I'm missing?
Reply With Quote
  #11  
Old 09-26-2005, 04:04 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

Whenever you see something like "$stylevar" that "$" is indicating that the name is a variable so by changing the paths in the "Image Paths" section the variable is then updated which means you don't have to change anything else.

If you see something like "style="background-image: url(my/images/folder/header_top_x.jpg" then the "my/images/folder" would need to be changed directly.
Reply With Quote
  #12  
Old 09-26-2005, 04:31 PM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

Quote:
Originally Posted by KW802
Whenever you see something like "$stylevar" that "$" is indicating that the name is a variable so by changing the paths in the "Image Paths" section the variable is then updated which means you don't have to change anything else.

If you see something like "style="background-image: url(my/images/folder/header_top_x.jpg" then the "my/images/folder" would need to be changed directly.

I think I see some spots where I could fix some of them by just linking directly to where it's located, but for the background image thing, I still don't understand. Like how can I fix it? What you said earlier prompted me to figuring out a few other things, but the part about the stylevar and the background image threw me off. Which "Image Paths" section, is that within vbulletin cmps control panel or the forum control panel. Sorry, I'm new heh.
Reply With Quote
  #13  
Old 09-26-2005, 08:20 PM
GamingVidz.com GamingVidz.com is offline
Senior Member
 
Join Date: Jul 2005
Posts: 265
Default Re: When I try and make a new style my images won't show up on the front page (cmps page)

Ok, thanks a bunch, I think I figured it out

Last edited by GamingVidz.com; 09-26-2005 at 08:47 PM.
Reply With Quote
Reply


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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CMPS co-existing with Microsoft Front Page disco4me "How Do I..." Questions 5 08-24-2005 03:01 PM
how is the news triggered to show up on front page? r13ater "How Do I..." Questions 3 07-09-2005 10:45 AM
Show threads on front page, but deny forum access? valentine Troubleshooting / "How do I..." Questions 5 01-31-2005 10:54 AM
Resizing main CMPS table on front page? Velicos Troubleshooting / "How do I..." Questions 1 11-01-2004 10:50 AM


All times are GMT -4. The time now is 08:25 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.