vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Social Group and Album Enhancements - All Albums (https://vborg.vbsupport.ru/showthread.php?t=172215)

Birched 09-16-2009 11:19 AM

Quote:

Originally Posted by Lynne (Post 1796223)
Did you import the xml file and set a value for sortfield and sortorder in the vboptions area?

(Also, if you look, you'll see the developer hasn't been online since March. Personal life always takes precedence over forum life.)

Thanks for this!

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.

Birched 09-16-2009 12:07 PM

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; }

lilfields10 10-02-2009 02:57 PM

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

agitated 10-02-2009 04:10 PM

Quote:

Originally Posted by MindStar (Post 1710947)
Abe, I made a similar fix for my forum.

Could you please change references to album.php with
PHP Code:

$vboptions[bburl]/album.php 

so the links work with vBAdvanced and other add-on packages such as PhotoPost Classified Ads.

Thanks :)

Thanks for the hint. Had been looking at this problem for an hour or so until I read your post.

sfc 10-14-2009 02:08 PM

Ya I'm getting Invalid Album specified. on some albums...

ollie303 10-20-2009 11:16 PM

how can i change the text all ablums on the nav to somthing else?

agitated 10-21-2009 06:49 AM

To change an individual link or title, search in templates for -> $vbphrase[all_albums]

To change globally search in phrases
  1. Search for text = All Albums
  2. Product = All Albums
  3. Search in ... = Phrase Text Only
Edit the global phrase -> GLOBAL Phrases Containing 'All Albums'
You might also consider -> Who's Online Phrases Containing 'All Albums'

StuBramley 10-28-2009 03:35 PM

Thanks for this - bang on the money, just what I needed..

DetroitYES 10-31-2009 11:12 PM

Wonderful and simple. Thanks!!

Gav-n-Tn 11-12-2009 08:55 PM

Quote:

Originally Posted by DetroitYES (Post 1908836)
Wonderful and simple. Thanks!!

X2. I love it! Easy for a idgit like me. I wish they (mods) were all this easy. Thumbs up!


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
  • Page Generation 0.01565 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete