Usernames to Userid Usernames to Userid
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Usernames to Userid

Started by shadowc, April 16, 2004, 03:30:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shadowc

How do i find out my users userid.

My idea is to put a link under each user in my forum (SMF) to thier personal gallery in coppermine, but how do i get the userid from the username or can i use the username direct ?

Joachim Müller

When using bbs integration, coppermine uses the user database of your forum (smf). You'll have to modify smf code, so this is simply the wrong board to post your question in.

GauGau

shadowc

For your information.

I have solved the problem with users personal gallery and coppermine, i added this code in Display.template.php after the avatar code.

// Add for personal gallery

echo '
', '<a href="http://www.edgeflyfishing.com/coppermine/index.php?cat=', $message['member']['id']+10000, '"/>Personal Gallery</a><br />';

// End

You can check it out in any post in my forum.
http://www.edgeflyfishing.com/forum

real1

Hi, i'm currently using nuke with phpbb forum, but i can't seem to find that file
Quote from: shadowcDisplay.template.php
can i do that on nuke with phpbb. Thank's.


P.S. Coppermine Gallery really ROCKS!

CU
Paulo ;D

Joachim Müller

hard to say for us here, since this board only deals with the standalone version of coppermine, not the nuked version. We have no experience with nuked installs.

Joachim