26

(11 replies, posted in PunBB 1.4 additions)

solved! if anyone interested contact me by mail....

27

(11 replies, posted in PunBB 1.4 additions)

I need to create a login in reserved area of my site using the same credential of forum (for log in forum the user must redo login with normal log punbb page).
I have difficult in encription mode of pwd for made a sql select.
Can some one help me (also by email) in doing correct encription of password from form?
Thanks in advance

L.

28

(0 replies, posted in PunBB 1.4 additions)

when new user log for set pssword adn do it, a flash messagge informing that password was set is showed, but flash messagge is show for a little num of seconds.
I need to set a time showing larger, where can I modify this?

In db i see config table with o_redirect_delay set on 0, i have to change this?

I just need to make possible login with nickname OR email, I've tried modify this rows on login.php (42-45)

    if (in_array($db_type, array('mysql', 'mysqli', 'mysql_innodb', 'mysqli_innodb')))
        $query['WHERE'] = 'username=\''.$forum_db->escape($form_username).'\' or username=\''.$forum_db->escape($form_email).'\'';
    else
        $query['WHERE'] = 'LOWER(username)=LOWER(\''.$forum_db->escape($form_username).'\') or LOWER(username)=LOWER(\''.$forum_db->escape($form_username).'\')';

but it dont work, someone can help me in make this change?

Thanks in adavnced
Luca

KeyDog wrote:

the second post here should help you;

http://punbb.informer.com/forums/topic/ … p-address/


useful, thank you!

by default punbb request a time of 60 sec to permit another registration from the same ip, this is  aprobleme wehre users are in  the same network... someone cna help me in reducing this time ?
thanks a lot
Luca

32

(1 replies, posted in PunBB 1.4 additions)

no one can help me?

33

(1 replies, posted in PunBB 1.4 additions)

I just need to make possible login with nickname OR email, I've tried modify this rows on login.php (42-45)

    if (in_array($db_type, array('mysql', 'mysqli', 'mysql_innodb', 'mysqli_innodb')))
        $query['WHERE'] = 'username=\''.$forum_db->escape($form_username).'\' or username=\''.$forum_db->escape($form_email).'\'';
    else
        $query['WHERE'] = 'LOWER(username)=LOWER(\''.$forum_db->escape($form_username).'\') or LOWER(username)=LOWER(\''.$forum_db->escape($form_username).'\')';

but it dont work, someone can help me in make this change?

Thanks in adavnced
Luca

34

(10 replies, posted in PunBB 1.4 troubleshooting)

KANekT wrote:

http://dev14:88/admin/settings.php?section=features

Post and registration approval - Enable registration Approval

http://dev14:88/admin/groups.php?edit_group=***

for Allow posting without approval


sorry i didint understand....
what mean http://dev14:88/

35

(10 replies, posted in PunBB 1.4 troubleshooting)

KANekT wrote:

Bug fixed in 1.5.2 Pun Approval.

perferct, it work now!

another question can I enable only registration approval and not post approval? If yes where?
tahnsk

36

(10 replies, posted in PunBB 1.4 troubleshooting)

luca wrote:
luca wrote:
hcs wrote:

Try enable debug mode (see config.php)


Database reported: Table 'punfor.forums' doesn't exist (Errno: 1146).

Query non riuscita: SELECT post_approval FROM snd_topics as t, forums as f WHERE t.id=9 AND f.id=t.forum_id


i saw in db, table have another name,  with suffix, like snd_forums  ...... where i have to correct punbb extension code?


or is betetr if i reinstall all punbb with db tables name without suffix?

37

(10 replies, posted in PunBB 1.4 troubleshooting)

luca wrote:
hcs wrote:

Try enable debug mode (see config.php)


Database reported: Table 'punfor.forums' doesn't exist (Errno: 1146).

Query non riuscita: SELECT post_approval FROM snd_topics as t, forums as f WHERE t.id=9 AND f.id=t.forum_id


i saw in db, table have another name,  with suffix, like snd_forums  ...... where i have to correct punbb extension code?

38

(10 replies, posted in PunBB 1.4 troubleshooting)

hcs wrote:

Try enable debug mode (see config.php)


Database reported: Table 'punfor.forums' doesn't exist (Errno: 1146).

Query non riuscita: SELECT post_approval FROM snd_topics as t, forums as f WHERE t.id=9 AND f.id=t.forum_id

39

(85 replies, posted in Supported extensions)

someone can help me?
when i insert some post it appear as title, it is regtstered on db correctly but cclicking on title i obtain error messagge!
I saw that the problem is
Post and registration approval • Versione 1.5.1 • Creato da PunBB Development Team
if i disable this extension all post are visible, when enable i have the error message
In the admin panel i have only
Allow registration approval Enable new registrations approval
Rejection email Don't send an email informing user that his registration was rejected
Inform admnistrator Send email to administrator if there are new registrations waiting for approval
Post removal confirmation Ask for confirmation when a post waiting for approval is being deleted

but nothing about post approval....
can someone help me?
Thanks in adavnced

ps
just tried disinstall and reinstall...

40

(10 replies, posted in PunBB 1.4 troubleshooting)

I saw that the problem is
Post and registration approval • Versione 1.5.1 • Creato da PunBB Development Team
if i disble this extension all post are visible, when enable i have the error message
Someone had same problem? How solve it?
thanks

41

(10 replies, posted in PunBB 1.4 troubleshooting)

when i insert some post it appear as title, it is regtstered on db correctly but cclicking on title error messagge
Spiacente! La pagina non può essere caricata.

Questo ` probabilmente un errore temporaneo. Basta aggiornare la pagina e riprovare. Se il problema persiste, si prega di riprovare tra 5-10 minuti.

In english i thinks sound like
Maybe this is temporary error. Try refereshing page. If problem persist wait for 5-10 minutes.

Some help?
Thanks

42

(0 replies, posted in PunBB 1.4 troubleshooting)

i've installed the exetension, when i add new user how can i send an e email to new user informin him that have to connect and set his password?
always thanks in advanced
Luca

grazie come sempre, !

Hi
i've just installed the extension, but i tested that all new registration is automatically accepted, without admin approval... problem in ext or something wrong in my config?
Thanks in adavanced as always
Luca

thanks!

someone know how make forum vible only for logged user? i can do with htacces but in this way user have to use two login....

47

(2 replies, posted in PunBB 1.4 troubleshooting)

it work, thanks very much!

48

(2 replies, posted in PunBB 1.4 troubleshooting)

I'm trying to install Punbb 1.4.2, i have erated db, launched myhost.tld/admin/install.php, and I saw that db was populated whith tables, but now if i try myhost.tld/index.php I obtain blank page.
In php errol log i found
[Thu Jul 12 16:20:16 2012] [error] [client x.x.x.x] PHP Fatal error: Clone is forbiden. in /var/www/vhosts/sndmae.it/punbb/include/loader.php on line 56
Can someone help me in solving it?
Thanks in davanced
Luca