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!

Skydiver10 11-19-2009 10:34 AM

Sweet nice mod.....

Skydiver10 11-19-2009 11:06 AM

How do I make it for members only to see? The link shows public.

nikosb 11-23-2009 06:46 PM

very nice, installed
thanks

Tanapangarap 12-08-2009 01:52 AM

Hi.

Nice modification.

-edit- Never mind. I just removed the second instance of the code for the Search box in the product.

I was wondering, though, if there is a way to remove the second Search box on the All Albums page? I think having the one above the listing is sufficient.

Regards,

Kevin

Tanapangarap 12-08-2009 02:35 AM

Quote:

Originally Posted by agitated (Post 1903035)
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'

OK, I replaced "All Albums" to "Pictures & Albums" by searching the templates for "$vbphrase[all_albums]" as suggested. However, I have an insignificant but still unwanted issue:

https://vborg.vbsupport.ru/external/2009/12/38.png
I was wondering how to change the non-linked "Pictures & Albums" to something like "Viewing Page".

Regards,

Kevin

oxman 12-10-2009 05:31 PM

I'am still new to this adding mods stuff. Can anyone tell me how to upload this? It says upload at root vbulletin folder,,curious to where that is? It won't upload when I try to import it in the plugin in manager? Thanks

Tanapangarap 12-10-2009 06:58 PM

Quote:

Originally Posted by oxman (Post 1928468)
I'am still new to this adding mods stuff. Can anyone tell me how to upload this? It says upload at root vbulletin folder,,curious to where that is?

Do you host your own forum, or do you use a free forum host? You'll need access to your database, which you may do with an FTP program like Filezilla or CuteFTP.

Quote:

Originally Posted by oxman (Post 1928468)
It won't upload when I try to import it in the plugin in manager? Thanks

Use the product manager, not the plugin manager.

oxman 12-10-2009 07:22 PM

no, I don't have access to it. Is there another way? I tried the filezilla but not familiar enough with it to get it to work.

Tanapangarap 12-10-2009 09:38 PM

I assume you're under a free forum host, then. If you don't have access to your database, you won't be able to upload the file necessary for this mod to work. It seems your only other option is to see if your host can upload it for you. A few free forum hosts may do that, but most I know do not. You should talk to your host, if you've not done so.

oxman 12-11-2009 02:28 PM

hmm will do. Thanks a lot for your help! I have so much to learn :o

Beermonster 12-17-2009 05:53 PM

Are there any plans to release this for vb4?

woffie 12-20-2009 10:48 AM

Want this for 4.0

Veer 12-20-2009 11:53 AM

me too

marcomrc 12-22-2009 01:33 PM

Users do not see all the albums, there is some error:

Invalid Album specified. If you followed a valid link, please notify the administrator

MrD 12-24-2009 12:17 PM

Quote:

Originally Posted by woffie (Post 1933971)
Want this for 4.0

too

jhabers 12-27-2009 03:05 AM

any update for this to 4.0?

keharris53 12-28-2009 12:29 PM

Working great in 3.8.4PL2. Thanks!

Leo Brazil 01-05-2010 09:11 AM

Just can't live without this mod on 4.0 (as well as others Abe's mods)

www.alfisti.net 01-05-2010 09:30 AM

@Abe1
Do you plan to convert this mod to vB4?

Thanks :)
Andr?

kersti 01-05-2010 09:52 AM

Another vote for a 4.0 version - please!

Butzel 01-07-2010 07:41 AM

Quote:

Originally Posted by Butzel (Post 1835510)
funktioniert gut mit 3.8.1

Gibt es eine M?glichkeit, die Ansicht zweispaltig zu bekommen ?



I would like to have 2 columns for all albums.

Please, can you help me ? Thanks

Musika 01-14-2010 08:46 AM

Worked perfect with 3.8 and hopefully it comes out for 4.0.

kalliey 01-15-2010 05:55 PM

any update for this to 4.0?

Beermonster 01-15-2010 07:03 PM

it doesn't look like the author is going to answer no matter how many times the question is getting asked.

Videx 01-17-2010 05:42 PM

So I uninstalled all my mods before the update to vb4. Now a scheduled task from the old All_albums is generating SQL errors. The Scheduled Task Log Viewer shows 7381 addonchat_cron_maint running, But the job doesn't appear in Scheduled Task Manager.

Anyone know where I can find this job to delete it?

BBR-APBT 01-17-2010 07:15 PM

Quote:

Originally Posted by Videx (Post 1958408)
So I uninstalled all my mods before the update to vb4. Now a scheduled task from the old All_albums is generating SQL errors. The Scheduled Task Log Viewer shows 7381 addonchat_cron_maint running, But the job doesn't appear in Scheduled Task Manager.

Anyone know where I can find this job to delete it?

AdminCP -> Scheduled Tasks -> Scheduled Task Manager

Videx 01-17-2010 08:46 PM

Thanks, but as I said the task doesn't appear in STM, only in the log.

SonicGT 01-17-2010 11:12 PM

Quote:

Originally Posted by Videx (Post 1958408)
So I uninstalled all my mods before the update to vb4. Now a scheduled task from the old All_albums is generating SQL errors. The Scheduled Task Log Viewer shows 7381 addonchat_cron_maint running, But the job doesn't appear in Scheduled Task Manager.

Anyone know where I can find this job to delete it?

You sure its for this mod? I haven't uninstalled and done the upgrade yet, but dont show anything in the logs that shows a cron task is running successful prior to an uninstall. Also with the log showing addonchat_cron is it maybe a different mod for a chat or something, just a thought as I'm not familiar how the tasks are setup really.

BBR-APBT 01-17-2010 11:20 PM

Quote:

Originally Posted by SonicGT (Post 1958715)
You sure its for this mod? I haven't uninstalled and done the upgrade yet, but dont show anything in the logs that shows a cron task is running successful prior to an uninstall. Also with the log showing addonchat_cron is it maybe a different mod for a chat or something, just a thought as I'm not familiar how the tasks are setup really.

I didn't even notice the addonchat_cron.

Thanks for pointing that out.


Videx
Go to your includes/cron dir and remove the addon_chat.xml file.

Videx 01-17-2010 11:29 PM

Quote:

Originally Posted by BBR-APBT (Post 1958717)
Go to your includes/cron dir and remove the addon_chat.xml file.

Thanks. In fact, there were about a dozen files in there from various old mods. I had to compare the vb4 folder to my own to see what I could delete.

I wonder why the uninstall doesn't at least warn you these files will remain there and keep running.


All times are GMT. The time now is 09:41 PM.

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.01897 seconds
  • Memory Usage 1,819KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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