101

(35 replies, posted in PunBB 1.3 additions)

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.

Check the "Allow BBCode [ img ] tag in signatures (not recommended)." option at the Administration » Settings » Features page.

103

(1 replies, posted in PunBB 1.3 troubleshooting)

Try to look for the detailed error message in the web server error log.

104

(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

(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

(19 replies, posted in PunBB 1.3 troubleshooting)

cornish wrote:

i meant subscribe to forums not just topics

I understand it. But there is no forums subscription in the current version of PunBB.

cornish wrote:

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.

cornish wrote:

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

(19 replies, posted in PunBB 1.3 troubleshooting)

cornish wrote:

i want to subscribe to the forums so i get email when some makes a post.

You can subscribe to a topic.

cornish wrote:

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.

There is the add_user() function in functions.php, line 1665. I think it's better to use this function.

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.

Seems like

redirect('http://example.com/index.php', $lang_login['Logout redirect']);

Now it's 5400.

The login redirect url can be changed at the line 359 of login.php.

The logout redirect URL can be changed at the line 165.

113

(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

(40 replies, posted in PunBB 1.3 extensions)

Thanks for reporting. Fixed and the new version (2.2.2) is released.

115

(28 replies, posted in PunBB 1.3 additions)

StevenBullen wrote:

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

(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

(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

(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

(40 replies, posted in PunBB 1.3 extensions)

Fixed and the new version of pun_quote (2.2.1) is released.

120

(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

(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

(6 replies, posted in PunBB 1.3 additions)

reacen wrote:

its slow

A hash of a short string like a password can be calculated very fast.

123

(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

(2 replies, posted in Discussions)

There is no CMS, just some php files smile

Works fine for me.