hmm?

292             if ($pun_user['g_id'] > PUN_MOD)
293             {
294                 if ($pun_user['g_search'] == '1')
295                     $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';
296     
297                 $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
298                 $links[] = '<li id="navlogout"><a href="login.php?action=out&amp;id='.$pun_user['id'].'&amp;csrf_token='.sha1($pun_user['id'].sha1(get_remote_address())).'">'.$lang_common['Logout'].'</a>';
299             }
300             else
301             {
302                 $links[] = '<li id="navsearch"><a href="search.php">'.$lang_common['Search'].'</a>';
303                 $links[] = '<li id="navprofile"><a href="profile.php?id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a>';
304                 $links[] = '<li id="navadmin"><a href="admin_index.php">'.$lang_common['Admin'].'</a>';
305                 $links[] = '<li id="navlogout"><a href="login.php?action=out&amp;id='.$pun_user['id'].'&amp;csrf_token='.sha1($pun_user['id'].sha1(get_remote_address())).'">'.$lang_common['Logout'].'</a>';
306             }

what version of punbb are you using??

Isnt pun_root just / or something??

354

(5 replies, posted in PunBB 1.2 discussion)

customization ability.

355

(13 replies, posted in General discussion)

Summer 08 smile

356

(6 replies, posted in Feature requests)

http://fluxbb.org/forums/topic/836/exte … nore-user/

As long as the table names and formats are the same in mysql it should be fine...

You must make sure you have done that correctly, double check you have done it, and then refresh the page and try agen.

359

(15 replies, posted in PunBB 1.3 extensions)

Hmm any more detials??? what things you want on it...

vinegar wrote:

i'd love to see an extension that lets me close registration, but provide current users with a (configurable, renewable) number of invitations they can use to invite new users.

is this possible?  i know Tobi made one years back for 1.2, but it seems to be broken now.

thank you!

Yeah its rather east actually, two ways,

you can do register.php?invite=USERID

Or

have it so they unique ID that they can give to someone, generate as many as they want, and it will be deleted once a user has registered.

361

(13 replies, posted in General discussion)

fantasma wrote:

can't download it sad

Its not out yet...

362

(13 replies, posted in General discussion)

Lol... you and your sites... ambitious man lol.

363

(13 replies, posted in General discussion)

Yeah looks good. Phaxenor has the closed beta sad lol

Sorry i missed the post.

This is rather a big job.. You have to change the mysql limit so defult is 0 , $ak_limit then when you click on a page it goes X , X + $ak_limit

Then on that add a count so you can count the number of topics

Some stuff like this:

// Fetch user count
$result = $db->query('SELECT COUNT(id) FROM '.$db->prefix.'topics WHERE forum_id =('.implode(' or', $forumids).') ') or error('Unable to fetch user list count', __FILE__, __LINE__, $db->error());
$num_users = $db->result($result);

and put this where you want the page's to show.

<div class="linkst">
    <div class="inbox">
        <p class="pagelink"><?php echo $paging_links ?></p>
    </div>
</div>

Paste your page and ill have a look

366

(61 replies, posted in News)

MattF wrote:

Call me pessimistic, but I have zero trust or faith in them. I think I'm going to follow Jeremie's advice and just start ignoring this place full stop, (once I manage to resist the temptation to check back here). It's akin to flogging a dead horse on here now, in my personal opinion.

I would do the same, however like I said over a fluxbb I don't feel its right to leave the users of punbb/fluxbb out.. around 90% of the people that provided support daily for users have moved to fluxbb...

And thats why I will help as much as I can on both forums (If im wanted wink)

367

(4 replies, posted in PunBB 1.2 troubleshooting)

its your  http://tweakdesktop.com/style.css

label (line 229)

{

float: left;

width: 140px;

text-align: left;

padding-top: 5px;

}

the width

368

(7 replies, posted in PunBB 1.3 troubleshooting)

then email who ever has acces to it is and ask them to give you a copy!

369

(4 replies, posted in PunBB 1.2 troubleshooting)

in the extra's folder you have a file called turn_off_maninantance_mode.php upload this to your forum root and run it then remove it.

370

(39 replies, posted in PunBB 1.2 discussion)

Punbb is referenced in Evey file... and you have to keep it their smile its the licence.

and maybe some sort of "Club" mod where users can create a club and others can join it.

Few things about that:

Me and others are making a site called FindClan. You create clans (guilds, community's, clubs...) and others can join it. This is a site though, not a project.

On the other hand, we might make a little clan extension for punbb/fluxbb which will allow you to manage your clan on your own site, though this wont allow people to create "clubs"

Imagine this:

A forum, with an average topic per page is 15, so 40 queries per person per page.. with 130 users (assuming they are all reading a topic wink ) that 5200 queries.. plus an average page view of... 200 that's 1040000 queries possibly a day.

Also, does the "Currently used extensions" show all the ones installed on the forum or the ones that are used on the current page..

Well one of the 6 page posts ( 20 posts per page) gets 50 queries...

33 queries executed  V Fluxbb = 9 queries executed

I gets 2/3 queries per post.... and the ones with 6 pages is getting 50 queries...

374

(2 replies, posted in PunBB 1.2 troubleshooting)

Only thing you can do is edit it from the database if you have access.

do you have ftp access?

375

(3 replies, posted in General discussion)

All the extra buttons and smileys arnt needed here. I will rather type = than get rid of the ... in the extra useless buttons.