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 to remove latest images (under logo) (http://www.photopost.com/forum/how-do-i-vbulletin-4-0/145755-how-remove-latest-images-under-logo.html)

kesandal May 3rd, 2011 02:03 PM

How to remove latest images (under logo)
 
Hello,
after installing vBGallery the latest photos are shown under my logo.

How can I get rid of this?

It's the div with class = ppGaltopframe.

Best regards
Kesandal

Chuck S May 3rd, 2011 02:19 PM

In manage addons in your admin settings for vbgallery turn off the display of the header images.

equinox May 5th, 2011 06:02 PM

Is it possible to remove it from one style and keep it on another? If so where's the hook your using to call ppGaltopframe? I am having bit of a style issue with the header add on in one style and if I could maybe move it or turn it off only in that style it would surely help. Please let us know if anyone has any ideas. Thanks guys.

Chuck S May 5th, 2011 06:43 PM

well the plugin to my knowledge is a global one meaning it is used for all styles. You could try editing the header template of that one problem style and removing any vbgallery code in there.

equinox May 5th, 2011 06:46 PM

That is exactly what I want to do, but I don't know what hook was used. I checked the template there's no vbgallery code in there so I'm guessing it's a hook of some sorts.

Chuck S May 5th, 2011 07:15 PM

Well I am not really sure how that addon works. I can tell you from a support perspective it is not changeable by style as stated it is a global thing. On or off those are the choices.

equinox May 5th, 2011 08:05 PM

OK got it. Just find:

.ppGaltopframe {

and add the attribute:

display:none;

This way you can have it turned on , on the style you want. :) You can't change it through templates because the insert comes from the php file forumhome_start.php. Through CSS you can "hide it" at least and still have it on for the rest.


All times are GMT -5. The time now is 10:47 PM.

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