Started 1 month, 2 weeks ago (2009-10-14 11:32:00)
by quahappy
Go to ACP > Users and Groups > Manage Groups . Click on Settings for Registered
Users group. Tick Group able to receive private messages . When you compose PM, there will be a Groups box containing Registered Users group. Select this and all registered users will receive your PM. Hope that helps.
Started 1 week ago (2009-11-20 20:18:00)
by fayerman
I would like to know how to add this functionality as well.
Started 1 week, 1 day ago (2009-11-19 14:00:00)
by MGadAllah
I guess there is a setting for something like that but I am not sure. Check:
ACP > General > Server Configration > Security Settings > Check IP against DNS Blackhole List If enabled the user’s IP address is checked against the following DNSBL services on registration and posting: spamcop.net and www.spamhaus.org . This lookup may take a while, depending on the server’s configuration. If ...
Started 1 week, 2 days ago (2009-11-19 05:45:00)
by Deuxsonic
The relevant code seems to be this: Code: Select all $sql = 'SELECT u.user_id, s.session_page FROM ' . USERS_TABLE . ' u, ' . SESSIONS_TABLE . ' s WHERE u.user_id = s.session_user_id; $result = $db->sql_query($sql); preg_match('#^([a-z/_]+)#i', $row['session_page'], $on_page); if (!
sizeof($on_page)) { $on_page[1] = ''; } switch ($on_page[1]) { case ...
Started 1 week, 3 days ago (2009-11-17 16:00:00)
by 3Di
Have a look to includes/functions_display.php .. see the function: function get_user_avatar($avatar, $avatar_type, $avatar_width, $avatar_height, $alt = 'USER_AVATAR', $ignore_config = false)
Started 2 days, 22 hours ago (2009-11-25 09:54:00)
by darkonia
viewtopic.php?f=70&t=1643875&start=0&hilit=ultimat e+points+mod
Started 3 days, 12 hours ago (2009-11-24 19:45:00)
by therat
I would definitely be interested in this, looks good.
Started 2 days, 8 hours ago (2009-11-26 00:07:00)
by Bucki
Nobody has a clue / idea / suggestion ?!
Started 4 days, 20 hours ago (2009-11-23 11:54:00)
by Shadow of Nobody
There was a guide to do this on phpBB2 - viewtopic.php?t=12057 Is it adaptable for
phpBB3? I'm not sure how login information may be different since then, as I'm not particularly skilled at this kind of thing.
Started 1 day, 16 hours ago (2009-11-26 15:32:00)
by Brf
Moved to Mod Requests. You would not be able to create a thumbnail with a
custom bbcode, you would need some sort of mod to do that.