Email List Email List
 

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

Email List

Started by RF, January 14, 2004, 05:12:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RF

Quick question.. is there a way to access the email list that users input once they register.  I'm not really an expert with this, but i figure since it's stored in some database.. there might be a way to retrieve it.. thanks for any help
john

Joachim Müller

use a tool like phpMyAdmin and take a look at the cpg11d_users table or code some small query in php to do this for you. At the moment there's no built-in function to do this.

GauGau

rostros

Quote from: "RF"Quick question.. is there a way to access the email list that users input once they register.  I'm not really an expert with this, but i figure since it's stored in some database.. there might be a way to retrieve it.. thanks for any help

I have added email to my user information list. Rename the usrmgr to usrmgrx.php or create a backup of the original, in this text there will be some code that prints out the table structure for displaying the user_id etc , where it says Occupation rename to i think it is email_address or whatever it is, if you need the code please ask, i will post it, upload the usrmgrx.php and run directly from the web browser http://www.whatever.com/cpg/usrmgrx.php, volla you should see the email address.

Casper

Hi,
There is also a way to add additional fields to the user information, without having to change one of the existing.  I have done this on my site.

see thread http://forum.coppermine-gallery.net/index.php?topic=2492
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

MaThIbUs

casper > that sounds interesting..

however I'd like to see how rostros did this :)