vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB3 Member Album 2.0 (https://vborg.vbsupport.ru/showthread.php?t=63733)

ambrosious 08-18-2004 01:52 AM

One more time, only my ADMINS can see the option to upload a pic in their User CP.

Can anyone tell me why? I've rechecked all files and everything is as should be according to instructions.

jp2 08-18-2004 08:24 AM

Nice hack, Ive been waiting for something like this for a while now. Im going to install it tonight. :)

Zelda-King 08-18-2004 12:49 PM

Quote:

Originally Posted by ambrosious
One more time, only my ADMINS can see the option to upload a pic in their User CP.

Can anyone tell me why? I've rechecked all files and everything is as should be according to instructions.

Have you set the usergroup permissions in the admin cp so that other usergroups are cleared to upload profile pics?

Zelda-King 08-18-2004 10:44 PM

Quote:

Originally Posted by Zelda-King
I noticed even back on 3.0.1, after I changed my thumbnail sizes, the option to rebuild profile pictures didn't have any affect (see 1st attachment for what I see during the process). [I did rebuild attachment thumbnails. I even tried disabling everything and re-enabling.]

Since upgrading to 3.0.3 the couple of my users that uploaded a profile pic, those come out blank. Perhaps this is to do with the 'unapproved' status? I tried on my test account (which already had a disapproved pic) and that uploaded fine (obviously not showing in the album because it's disapproved).

Another problem I had: profile pictures are no longer showing in profiles (even back on 3.0.1). Only in the album. This is even after upgrading the forums so it's nothing to do with the PHP. Even approved images just don't show there... however, the test one mentioned above that I did AFTER upgrading everything: THAT worked but one of my users tried to update their picture after that and still nothing shows in their profile though it shows in the album.

Now out of nowhere all the pictures have disappeared from the album, and don't even show in the admin cp. Rebuilding thumbnails/pics doesn't fix it. I know this has been touched on. Just confirming the status on 3.0.3.

ambrosious 08-19-2004 08:01 PM

Quote:

Originally Posted by Zelda-King
Have you set the usergroup permissions in the admin cp so that other usergroups are cleared to upload profile pics?

You rock! I looked once, thought the link wasn't there, but second time I looked, there you go.

ambrosious 08-19-2004 10:54 PM

Ok, is there a way to shut out non members from viewing the album? Just curious.

Zelda-King 08-19-2004 11:45 PM

I fancy doing this myself actually. Watch this space...

MissKalunji 08-19-2004 11:48 PM

Anybody figured out the problem with the pictures not showing???

Zelda-King 08-19-2004 11:59 PM

Quote:

Originally Posted by ambrosious
Ok, is there a way to shut out non members from viewing the album? Just curious.

In album.php;

Above:
PHP Code:

// Verify arguments 

Add:
PHP Code:

// No guests please. :/ (added by King-X)
if ($bbuserinfo['userid'] == 0) {
        
print_no_permission();



ambrosious 08-20-2004 12:34 AM

Quote:

Originally Posted by Zelda-King
In album.php;

Above:
PHP Code:

// Verify arguments 

Add:
PHP Code:

// No guests please. :/
if ($bbuserinfo['userid'] == 0) {
        
print_no_permission(); 


I now bow down to you, all wise and powerful Oz...


All times are GMT. The time now is 07:37 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.01487 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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