PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 4.0 (http://www.photopost.com/forum/how-do-i-vbulletin-4-0/)
-   -   How do you modify the look of the thumbs in the sidebar? (http://www.photopost.com/forum/how-do-i-vbulletin-4-0/144327-how-do-you-modify-look-thumbs-sidebar.html)

DannyITR October 24th, 2010 11:02 AM

How do you modify the look of the thumbs in the sidebar?
 
I would like to modify how the thumbnails appear int he VB4 forumhome sidebar on the right column. Is there a template for this output?

DannyITR October 30th, 2010 12:14 PM

Just wondering if anyone can help with this?

Luciano November 6th, 2010 11:58 PM

Quote:

Originally Posted by DannyITR (Post 1278400)
I would like to modify how the thumbnails appear int he VB4 forumhome sidebar on the right column. Is there a template for this output?

Well the thumbnails take the look of ALL thumbnails

But the frame width, frame color etc can be set in the stylevars, per style:
Call the stylevar editor:
ACP => Styles & Templates => StyleManager => In the dropdown of your style select: Stylevars

That takes you to the stylevar editor.
There in section: vbgallery_Custom
change stylevar:ppg_thumb_customstyle from 0 to 1
this activates the custom settings.

Then go to section: vbgallery_Imagebit
there you have:
ppg_thumb_border
ppg_thumb_border_radius
ppg_thumb_frame_color
ppg_thumb_framewidth

(the ppg_thumb_hidegrid does not affect forum home, it just activates the tablegrid between the thumbs on browse image pages, showing tiny lines between the thumbs - setting there is 0 or 1)

As for the template, you cant change much without changing the whole gallery, because thumbnails use the imagebit_lite or imagebit_free template, that is the same template for the whole gallery!

Luc

DannyITR November 7th, 2010 08:16 AM

Thanks Luc. I will play with this but I may have been too vague. Its not the look of the thumbs I want to change but the positioning. I want a 3x3 grid instead of one on top of the other.

Luciano November 7th, 2010 09:04 AM

hmm I thought the sidebar width the inner width being around... 230 pixels
with the margins (inner and outer + thumb margins) you could have a maximum of 52 pixels thumbnail size.. otherwise the layout would break.
But anyway I fear it is not possible without creating a new imagebit template.
and modifying the code so that it would use it.

The problem is as there are not Tables on forum home, everybody was asking NOT to use tables for gallery at least not on forum home!!!. (the page would not render before tables are completely rendered, and there are seo problems with tables as the content is not a table content)
So that would mean completely new css and template and code for that page.
and your whole site would have to use 52px thumbnails at a maximum.
(with 2 in a row you could use 75px)

So for the moment, sorry its not on the priority list (its really lots of work)


All times are GMT -5. The time now is 12:05 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97