Sorry, just to rebuild the index from the admin menu to resolve it.

Finally, i decided to update my punbb forum from 1.2.5 to 1.3.2 following the FAQ (migration).
Everything is ok (backup of the database using the database update php file, url rewriting is on) except for the search mod. I try to make a search with some words.
It seems it only works with new articles but not with the oldest one in the database.
For a simple search with just one word, i have no result.
Anybody could help me to fix this problem ? Thank you.
Yann

a very big thank Smartys wink

It means that i've to change (o.user_id=u.id AND o.idle=0) by the following code (o.user_id=u.id AND o.user_id!=1 AND o.idle=0)

It is correct ?

i use a lot of plugins before but the problem came suddenly ...

here is one of the query in Viewtopic :

// Retrieve the posts (and their respective poster/online status)

$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, u.imgaward, u.country, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id LEFT JOIN '.$db->prefix.'online AS o ON (o.user_id=u.id AND o.idle=0) WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$pun_user['disp_posts'], false) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error()); //Attachment Mod, changed the true to false...//

Do you think there is something to change somewhere in viewtopic ? roll

Hello, it seems i've got a similar problem with my forum http://www.poliskarr.org/punbb/upload/
Sometimes, when registered users post new messages or when i post a new message, we can't read our last messages in the topic but the messages have been well written in the table. Very strange ... 
I don't know why ? Is it the big size of the data (more than 69000 posts) ... Is it a query problem ?
Thank you for your help ...

I'm running Punbb 1.2.5

PunBB version
    PunBB 1.2.5 - Check for upgrade
    © Copyright 2002, 2003, 2004, 2005 Rickard Andersson
Server load
    Not available (9 users online)
Environment
    Operating system: Linux
    PHP: 4.4.4 - Show info
    Accelerator: N/A
Database
    MySQL 4.1.21-max-log
    Rows: 377709
    Size: 51.86 MB

7

(10 replies, posted in Feature requests)

Hello !
I'm the webmaster of a french and international collectors site. Members came from everywhere and language seems to be a barrier for them.
I'd like to know if it could be possible for a visitor to register to my punbb forum in other language than the default one in french. Actually the rules are in french and the members have to accept this one to go to the register section and choose the language of their choice. It's too late because they can't read the rules in french.
I'd like to simply make a multilanguages register form.
I don't know what to do : several forms, several translation ... ???
Could you help me to find the good solution ? Thank you.

You're totally right, thank you. Everything works fine with a member account. It must have been coded like that.
The admin did not see his own profile modification like hiding email or using form mail (except in the profile message of each member : send email) but it works for members.
Good night ... hum everybody sleeping in France ... bbye wink

Are you sure because i try a member account to use the form mail and it did not work anymore ?!?
When i click on your email it's working and your url is like that : http://punbb.org/forums/misc.php?email=1209
... Send e-mail to Smartys so it's like what i want.

hello,

I used Punbb for two years and this is definitively my best forum.
I've integrated a lot of mods and everything is going on except the internal form mail (i've never used till this day).
This option is checked in my profile (Hide your e-mail address but allow form e-mail) but nothing happens.
I tried to post a message to a member clicking on his "email" but it only opens Outlook with its mail.
Something going wrong because i submit my choice in my private profile and nothing is saved.
It's the same with other options.
I probably modified a piece of code with one of punbb mod but i do not remember what & where ? hmm

Could anyone help me to find and replace the code/file to use the form email in my forum ?

Thank you wink

11

(8 replies, posted in PunBB 1.2 troubleshooting)

Hello,

I've the same problem in my profile or every members profile
in birthday :
/home/www/5c4b91a30172528352763d1f9df9ff90/web/punbb/upload/profile.php on line 1256

Notice: Undefined offset: 2 in /home/www/5c4b91a30172528352763d1f9df9ff90/web/punbb/upload/profile.php on line 1256

Notice: Undefined offset: 1 in /home/www/5c4b91a30172528352763d1f9df9ff90/web/punbb/upload/profile.php on line 1256

Could you help me ? How can i do ? 

Thank you.

Yann

Hello, thank you for this interesting plug wink
However, is it possible to prevent members to post new polls (post only by admin).
This option is not available in the plugin options. Could you make this ?

You say

Ability to prevent certain user groupgs from creating new polls - requested by Connorhd (POSTPONED)

but it doesn't work using 1.2.5 sad

13

(7 replies, posted in PunBB 1.2 bug reports)

Thank you rickard, it works fine smile

Hello,
I'd like to give users access permission to a particular forum (not by user group but by name = adding a name).
Is this feature available for 1.2.5 like the Extended Forum Access Mod originally developped by Jansson ?
Thank you

15

(7 replies, posted in PunBB 1.2 bug reports)

Hello Rickard,

No title is blank in their profile but all members have the title "member" except moderators and administrators (?)

I think i've got to add custom title on each of them to wait finding how could i try to repair this. May be you'll find a solution ?

Thank you.

Yann

16

(7 replies, posted in PunBB 1.2 bug reports)

Hello,
I've upgraded Punbb version 1.1.5 to 1.2.4
Everything works fine except ranks user. So I tried to update ranks with new one but it didn't change anything with the number of user's messages. ex: ranks 1000 messages= senor member, user with more than 1000 messages is already a member.   
How can i correct this ? In sql ? Code ?
Thank you, however punbb is a great forum.
Yann

Sorry, it was so simple that i forgot it ! It works, thank you.

I've recently changed my webhosting and use a new password to access my old database on phpmyadmin. And now when i tried to go to the punbb forum the following message appeared :   
Unable to connect to MySQL server. Access denied for user: 'xxxxx@localhost'  (Using password: YES).

I'd like to change the old password under punbb but i can't go to the admin section or config section. What can i do ? Thank you.