TextArea is small i don't now why look screen:
http://img189.imageshack.us/img189/6133/32480342.jpg

Can you help me find the error?

Thanks

On my board i must wait a minut to open me some board i don't know what is the problem
server load is 1.7 and i have only one user

Can anybody help?

3

(1 replies, posted in PunBB 1.3 extensions)

More description:
I installed a mod subforums..
but when i make the subforum inside forum
and then post something in the subforum
on the category forum list on forum statistics
the post and topics say 0
and last post never but there is a post in subforum

Thanks

4

(1 replies, posted in PunBB 1.3 extensions)

Hi there

I installed the subforums extension and i have one problem
if i have one forum and then 1 or more subforums in that forum
and i post the topic in subforum it not show me the last posted topic
of subforum..
here is screen
http://img41.imageshack.us/img41/7228/app.jpg
it's says never but there is one post in subforum
i know that is not your job to fix the extension but please help me
here is the table row that define is the forum subforum and if yes
of what forum he is subforum:
parent_id
if you please help me to edit the function that is showing the last post
so it will check the subforums to on forum

Sorry for my bad english!

Thanks

Edit that is a problem with posts and topics to not calculating the subforums ones..

5

(60 replies, posted in PunBB 1.3 extensions)

Hmm
i have one problem if the forum have subforums
and in subforums some posts on the forum index it's not showing the last posted
thing
Help?
edit:
here is screen:
http://img41.imageshack.us/img41/7228/app.jpg
no last post
but there is a post in Operating Systems section
i tryed version 0.7 and 0.9 alpha 5 same problem

6

(1 replies, posted in PunBB 1.3 discussion)

Hi i have a problem with your 404 error
when i try to add autorization to some folder
it just show me your 404 i tryed to add
to admin panel .
i get 404 error not exist
any help?

7

(3 replies, posted in PunBB 1.3 discussion)

sha1($salt.sha1($password));
this doesen't mean anything for me..
becouse that is a php code and i don't get what that means smile

8

(3 replies, posted in PunBB 1.3 discussion)

I want to create program who connect to database then login with user and pass from forum
if it correct then he can access the program ....
so i have prob with password hash
can you tell me in what format is punbb password hash so i can create in in .Net (c#)

9

(5 replies, posted in PunBB 1.3 discussion)

Slavok wrote:

Ok, I have modified your code:

<form id="login" name="login" method="post" action="login.php" onsubmit="return process_form(this)">
    <input type="hidden" name="form_sent" value="1" />
    <input type="hidden" name="csrf_token" value="<?php echo generate_form_token(forum_link($forum_url['login'])) ?>" />
    <input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
    Username
                    
    <input type="text" name="req_username" size="16" maxlength="25" />
    &nbsp; Password
 
     <input type="password" name="req_password" size="16" maxlength="16" />
     &nbsp;<a href="#" onclick="document.login.submit(); return false"> Login</form>';

same problem again

10

(5 replies, posted in PunBB 1.3 discussion)

??
there is no function process_form ....
and the error is with Confirm action :
Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were.
but if i disable it when i try to login it just redirect me to login page and fill up the form...
i tryed with this mod to http://punbb.informer.com/forums/topic/ … frontpage/
but it not work

11

(5 replies, posted in PunBB 1.3 discussion)

Hello

I maded a form for login on my index.html page

<form id="login" name="login" method="post" action="login.php?action=in" onsubmit="return process_form(this)">
            
                    <input type="hidden" name="form_sent" value="1" />
                    <input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
                    Username
                    
                    <input type="text" name="req_username" size="16" maxlength="25" />
                    &nbsp; Password
 
                    <input type="password" name="req_password" size="16" maxlength="16" />
                    &nbsp;<a href="#" onclick="document.login.submit(); return false"> Login</form>';

but when i enter the username and password it redirect me to login page and then
say me to confirm the username and pass
how can i made that he not ask me that?