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)

Zelda-King 08-20-2004 01:03 AM

Not really. I missed a parse when posting it. Code updated. Here it is again for reference;
PHP Code:

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


It's vBulletin's own code.

ambrosious 08-20-2004 01:20 AM

Quote:

Originally Posted by Zelda-King
Not really. I missed a parse when posting it. Code updated. Here it is again for reference;
PHP Code:

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


It's vBulletin's own code.

I bow down to you, all somewhat smart and semi powerful vBulletin guy...


;)

58sniper 08-20-2004 01:58 AM

Has anyone got this to work in a clean install of 3.03?

Zelda-King 08-20-2004 02:13 AM

The author posted saying they were going to look into it over the next couple of weeks. This is a known issue.

Omega Prime 08-23-2004 08:08 PM

Quote:

Originally Posted by 58sniper
Yep - I've got the same problem on a clean install on 3.03. I get the avatar photos for each person who has a profile photo. http://www.efhs84.com/forum/album.php? for the example...

I also have this problem. Anyone know what would cause avatars to show instead of profile pics? Cool hack, btw :)

Zelda-King 08-23-2004 08:15 PM

You do? I'm running 3.0.3 and I see nothing, AND profile pics don't show in profiles.

Lion's Heart 08-24-2004 04:39 PM

plz checking again your GD system on the vbulletin options :)
perhaps it not enable

Zelda-King 08-24-2004 05:16 PM

It is enabled. They were showing before I upgraded. This has already been discussed anyway. I was just reiterating. It's a known problem. In any case, GD would have nothing to do with the fact profile pics aren't showing for me in profiles any more (which is a seperate issue).

Weasel 08-24-2004 11:40 PM

Perhaps this is because vBulletin changed the return type of fetch_thumbnail_from_image to an array? The filedata is stored in key 'filedata', for example $thumbnail['filedata']. This is just a guess, I don't have this hack installed.

Edit: ya, #16 in the install file uses this function call, you probably want to change it to:

PHP Code:

$thumbnail fetch_thumbnail_from_image($image); //Take out second parameter.
$thumbnail $thumbnail['filedata']; //Add this line. 


Zelda-King 08-25-2004 12:38 AM

That hasn't fixed it. Should "$thumbnail =" appear twice like that?


All times are GMT. The time now is 07:38 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.01443 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_php_printable
  • (2)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