| Author |
Message |
josh27
Beginner


Joined: Oct 12, 2007 Posts: 6
|
Posted: Sun Oct 21, 2007 6:11 pm Post subject: link to a user gallery in profile or down of the name... |
|
|
hi, i follow all steps in integration_mods.txt and i can see the gallery link but i cant see any link to a user gallery, in memberlist or user profile, or down of the name of users...
what happen?--- |
|
| Back to top |
|
|
AdBot
|
| Post subject: link to a user gallery in profile or down of the name... |
|
|
|
|
|
| Back to top |
|
 |
josh27
Beginner


Joined: Oct 12, 2007 Posts: 6
|
Posted: Sun Oct 21, 2007 11:48 pm Post subject: Re: link to a user gallery in profile or down of the name... |
|
|
i read and make the changes that i doung in this post
http://www.nukedgallery.net/postxf2700-0-15.html
but i can`t see the gallery user button in the profile or in the post... 
Last edited by josh27 on Mon Oct 22, 2007 8:30 am; edited 1 time in total |
|
| Back to top |
|
|
josh27
Beginner


Joined: Oct 12, 2007 Posts: 6
|
Posted: Mon Oct 22, 2007 8:26 am Post subject: Re: link to a user gallery in profile or down of the name... |
|
|
i found another post http://www.nukedgallery.net/postp13384.html
and follow the steps of install.mod file... but i have a problem, when i try make a registration show me this lines...
Warning: Missing argument 10 for validate_optional_fields() in /home/myvettes/public_html/phpbb/includes/functions_validate.php on line 169
Warning: Cannot modify header information - headers already sent by (output started at /home/myvettes/public_html/phpbb/includes/functions_validate.php:169) in /home/myvettes/public_html/phpbb/includes/page_header.php on line 489
Warning: Cannot modify header information - headers already sent by (output started at /home/myvettes/public_html/phpbb/includes/functions_validate.php:169) in /home/myvettes/public_html/phpbb/includes/page_header.php on line 491
Warning: Cannot modify header information - headers already sent by (output started at /home/myvettes/public_html/phpbb/includes/functions_validate.php:169) in /home/myvettes/public_html/phpbb/includes/page_header.php on line 492
Warning: Cannot modify header information - headers already sent by (output started at /home/myvettes/public_html/phpbb/includes/functions_validate.php:169) in /home/myvettes/public_html/phpbb/includes/page_header.php on line 493
what is worng???
and in this post said something abaut this code in "g2helper.inc"
#
#-----[ FIND ]------------------------------------------
#
if($userdata['user_level'] == ADMIN)
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
if (empty($userdata['user_gallery'])) this->_mapGalleryLink($userdata['user_id']);
#
#-----[ FIND ]------------------------------------------
#
else if($userdata['user_id'] != ANONYMOUS)
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
if (empty($userdata['user_gallery'])) this->_mapGalleryLink($userdata['user_id']);
and i can`t found in my "g2helper.inc" this lines what happen? i hope that somebody can help me soon, thanks |
|
| Back to top |
|
|
josh27
Beginner


Joined: Oct 12, 2007 Posts: 6
|
Posted: Tue Oct 23, 2007 8:50 am Post subject: Re: link to a user gallery in profile or down of the name... |
|
|
ok i found a solve of the error message when i make a new register.
but i cant found this lines in my g2helper.inc .??¿?¿?¿?¿ |
|
| Back to top |
|
|
|
|
|
|
|