Log in

View Full Version : Broken "show all albums" link


pigpog
06-11-2012, 04:12 PM
Hi everyone!

A while ago, I did something to my forum and broke the photo albums. :o Now, this was a long while ago and I can't remember what I did to break it but now I'm finally getting around to fixing it.

The problem is this: When I go to a member's profile, I want to look at their photo albums.

Click on "Show all albums" - http://www.rodentswithattitude.co.uk/forum/album.php?u=1 - and they don't appear.

Click on the album name however - http://www.rodentswithattitude.co.uk/forum/album.php?albumid=13 - and voila!

:confused:

Can anyone tell me what I need to fix please? :o As usual, I'm so confused. :o

Lynne
06-11-2012, 04:46 PM
We cannot see anything at those links. What are you seeing when you click to see Show All Albums?

Have you gone through the vb options > user profile: album options and made sure those are all set correctly?

pigpog
06-11-2012, 08:01 PM
Hi Lynne!

Yes, all permissions are set correctly for members to view and use the photo albums.

Here's a screenshot of what I get when I click on "Show all albums":

https://vborg.vbsupport.ru/external/2012/06/38.jpg

So basically nothing appears in the middle.

Lynne
06-11-2012, 11:12 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style and try going to that link - do you still have the same problem or does it show the albums?

pigpog
06-12-2012, 04:07 PM
Okay, I did all that and the same problem crops up. :confused:

Lynne
06-12-2012, 07:16 PM
So, you now have a totally default style. So, try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

You should also go to Maintenance > Diagnostics > Suspect File Versions and verify that you have all default files for your version (none should show up as not Containing Expected Content).