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)

Pseudomizer 01-17-2005 09:00 AM

Quote:

Originally Posted by MorrisMcD
It may not have anything to do with VBulletin. but it does have to do with this hack. Rather than responding like this, you could just as easily point me in the right direction

But thanks anyway

Hello Morris,

google for GD support or GD installation manual. You will find a lot of places and manuals.

Cheers,

Oblivion Knight 01-17-2005 09:57 AM

Using Slynderdale's fixed zip here, this is working very well on 3.0.5.. :)


[EDIT]
I spoke to soon, the approval part of the mod isn't 100%.

eblivion 01-23-2005 03:52 PM

In albumcp.php

PHP Code:

 
$images 
$DB_site->query("
 
SELECT customprofilepic.*, user.username 
 
FROM " 
TABLE_PREFIX "customprofilepic 
 
LEFT JOIN " 
TABLE_PREFIX "user 
 
USING (userid) 
 
ORDER BY username 

Should be:

PHP Code:

 
$images 
$DB_site->query("
 
SELECT " 
TABLE_PREFIX "customprofilepic.*, " TABLE_PREFIX "user.username 
 
FROM " 
TABLE_PREFIX "customprofilepic 
 
LEFT JOIN " 
TABLE_PREFIX "user 
 
USING (userid) 
 
ORDER BY username 

Also, similar problem in album.php in both select statements.

eblivion 01-23-2005 04:24 PM

Quote:

Originally Posted by TyC

Fatal error: Call to undefined function: build_image() in /home/httpd/vhosts/URL/httpdocs/forum/includes/functions_upload.php on line 204


I'm was getting the call to undefined function: build_image() error too. I reverted the functions_upload.php file to what it was prior to modification and re-did it. It then worked.

My album thumbnail images are broken. The profile pics display properly, though. Does anyone know what is causing it to be broken. I do have GD 2+ installed and enabled on the forum.

deta 01-24-2005 02:36 PM

Hello

I have in addition times questions:

1. My MySQL tables is called thus always vb3_user..., a vb3 _ before it.
What here do I have to change, so that also then with me functions?

2. A Member Voting would not be bad. With announcement of the TopVotings for man and woman. Is that feasible?

cu Deta

eblivion 01-26-2005 12:22 AM

If the table is:

user

then you should change it to

" . TABLE_PREFIX . "user

Use the same format for all the table names.

bbwlva 01-26-2005 02:15 AM

I'm getting this error;
Quote:

Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT user.userid, dateline,
comment, user.username, user.usertitle,
user.joindate, user.usergroupid
FROM vb3_customprofilepic
LEFT JOIN vb3_user USING (userid)
WHERE visible=1

ORDER BY posts desc
LIMIT 0, 18

mysql error: Unknown table 'user' in field list

mysql error number: 1109

Date: Tuesday 25th of January 2005 09:11:53 PM
Script: http://forums/album.php
Referer:

Andreas 01-26-2005 02:27 AM

In album.php FIND (2 instances)
PHP Code:

LEFT JOIN ".TABLE_PREFIX."user USING (userid

REPLACE that with
PHP Code:

LEFT JOIN ".TABLE_PREFIX."user AS user USING (userid

FIND
PHP Code:

FROM ".TABLE_PREFIX."customprofilepic 

REPLACE that with
PHP Code:

FROM ".TABLE_PREFIX."customprofilepic AS customprofilepic 

FIND
PHP Code:

LEFT JOIN ".TABLE_PREFIX."usertextfield 

REPLACE that with
PHP Code:

LEFT JOIN ".TABLE_PREFIX."usertextfield AS usertextfield 

FIND
PHP Code:

FROM ".TABLE_PREFIX."user 

REPLACE that with
PHP Code:

FROM ".TABLE_PREFIX."user AS user 

This should take care of table prefixes.

eblivion 01-26-2005 02:39 AM

Does anyone know how to fix the broken images? I have GD 2+ andthe profile pictures show correctly on the memberlist and profile page,but all the images are broken in the album and the admincp.

deta 01-26-2005 04:30 AM

Quote:

Originally Posted by eblivion
Does anyone know how to fix the broken images? I have GD 2+ andthe profile pictures show correctly on the memberlist and profile page,but all the images are broken in the album and the admincp.

The Same i have


All times are GMT. The time now is 02:20 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.01414 seconds
  • Memory Usage 1,758KB
  • 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
  • (10)bbcode_php_printable
  • (4)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
  • (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