 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
January 19th, 2010, 06:25 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
January 19th, 2010, 09:12 AM
|
#3 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 525
|
Then there is something wonky going on. Here is our forum and our gallery is here.
|
| |
January 19th, 2010, 09:33 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
January 19th, 2010, 09:35 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
February 4th, 2010, 10:37 AM
|
#6 (permalink)
| | Senior Member Verified Customer
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.
|
| |
February 4th, 2010, 10:56 AM
|
#7 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
February 4th, 2010, 11:00 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
February 4th, 2010, 11:04 AM
|
#9 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 525
| Quote:
Originally Posted by Chuck S 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.
|
| |
February 4th, 2010, 11:08 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
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?
Last edited by Chuck S; February 4th, 2010 at 11:14 AM.
|
| |
February 4th, 2010, 11:39 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
February 4th, 2010, 02:27 PM
|
#12 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 525
| Quote:
Originally Posted by Chuck S 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?
|
| |
February 4th, 2010, 02:29 PM
|
#13 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 525
| Quote:
Originally Posted by Chuck S 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.
|
| |
February 4th, 2010, 02:50 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,945
|
My reply was to you yes
|
| |
February 5th, 2010, 10:10 AM
|
#15 (permalink)
| | Senior Member Verified Customer
Join Date: Oct 2005
Posts: 525
| Quote:
Originally Posted by Chuck S 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&langid=0&d=1257466372&sheet=forumbits.css" />
<link rel="stylesheet" type="text/css" href="http://www.gottapixel.net/forum/css.php?styleid=60&langid=0&d=1257466372&sheet=forumhome.css" />
<link rel="stylesheet" type="text/css" href="http://www.gottapixel.net/forum/css.php?styleid=60&langid=0&d=1257466372&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.
|
| |
February 5th, 2010, 10:37 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
February 5th, 2010, 12:18 PM
|
#17 (permalink)
| | Senior Member Verified Customer
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.
|
| |
February 5th, 2010, 12:21 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
February 5th, 2010, 12:55 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
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/ |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 05:53 PM. | |