Why don't you compile one?
127 2004-08-06 02:12
Re: Two Column Layout (12 replies, posted in PunBB 1.2 discussion)
lol... kinda hypnotic really...
128 2004-08-06 01:45
Re: Two Column Layout (12 replies, posted in PunBB 1.2 discussion)
Not knocking punBB, but I was looking at http://www.christianforums.com/ which uses vBulletin, and the subforums they've got looks ok, and doesn't clutter up the screen... (well the all the other sidebar junk does, but i'm just talking about the forums bit)
What do you think?
129 2004-08-05 23:27
Re: Two Column Layout (12 replies, posted in PunBB 1.2 discussion)
Thanks Rickard, now that I look at it, I think so too... I might try combining some of the left hand forums.
hcgtv that sounds like alexkingorg's forums... i think if I make them in one column, the page would be too long to scroll down...
[feature request]
Hey Rickard, how about sub-forums? Then I could have one manufacturer specific forum, and all the different manufacturers as sub-forums?
[/feature request]
130 2004-08-05 22:06
Topic: Two Column Layout (12 replies, posted in PunBB 1.2 discussion)
Hey, what do you think of the two column layout?
I had to combine the last post and moderator columns with the forum column so it wouldn't be too squashy.
Do you think it's too cluttered?
131 2004-08-05 01:01
Re: Most modded punBB? (9 replies, posted in PunBB 1.2 discussion)
do you feel like packaging this up as a favor?
oh how i would be so grateful for that.
Not sure how to package it up though...
If anyone wants, I can supply the modified files... should be able to copy over the top of a fresh install right?
132 2004-08-04 11:03
Re: Most modded punBB? (9 replies, posted in PunBB 1.2 discussion)
- Post Enhancer by Rob (not as bloated than that other BBCode button mod
Yeah I hacked it and took out some unneeded stuff... like a lot i like it over post enhancer coz it uses text buttons instead of graphics... loads much quicker.
133 2004-08-04 07:12
Re: Most modded punBB? (9 replies, posted in PunBB 1.2 discussion)
I've got:
- PunPoll by Chacmool (he's the man!)
- PunNewz by Me
- Reply Only Mod by Me
- Private Messaging by Chacmool
- Active Topics by alexkingorg
- BBcode Mod by Maciek
- Last topic & poster Mod on Index page by Me
- Image upload mod by Me
- Spellcheck by Me
Bit scary actually...
134 2004-08-03 13:49
Re: PunBB ==> vBulletin 3 (21 replies, posted in PunBB 1.2 discussion)
yeah, for a lot of $$$ i can take your highly efficient and optimised board and turn into slow, bloated trash
135 2004-08-03 07:43
Topic: Most modded punBB? (9 replies, posted in PunBB 1.2 discussion)
So who's currently got the most modded punbb board? List your mods...
136 2004-08-03 00:13
Re: spellcheck (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Oooh... perhaps... where do I put that? On the parent (punbb) or on the new window (spellcheck.net) ?
137 2004-08-02 23:52
Re: spellcheck (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey just wondering if anyone with javascript expertise can help -- I've made the spellcheck function so that some javascript code:
- grabs the message text in the form
- opens a new window and posts it to spellcheck.net.
- Spellcheck.net then spell checks the text as the picture above.
- When the Apply Changes button is pressed, it Spellcheck.net returns a text box containing the spelling corrected text.
- Currently user has to copy the text and manually paste it back into punbb.
Now, the big question - how do I get the text from that window back to the punbb messagebox automatically (e.g. say if button is pressed or window is closed)? Note that I'm just piggybacking the spellcheck.net service - I don't have access to their code or can't modify their form in any way.
Any fancy ideas?
138 2004-08-02 23:43
Re: PunBB ==> vBulletin 3 (21 replies, posted in PunBB 1.2 discussion)
hehe, usually the converter is provided by the forum you are attempting to move to... no sense making a converter so that people can give up using your software...
139 2004-08-02 04:05
Re: Shuttertalk (7 replies, posted in PunBB 1.2 show off)
Anyone interested in talking about digital photography, music, christian topics or punbb, feel free to join us in the shuttertalk forums!
We've already got a few punbb-ers over there...
140 2004-08-02 03:24
Re: spellcheck (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
141 2004-08-02 03:19
Re: PunBB ==> vBulletin 3 (21 replies, posted in PunBB 1.2 discussion)
I think that'd be PunBB >>>------> vbulletin 3
lol!
Ok you're right. How about "How do I shoot a missile at vBulletin 3?"
Hehe...
142 2004-08-01 22:44
Re: PunBB ==> vBulletin 3 (21 replies, posted in PunBB 1.2 discussion)
Maybe he means:
"How do I shoot an arrow from punbb to vbulletin 3?"
143 2004-07-30 03:51
Re: Active Topics (57 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey, I like what you've done with yours better! Care to post some code?
144 2004-07-30 02:53
Topic: spellcheck (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi,
I thought spell checking might be a nice thing to have... I've hacked something together on my site.
I still need to tidy it up a little before I release it... (or you could just view the source code and reverse engineer - pretty easy to do).
Let me know what you think!
Cheers,
Julian
145 2004-07-30 01:31
Re: Active Topics (57 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Sure... here's the bottom bit.
I'd still like to see it more like viewforum.php though... gotta figure out what Rickard's code is doing..
$ak_limit = 25; // change this to the number of active topics you want to display.
$latest = $db->query('SELECT t.id, t.poster, t.subject, t.posted, t.last_post, t.last_poster, t.num_replies, f.id
AS fid, f.forum_name
FROM '.$db->prefix.'topics
AS t INNER JOIN '.$db->prefix.'forums
AS f
ON t.forum_id=f.id
WHERE t.moved_to IS NULL
AND f.admmod_only=0
ORDER BY last_post
DESC LIMIT '.$ak_limit);
?>
<table class="punmain" cellspacing="1" cellpadding="4">
<tr>
<td class="puncon3" colspan="6" id="latest">Active Topics</td>
</tr>
<tr class="punhead">
<td class="punhead"><?php echo $lang_common['Topic'] ?></td>
<td class="punhead" style="width: 5%; white-space: nowrap">Replies</td>
<td class="punhead" style="width: 25%; white-space: nowrap">Forum</td>
<td class="punhead" style="width: 14%; white-space: nowrap">Last Poster</td>
<td class="punhead" style="width: 14%; white-space: nowrap"><?php echo $lang_common['Last post'] ?></td>
</tr>
<?php
while ($ak_post = $db->fetch_assoc($ak_latest)) {
$subject_new_posts = '[ <a href="viewtopic.php?id='.$ak_post['id'].'&action=new" title="'.$lang_common['New posts info'].'">'.$lang_common['New posts'].'</a> ]';
?>
<tr class="puntopic">
<td class="puncon1"><a href="viewtopic.php?id=<?php echo $ak_post['id'] ?>"><?php echo pun_htmlspecialchars($ak_post['subject']) ?></a> <?php echo $subject_new_posts; ?></td>
<td class="puncon2"><?php echo pun_htmlspecialchars($ak_post['num_replies']) ?></td>
<td class="puncon1"><?php echo pun_htmlspecialchars($ak_post['forum_name']) ?></td>
<td class="puncon2"><?php echo pun_htmlspecialchars($ak_post['last_poster']) ?></td>
<td class="puncon1" style="white-space: nowrap"><?php echo format_time($ak_post['last_post']) ?></td>
</tr>
<?php
}
?>
</table>
146 2004-07-30 01:21
Re: Active Topics (57 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It would be good if you could make the layout like viewforum.php, esp. with the dot and the new icon...
I've extended the mod a bit on my site but will need to play around a bit more...
147 2004-07-25 23:55
Re: PunNewz (60 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Anything is possible, my friend
Feel free to modify it to suit your needs. I'm using a modified version on my front page. Just change the links in externnews.php (around line 262...)
148 2004-07-25 10:40
Re: PunNewz (60 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Um... just copy the file into your punbb folder. Use it the same way as if you were using extern.php...
150 2004-07-22 04:49
Re: PunBB Vs myBB (7 replies, posted in PunBB 1.2 discussion)
Yup, that's the one, Rickard.
The features I find interesting / useful:
- Private messaging
- BBcode buttons
- Threaded view (good for very long discussions)
- Integrated Portal
- Slightly more powerful search
- More detailed stats (for board, topics, users)
- Editing of templates through control panel
I like how they're all built in from the start, and as you can see, their "mods" section of the community forums has very little in it.
Other things like star thingies, etc. are nice to have but as you say, non essential.
Haven't used vBulletin, IPS for a bit only so yeah.