Here you go: http://wiki.punres.org/Default_avatar
1,076 2006-05-03 00:58
Re: [req] Default Avatar (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,077 2006-05-03 00:13
Re: How to edit main.tpl so only members can see links (9 replies, posted in PunBB 1.2 troubleshooting)
Yes, but I think he was doing it somewhere else...
Ah, I see what you're saying. Ooops.
Though IMO it might be easier just to put whatever the links are in a PHP file in include/user, then use <pun_include=file.php> in main.tpl (no messing with header.php)
1,078 2006-05-02 20:20
Re: How to edit main.tpl so only members can see links (9 replies, posted in PunBB 1.2 troubleshooting)
elbekko, why not just edit functions.php? Sounds simpler to me (busy now though so I can't post anything in terms of code at the moment).
1,079 2006-05-01 14:47
Re: Is it possible to have a member in two groups at the same time? (5 replies, posted in PunBB 1.2 troubleshooting)
There is already a multigroup mod at Punres, although I'm not sure how it works, if at all, or if it fits your needs.
Group Foo can moderate forums 1, 2, and 3.
Currently, there is only one moderator group, and that's it, but 1.3 is supposed to include the ability to specify multiple moderator groups.
1,080 2006-05-01 14:40
Re: Users online today (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Where can i find the users online today mod?
1,081 2006-05-01 14:37
Re: How to divide Threads? (2 replies, posted in PunBB 1.2 troubleshooting)
In the case of spam, you can just delete individual posts in a thread, but otherwise, try the Move Post mod.
1,082 2006-05-01 00:26
Re: Need Help! Realy easy to awnser but i dont want to break rules!! (8 replies, posted in PunBB 1.2 troubleshooting)
Open footer.php and look for Rickard Andersson.
1,083 2006-05-01 00:25
Re: Removing Header Text Rofl! Sorry for all teh questions... (1 replies, posted in PunBB 1.2 troubleshooting)
Open include/template/main.tpl and remove <pun_title>.
1,084 2006-05-01 00:17
Re: hey everybody... and stuff (5 replies, posted in PunBB 1.2 discussion)
mmm...
PM has not been included and hopefully never will be
whats so bad with it?
It's not really essential to a forum. In many cases it just serves to add bloat.
For people who do think it is necessary, well, that's why there's the PM mod.
1,085 2006-04-30 17:10
Re: [req] rank forums (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,086 2006-04-30 15:23
Re: Different rank images (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Skip step 1 of the tutorial, replace the code in step 2 with:
if ($cur_post['num_posts'] >= 100) {$rank_icon = 'senior_member.png'; $rank_alt = 'Senior Member';}
elseif ($cur_post['num_posts'] > 10 && $cur_post['num_posts'] < 100) {$rank_icon = 'member.png'; $rank_alt = 'Member';}
else {$rank_icon = 'new_member.png'; $rank_alt = 'New Member';}
(change as necessary for your rankings)
Then change the code in step 3 to:
<dd class="usertitle"><img src="<?php echo $rank_icon; ?>" alt="<?php echo $rank_alt; ?>" /></dd>
Please try it out and let me know how it works, then I'll probably add it to the wiki or something.
EDIT: FYI, I'm not sure what step one is supposed to do, so I just skipped it. I dunno, it might be necessary. Someone smart want to fill me in?
1,087 2006-04-30 00:31
Re: BFCommunity Forum & ImperialGaurd site (1 replies, posted in PunBB 1.2 show off)
As has been said before, this is not the place to show off forums hosted on MyPunBB.com. The purpose of this forum is mainly to show work you've done yourself on your own server such as modifications or integration.
1,088 2006-04-29 19:14
Re: From phpBB to PunBB (3 replies, posted in PunBB 1.2 troubleshooting)
This appears to be an issue with the converter rather than PunBB itself, so I've moved to troubleshooting rather than bug reports.
Anyway, can't those users just click "Forgot your password?" on the login page?
1,089 2006-04-29 01:39
Re: Need some easy help! (2 replies, posted in PunBB 1.2 troubleshooting)
1. I suggest you have a quick look at this first, and think it over: http://punbb.org/forums/viewtopic.php?id=2165
1,090 2006-04-28 18:55
Re: Regarding Image display (5 replies, posted in Programming)
Do u suggest some good site for GD lib usage...
I can't say anything as to how good it is, but I found this on Stumbleupon yesterday:
1,091 2006-04-27 20:36
Re: Remove or modify website link on left side in profile (1 replies, posted in Feature requests)
1. Yes, open viewtopic.php and find:
$user_contacts[] = '<a href="'.pun_htmlspecialchars($cur_post['url']).'">'.$lang_topic['Website'].'</a>';
Replace with:
$user_contacts[] = '<a href="'.pun_htmlspecialchars($cur_post['url']).'" onclick="window.open(this.href); return false;">'.$lang_topic['Website'].'</a>';
1,092 2006-04-27 20:31
Re: Show where the user is, or who reads the posts (10 replies, posted in Feature requests)
And where do I get that file from?
I dont got it already, and it didnt come with the plugin.
It's contained in the zip archive (punonline 1.2.1.zip) in the file listing on Punres.
1,093 2006-04-27 02:04
Re: PunRes Announces: PunBB Boards Stats! (8 replies, posted in PunBB 1.2 discussion)
pogenwurst wrote:Hmm... how come the largest & fastest growing boards listings each have the same forum listed three times?
The bit in bold is what they are winning on, its just a coincidence the same one happens to win on all 3.
Ohhh.... silly me.
Thanks.
1,094 2006-04-27 01:40
Re: PunRes Announces: PunBB Boards Stats! (8 replies, posted in PunBB 1.2 discussion)
Hmm... how come the largest & fastest growing boards listings each have the same forum listed three times?
1,095 2006-04-27 01:37
Re: Show where the user is, or who reads the posts (10 replies, posted in Feature requests)
Thanks, but I cant get it working.
I cant find where to see the status?
online.php? Never used the mod myself, but that's the filename of the now-nonexistent demo.
1,096 2006-04-26 20:12
Re: [FAQ] How do I...? (33 replies, posted in PunBB 1.2 modifications, plugins and integrations)
So the automated registrations would still happen, just not as much.
Yes, but if you are able to hinder their registrations by only allowing one registration per IP per hour, you obviously have their correct IP address, so you can just ban them.
1,097 2006-04-26 20:09
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Endre wrote:How can I make the message "There are new messages" appear on the front-page of my site?
No one?
I've already got the Users online and forum activity on the front page.. would be nice to have PM-info too
Isn't that what this post is talking about?
1,098 2006-04-26 20:06
Re: Show where the user is, or who reads the posts (10 replies, posted in Feature requests)
It's not exactly what you're looking for (so don't come back saying, "No, that's not what I'm looking for," because I already know that - and yes, such a thing has happened to me before), but I believe PunOnline does something sort of like that.
1,099 2006-04-26 19:59
Re: Users online today (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to modifications.
I would imagine that it can't be too hard, although I've never used either mod, so I wouldn't know.
1,100 2006-04-26 19:44
Re: PunRes Announces: PunBB Boards Stats! (8 replies, posted in PunBB 1.2 discussion)
Awesome! I'll add mine once I complete all the improvements I'm hoping to make.