126

(7 replies, posted in PunBB 1.2 troubleshooting)

In profile.php, in the avatar section, you have

if (!isset($_FILES['req_file']))
   message($lang_profile['No file']);

That code doesn't do anything, I tested it. The message that appears, comes from the error handling (error case 4).

What did you do before whatever happened that bothers you now?
Where is the website located?

128

(3 replies, posted in PunBB 1.3 extensions)

ok sorry

129

(3 replies, posted in PunBB 1.3 extensions)

so what about this?

What did you do before that? Demo site? I will check...

131

(3 replies, posted in PunBB 1.3 troubleshooting)

1. it would be nice if you would apply nl2br() to the rules message. Just adding all the br tags is annoying.
2. typo: settings-registration- first point: it says "...choose to verify all new registration...", should be "...choose to verify all new registrations..." BIGGIE wink

nope PunHooks is about developing the extension. It is not about support for them, it is for those who create them to get help. Did you look at it already? It sums up all the hooks etc...
I just uploaded my projects...

133

(9 replies, posted in PunBB 1.2 troubleshooting)

works now...

134

(9 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:
Set-Cookie: punbb_cookie_3026f4c3=[stuff]; expires=Thu, 12-Mar-2009 20:32:13 GMT; path=/; domain=http://lie2815.heliohost.org; httponly

You're setting $cookie_domain wrong.

what exactly should it be? the base url of the forum?

Jérémie wrote:

This couldn't be done at punbb.org? Less forums/sites to check on a single topic would be better for everyone, in my humble opinion.

I don't think these two forums are about the same topic. Also, PunBB.org doesn't provide the functionality PunHooks does. It is your opinion and it is just a try...

136

(9 replies, posted in PunBB 1.2 troubleshooting)

ok thanks will try that
no the eval error is because the message function is called so early...

137

(9 replies, posted in PunBB 1.2 troubleshooting)

it is also not working from other computers now its mozilla

138

(9 replies, posted in PunBB 1.2 troubleshooting)

I also had this problem with other PunBB 1.3beta boards, but I was logged in as soon as I clicked on another link...

139

(9 replies, posted in PunBB 1.2 troubleshooting)

the link is in the signature wink
I enabled everything. Could the virus scanner disable cookies?
Also, it does work with actually any other page...

140

(9 replies, posted in PunBB 1.2 troubleshooting)

"You appear to have logged in successfully, however a cookie has not been set. Please check your settings and if applicable, enable cookies for this website."

I use IE7 right now and whatever I do (I allowed all the cookies), it just doesn't work. Is it the server's fault, or mine?

the server doesn't seem to work right now

EDIT: works now. Please come and join

http://lie2815.heliohost.org

Welcome to PunHooks, the PunBB extension developer portal!
The goal of this portal is absolutely not to be something like PunRes. Not at all. As you can read in the PunBB developer's blog, Jansson is planning on making PunRes a pure extension portal - for those who want to download and use extensions and not for those who are developing them.
I also recently read a post over at PunRes, that all discussions regarding modding PunBB will be moved to the official PunBB site. That's not my aim either.
I am only trying to provide functions for extension developers who need help with programming or workarounds. They can also get help with programming more effectively. Also, a very important thing for me was compatibility. I know it won't always be possible to make every extension run properly with any other extension, but I am sure it is possible to minimize these cases.

*PunBB 1.3 is the best forum I've seen so far. Thanks again to the developers.*

Hoping you will like PunHooks as much as I do wink
lie2815

143

(33 replies, posted in PunBB 1.2 troubleshooting)

when I check there are no problems...

144

(33 replies, posted in PunBB 1.2 troubleshooting)

i guess it is in the include/templates/main.tpl file. if not, it is in the footer.php file

Ooh, that's not good, with 1.3, too?

liquidat0r wrote:

Could you not use the tabindex attribute?

That's what I would do too...

147

(33 replies, posted in PunBB 1.2 troubleshooting)

at the bottom of your page, you have two logs, they are both "valid css", one should be "valid xhtml" (that's what you corrected...)

Adam Atlas wrote:

There's a bug in this (and in earlier PunBB 1.2 versions that I've observed) where sometimes, in a topic that has had posts deleted, it sometimes shows at least one page that doesn't actually exist (in the Pages: 1 ... 6 7 8 etc. navigation thing) at the end. Clicking on it takes you to a page that looks like a normal viewtopic page, except with no posts. Do you know what might be causing this?

Edit: I'm talking about the Deleted Posts Log extension, specifically. Sorry about that.

Are you talking about the old version (for PunBB 1.2.*)?

I think when you tab from the title of a new topic you first have to tab through the whole list... that is kinda annoying...

150

(2 replies, posted in PunBB 1.2 troubleshooting)

Add a semicolon at the end of the third line:

require PUN_ROOT.'include/attach/attach_incl.php';