PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 18th, 2010, 09:18 PM   #1 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
StyleVar for main category in 4.0?

http://i837.photobucket.com/albums/z...pperror_03.jpg

Do you know what controls the Category color? Right now everything is the same color.
Fortissimo is offline   Reply With Quote
Old January 19th, 2010, 06:25 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
The stylevar is right in the categories template

Reeftalk Forums

A community photo gallery - ReefTalk Gallery

The category template is a completely table free vb 40 design template so it uses the vb full design. It should look completely the same as your forum list.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 19th, 2010, 09:12 AM   #3 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
Then there is something wonky going on. Here is our forum and our gallery is here.
Fortissimo is offline   Reply With Quote
Old January 19th, 2010, 09:33 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
There is nothing wonky at all going on.

Your forum and gallery look completely the same like mine.

I always say a picture is work a thousand words so I visited your site and took a snapshot of your forum cat list and then our catlist. Both have that little green topbar and then the rest of the table is white and your tableboreder appears to be that green color. Look the same to me
Attached Images
File Type: jpg fortissimo1.jpg (99.3 KB, 7 views)
File Type: jpg fortissimo2.jpg (84.7 KB, 6 views)
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 19th, 2010, 09:35 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
The only difference I see from yours and mine is you have not updated your categories template to the latest. So my suggestion there is you want your categories descriptions to be left aligned you need to download and use our latest code. Make sure to update your core php files and the entire templates directory.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 4th, 2010, 10:37 AM   #6 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
I am updating this, as I have a ticket from a customer who asked for it to change.

I have changed the

Background for Forum Rows
Background for First Row in the Forum

to a light brown color. You can view that here.

When I go to the gallery, everything is still white. What stylevar controls the categories and sub categories in the gallery, because as far as I can tell, it's not the same that control it in the forum.

Thank you.
Fortissimo is offline   Reply With Quote
Old February 4th, 2010, 10:56 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
The categories template is a complete 100% mock of the actual forum categories template

Looks fine to a default vb so the real question would be is what exactly you changed?

If I look at the html and classes in the page source they are the same so I cant say what you changed.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 4th, 2010, 11:00 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
In your forum

Code:
Content visible to verified customers only.
and in your photopost

Code:
Content visible to verified customers only.
Look idential stylewise to me.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 4th, 2010, 11:04 AM   #9 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
Quote:
Originally Posted by Chuck S View Post
The categories template is a complete 100% mock of the actual forum categories template

Looks fine to a default vb so the real question would be is what exactly you changed?

If I look at the html and classes in the page source they are the same so I cant say what you changed.
Apparently there is a difference.

In StyleVars I changed

forumrow_background
forumrow_firstentry_background

Doing that changed the background of the categories in the forum from #FFFFFF to #F7F5F1

Now, if the colors in the forum look identical to the gallery, then I'll agree "Yes, it's identical", but since it does not, what StyleVar controls the categories in the gallery.
Fortissimo is offline   Reply With Quote
Old February 4th, 2010, 11:08 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
I cant say all I did was make it work with a default vb theme I dont know what else controls this or whether there is an additional style called maybe on with changes?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; February 4th, 2010 at 11:14 AM.
Chuck S is online now   Reply With Quote
Old February 4th, 2010, 11:39 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
Try this in header-inc.php add this to the top of the file under the require for config-int.php

$vbdate = time();

then do a search for 1257466372 in the actual css links and replace that with $vbdate
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 4th, 2010, 02:27 PM   #12 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
Quote:
Originally Posted by Chuck S View Post
Try this in header-inc.php add this to the top of the file under the require for config-int.php

$vbdate = time();

then do a search for 1257466372 in the actual css links and replace that with $vbdate
Was this in reply to my issue?
Fortissimo is offline   Reply With Quote
Old February 4th, 2010, 02:29 PM   #13 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
Quote:
Originally Posted by Chuck S View Post
I cant say all I did was make it work with a default vb theme I dont know what else controls this or whether there is an additional style called maybe on with changes?
vBulletin will not answer this because it is not their template that is in question.

Quote:
The gallery page is not a default vbulletin page. They probably use their own templates with their own classes in there. You will have to ask them for help. Have they upgraded their templates to use the 4.0.1 stylevars?
So, I need to know how to change this via the Gallery please.
Fortissimo is offline   Reply With Quote
Old February 4th, 2010, 02:50 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
My reply was to you yes
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 5th, 2010, 10:10 AM   #15 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
Quote:
Originally Posted by Chuck S View Post
Try this in header-inc.php add this to the top of the file under the require for config-int.php

$vbdate = time();

then do a search for 1257466372 in the actual css links and replace that with $vbdate
I don't understand what you're asking me to do.

Quote:
<link rel="stylesheet" type="text/css" href="http://www.gottapixel.net/forum/css.php?styleid=60&amp;langid=0&amp;d=1257466372&amp;sheet=forumbits.css" />
<link rel="stylesheet" type="text/css" href="http://www.gottapixel.net/forum/css.php?styleid=60&amp;langid=0&amp;d=1257466372&amp;sheet=forumhome.css" />
<link rel="stylesheet" type="text/css" href="http://www.gottapixel.net/forum/css.php?styleid=60&amp;langid=0&amp;d=1257466372&amp;sheet=forumdisplay.css" /><meta name="description"
That information really doesn't help me with this issue. I have a suggestion, perhaps you could do this on your site and pinpoint exactly where your code controls the category color, since you are the one who understand what needs to be changed in the code and how to do it. This is general support of your software.
Fortissimo is offline   Reply With Quote
Old February 5th, 2010, 10:37 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
Why dont you try this because the build should already be updated with the code I noted.

Redownload the build and upload header-inc.php and see if it fixes your issue.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 5th, 2010, 12:18 PM   #17 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
The new build has changed the color issue, but there is still the issue that there is no way to tell what is a main category and what is a sub category.

In previous builds the main category was listed in one color and the sub categories in other colors. You can see that change in the demo you have here on the site.

Main Index - PhotoPost Photo Gallery

This no longer works with the integration with vb4.0

On our site

GP Central
Challenges
GP Designer Central

are all main categories with many sub categories under it. We need it to work like it did before. If a stylevar in vBulletin needs to be changed, please specify which one. If a template needs to be altered, please list the exact steps on how to alter it.
Fortissimo is offline   Reply With Quote
Old February 5th, 2010, 12:21 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
Yes there is

In the new build a top level category that contains no thumbs will print a new table much like the new vb layout.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old February 5th, 2010, 12:46 PM   #19 (permalink)
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
If it's suppose to work that way, it's not.

A Digital Scrapbooking layout and inspiration gallery - The Pixel Gallery

GP Central is the main category. It has no thumb and it has no images uploaded to it. Images are only uploaded to the sub-categories below it.
Fortissimo is offline   Reply With Quote
Old February 5th, 2010, 12:55 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,945
Is that parent category set in edit categories to CONTAINS THUMBS is NO?

You can see it works here

http://www.reeftalk.com/gallery/
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


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

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which stylevar controls this color? volarium Classifieds How do I...? 3 January 8th, 2010 06:58 AM
copy sub category photos to main category during upload skidpics General Discussion 3 June 25th, 2008 01:48 PM
Main Category burntire Photopost Pro How Do I...? 8 August 1st, 2006 01:25 PM
can i delete the main category simple_john How Do I? - vBulletin 3.0.X 1 May 12th, 2005 07:40 PM


All times are GMT -5. The time now is 05:53 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0