Go to your Forums --> Admincp --> vBa CMPS -->
Download / Upload Module --> Module to Upload -->
Select albumpictures.xml file from your Computer --> than Submit.
upload "vba_cmps_include_template.php" file to your forums/includes folder overwrite..
HI, I installed the mod and it's good and working pretty well. I just want to get rid of the description line but even if I check "no description", it will show "Description:"
When the module is active on my page, the alt1 class seems to just disappear entirely from the html output; every place on the page where it would say class="alt1" just says class="". The class still exists in the CSS, however.
EDIT:
Huh. The unset(... $bgclass, ...); on line 84 of the module caused this. I commented that part out and it fixed it.
Also, if you have multiple copies of the module, if any of them have a certain user defined (like having a random images module right under a featured user album module), the ones loaded after it seem to inherit the setting for a specific user ID.
HI, I installed the mod and it's good and working pretty well. I just want to get rid of the description line but even if I check "no description", it will show "Description:"
Is this a bug?
Quote:
Originally Posted by Blue Ink
I have the same problem... is there a fix?
Guys this is a simple fix... The <if> conditional is missing from the adv_portal_album_pictures_bit template.
Replace the adv_portal_album_pictures_bit template with this code and you will be fine:
Great mod.
This mod will appear when i logged in as registered user.
However when i logged out, and view vbad cmps main page again, the mod has disappear.
i checked under Album Pictures -> Usergroup Permissions, it shows unregistered/ Not logged in user can view this.
When the module is active on my page, the alt1 class seems to just disappear entirely from the html output; every place on the page where it would say class="alt1" just says class="". The class still exists in the CSS, however.
EDIT:
Huh. The unset(... $bgclass, ...); on line 84 of the module caused this. I commented that part out and it fixed it.
Also, if you have multiple copies of the module, if any of them have a certain user defined (like having a random images module right under a featured user album module), the ones loaded after it seem to inherit the setting for a specific user ID.
I installed the module, works fine so far. But when a user uploads a photo in one of his/her albums, which should not be public, the module shows a grey box. Is it possible to define that not public photos are completely not shown in the module?
Tolden - interesting, because a member of mine has just complained that a private image of his is actually being shown within the latest thumbnails. If you don't have permission to view it, it asks you when you click on it. Surely it shouldn't be shown at all.
I'd even prefer the grey image if that's all that's possible, but it's actually being shown.
Presumably this a bug, and one that's quite important to fix?