If you mean this solution, it worked fine when I tested it. Try to turn on displaying warnings and notices (function error_reporting()). Maybe there are ones.
101 2010-03-22 10:49
Re: Create a external form for login (35 replies, posted in PunBB 1.3 additions)
102 2010-03-22 10:33
Re: Proble with Images does not show in signatures (15 replies, posted in PunBB 1.3 troubleshooting)
Check the "Allow BBCode [ img ] tag in signatures (not recommended)." option at the Administration » Settings » Features page.
103 2010-03-22 10:29
Re: Extensions (1 replies, posted in PunBB 1.3 troubleshooting)
Try to look for the detailed error message in the web server error log.
104 2010-03-22 10:27
Re: few questions (19 replies, posted in PunBB 1.3 troubleshooting)
So, it works fine for me. Usernames are in place.
Could you make a screenshot and explain what is wrong and what do you expect, please?
105 2010-03-22 10:18
Re: Shoutbox problem (3 replies, posted in PunBB 1.3 troubleshooting)
Maybe it's better to ask the punbb-hosting.com support or the author of this extension for help?
106 2010-03-18 13:47
Re: few questions (19 replies, posted in PunBB 1.3 troubleshooting)
i meant subscribe to forums not just topics
I understand it. But there is no forums subscription in the current version of PunBB.
just thought that if i sent a message to a member it would say send them an email saying htey had one ?
No. I gave the link to the topic where is the explanation why.
your name on here says Parpalak on my forum everyone is called new member?
Give us the link to your forum, we'll try to find the issue.
107 2010-03-18 12:22
Re: few questions (19 replies, posted in PunBB 1.3 troubleshooting)
i want to subscribe to the forums so i get email when some makes a post.
You can subscribe to a topic.
when a member sends a message to me i dont get an email telling me.
I assume you mean private messages (pun_pm extension).
There is an explanation why pun_pm doesn't send e-mail notifications: http://punbb.informer.com/forums/topic/ … ail-alert/
Also, you can try to use pm_email extension: http://punbb.informer.com/forums/topic/ … e-pmemail/
I didn't get other questions. Please, describe your issues in details.
108 2010-03-17 14:30
Re: Auto create new account within external script (2 replies, posted in PunBB 1.3 additions)
There is the add_user() function in functions.php, line 1665. I think it's better to use this function.
109 2010-03-17 10:27
Re: forum_head issue with customizing theme (1 replies, posted in PunBB 1.3 troubleshooting)
Please, take a look at this topic: http://punbb.informer.com/forums/topic/ … tegration/
The issue solved there is similar to your one. If you still have questions, feel free to ask them.
110 2010-03-16 14:46
Re: Change log in / log out redirect ? (4 replies, posted in PunBB 1.3 troubleshooting)
Seems like
redirect('http://example.com/index.php', $lang_login['Logout redirect']);
111 2010-03-16 13:26
Re: Can't login - "Cookie has not been set" - *Solution* (21 replies, posted in PunBB 1.3 bug reports)
Now it's 5400.
112 2010-03-16 13:23
Re: Change log in / log out redirect ? (4 replies, posted in PunBB 1.3 troubleshooting)
113 2010-03-11 15:12
Re: Can PunBB do this? (2 replies, posted in General discussion)
1. Yes. There is a flexible system for editing permissions.
2. The pun_admin_add_user extension may be helpful.
114 2010-03-11 10:43
Re: [extension release] pun_quote 2.0.2 (40 replies, posted in PunBB 1.3 extensions)
Thanks for reporting. Fixed and the new version (2.2.2) is released.
115 2010-03-10 11:43
Re: [beta release] Copper style (28 replies, posted in PunBB 1.3 additions)
The bit I would like to point out is... "less graphically intensive". I don't suppose you see the large pathetic stupid image in the top right corner.
Those who want a style without graphics can still use Oxygen or its modifications. But there are people who are not so ascetic. We've decided to develop some styles for them too.
116 2010-03-10 10:52
Re: Header Image Link Button (2 replies, posted in PunBB 1.3 discussion)
You can add custom HTML code (like <a ...><img ...></a>) to the include/template/main.tpl file.
I didn't really get what you mean. Please, describe in details what you want if the advice above doesn't solve your issue.
117 2010-03-10 10:39
Re: Wrong post counting (10 replies, posted in PunBB 1.3 discussion)
And 2 years ago we worked hard to make 1.3 final release.
Since then we have been just fixing bugs in the forum core (and developing extensions, of course).
118 2010-03-09 13:02
Re: NO encryption in users passwords. (6 replies, posted in PunBB 1.3 additions)
You're welcome.
Do not forget to make these changes again when the new version of PunBB is released and you update it.
119 2010-03-09 12:55
Re: [extension release] pun_quote 2.0.2 (40 replies, posted in PunBB 1.3 extensions)
Fixed and the new version of pun_quote (2.2.1) is released.
120 2010-03-09 12:35
Re: NO encryption in users passwords. (6 replies, posted in PunBB 1.3 additions)
Try to replace the following line (login.php, line 54)
$sha1_in_db = (strlen($db_password_hash) == 40) ? true : false;
to
$sha1_in_db = true;
121 2010-03-09 11:09
Re: NO encryption in users passwords. (6 replies, posted in PunBB 1.3 additions)
And if you really want to disable password hashing try to edit the forum_hash() function. Seems like it should be just
return $str;
122 2010-03-09 11:04
Re: NO encryption in users passwords. (6 replies, posted in PunBB 1.3 additions)
its slow
A hash of a short string like a password can be calculated very fast.
123 2010-03-09 10:57
Re: Wrong post counting (10 replies, posted in PunBB 1.3 discussion)
We had a discussion about the way of calculating the posts count and decided not to decrease the value on posts deleting.
124 2010-03-09 09:58
Re: Then PunBB website (2 replies, posted in Discussions)
There is no CMS, just some php files