![]() |
Quote:
To be clear if others are having trouble: apparently (for some, anyway) this mod will not work unless you go to the vbulletin options area of the admincp and save the options after installing. |
To not show private albums, do this:
IN: all_albums.php AFTER: while ($album = $db->fetch_array($albums)) { ADD: if ($album['state'] == 'private' AND !can_view_private_albums($userinfo['userid'])) { continue; } |
Is there any way to creat community albums? For instance if members created wallpapers or something, and you could just have a big album devoted to it...that would be a good mod if not
|
Quote:
|
Ya I'm getting Invalid Album specified. on some albums...
|
how can i change the text all ablums on the nav to somthing else?
|
To change an individual link or title, search in templates for -> $vbphrase[all_albums]
To change globally search in phrases
You might also consider -> Who's Online Phrases Containing 'All Albums' |
Thanks for this - bang on the money, just what I needed..
|
Wonderful and simple. Thanks!!
|
Quote:
|
All times are GMT. The time now is 06:23 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|