You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 15 of 30)
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&id='.$pun_user['id'].'&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&id='.$pun_user['id'].'&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??
Summer 08
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.
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.
fantasma wrote:can't download it
Its not out yet...
Lol... you and your sites... ambitious man lol.
Yeah looks good. Phaxenor has the closed beta 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
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 )
its your http://tweakdesktop.com/style.css
label (line 229)
{
float: left;
width: 140px;
text-align: left;
padding-top: 5px;
}
the width
then email who ever has acces to it is and ask them to give you a copy!
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.
Punbb is referenced in Evey file... and you have to keep it their 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 ) 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...
Only thing you can do is edit it from the database if you have access.
do you have ftp access?
All the extra buttons and smileys arnt needed here. I will rather type = than get rid of the ... in the extra useless buttons.
Posts found: 351 to 375 of 726