Your template is lovely. The way the logo picks up the layout colours looks very polished.
2 2007-07-17 03:51
Re: Ideas on how to prevent spam registration? (8 replies, posted in PunBB 1.2 discussion)
I've had excellent luck with the Bad Behaviour mod. It does only block bots though, not humans posting spam.
3 2007-04-10 19:02
Re: Is there a way to back up an entire Forum? (8 replies, posted in PunBB 1.2 troubleshooting)
Just to be clear, the Backup plugin lets you save your database only. You should also save the files from your forum directory, especially if you have installed any mods.
4 2007-03-29 04:25
Re: punbb portal (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You could use different portal software for each portal. For example, you could use PunPortal for one and MiniPortal for another. If both portals have to run the same thing and they alter the database at all, you would have to edit one copy of the portal so they don't try to use the same settings.
5 2007-03-28 06:24
Re: Remove footer (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Rio, removing the copyright notice from the footer (or removing the footer totally) is permitted.
6 2007-03-28 03:33
Re: Remove footer (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Make a copy of footer.php. Within the copy, delete everything you don't want. Then within index.php, require the copy instead of the normal footer.
7 2007-03-28 02:15
Re: Make a 'Digg This Thread' button/link in threads. (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
bingiman, the problem seems to be that your PHP isn't within PHP tags. Try this instead:
<img src="http://digg.com/img/badges/10x10-digg-thumb.png" width="10" height="10" alt="Digg!" /> <a href="http://digg.com/submit?phase=2&url=<?php echo $pun_config['o_base_url'] ?>/viewtopic.php?pid=<?php echo $cur_post['id'].'#p'.$cur_post['id'] ?>&title=<?php echo pun_htmlspecialchars($cur_topic['subject']) ?>">Digg It</a>
8 2007-03-16 09:28
Re: Oh yay stupid questions (5 replies, posted in PunBB 1.2 troubleshooting)
There's a mod for lists in BBcode: http://www.punres.org/desc.php?pid=185
9 2007-02-12 22:40
Re: Make a 'Digg This Thread' button/link in threads. (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Heh. That makes sense!
*YOUR FORUM URL HERE* could be replaced with <?php echo $pun_config['o_base_url'] ?>, like so:
<div style="float:left;"><img src="http://digg.com/img/badges/10x10-digg-thumb.png" width="10" height="10" alt="Digg!" /> <a href="http://digg.com/submit?phase=2&url=<?php echo $pun_config['o_base_url'] ?>/viewtopic.php?pid=<?php echo $cur_post['id'].'#p'.$cur_post['id'] ?>&title=<?php echo pun_htmlspecialchars($cur_topic['subject']) ?>">Digg It</a></div>
10 2007-02-12 20:12
Re: Make a 'Digg This Thread' button/link in threads. (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
reckless: Is there a reason you have *YOUR FORUM URL HERE* instead of echoing o_base_url ? Then the code snippet wouldn't require editing.
11 2007-01-11 21:11
Re: UTF-8 for the mailform (4 replies, posted in PunBB 1.2 troubleshooting)
ISO-8859-1 would be better than windows-1250.
12 2007-01-11 20:19
Re: Simple way to stop spam signups (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
And it would be ALOT better with a image generator that said "what is 4 plus 5?" so that parsers can´t read it.
Parsers and screenreaders used by visually impaired people. Using character entities, though, might stop some bots while staying readable for humans.
13 2006-11-29 16:26
Re: Edit the menu problem!! (9 replies, posted in PunBB 1.2 troubleshooting)
That CSS won't work as written. The IDs are on the list items, not the links themselves. It needs to be
#punsearch #navsearch a
and so on to work.
14 2006-11-23 14:10
Re: [help] Javascript within php? (5 replies, posted in PunBB 1.2 troubleshooting)
IE6 doesn't support :hover on anything else than a tags
Yes, and the :hover would indeed be on A tags (the header nav links). Would that not work?
15 2006-11-18 02:27
Re: Recipe for spam-avoidance? (10 replies, posted in PunBB 1.2 troubleshooting)
My advice: don't allow guest posting, require verification on all registrations (so anyone registering an account has to supply a valid email address), and run an anti-spam mod. There are several out there. I use the Akismet mod, which works pretty well so far. Registration CAPTCHAs work but also shut out the vision-impaired, so I suggest using them only if nothing else works.
As for cleaning up the spam, try the Forum cleanup plugin.
16 2006-11-17 02:48
Re: sorting plugins in admin CP (6 replies, posted in PunBB 1.2 discussion)
I have tried replacing admin_loader.php, header.php, and admin.tpl with unaltered files from the latest version release, but my plugins still aren't alphabetized. There are a lot of plugins I want to use, but I can never quickly find the one I want in the messy list.
Please, can anyone help me fix this? It's driving me bananas.
17 2006-11-06 15:25
Re: sorting plugins in admin CP (6 replies, posted in PunBB 1.2 discussion)
Mine are not sorted alphabetically. They go like this:
AP_DB_Management
AP_Clear_Cache
AP_Broadcast_Email
AP_Languages_and_style
They're not alphabetized and they're not reverse alphabetized either. It's possible I broke the alphabetizing code during an upgrade, but if that's it, I'm still not sure what to look for.
18 2006-11-06 13:40
Topic: sorting plugins in admin CP (6 replies, posted in PunBB 1.2 discussion)
I'd like my plugins to be sorted alphabetically within my PunBB control panel. Right now they're listed without any rhyme or reason. How can I make it happen?
19 2006-10-22 18:16
Re: Modded punBB available that removes JS and cookie dependency? (13 replies, posted in PunBB 1.2 discussion)
I do likewise, but I've yet to convince her to.
20 2006-10-20 16:02
Re: Modded punBB available that removes JS and cookie dependency? (13 replies, posted in PunBB 1.2 discussion)
One of my members has cookies completely disabled at work but would still like to post from there. That's my only no cookies member though.
I have no idea how much work it would be, but I would love a mod that allows guest/logged out users to enter a username and password when posting. It doesn't seem like something that should be in the default installation though.
21 2006-10-02 12:38
Re: style editing and font size (8 replies, posted in PunBB 1.2 troubleshooting)
For (1), your Announcement has <a/> where it should have </a>. Fixing that error should stop the text from highlighting.
22 2006-09-13 10:22
Re: PunBB needs your money! (124 replies, posted in News)
Private messaging mod: http://www.punres.org/files.php?pid=52
Poll mod: http://www.punres.org/files.php?pid=60
I don't know if phpBB PMs or polls would convert though.
23 2006-08-25 16:06
Re: [resolved] Vertical menu. Help please. (2 replies, posted in PunBB 1.2 troubleshooting)
That's not PHP, it's CSS. That screenshot is of the Novin style, so you can download that style and look in the .css files to find what you want.
24 2006-08-16 15:30
Re: Time Zones (6 replies, posted in PunBB 1.2 troubleshooting)
You need to set the timezone based on the server time, not your personal computer's time.
25 2006-07-15 10:21
Re: Forum posts from MySQL to Page (2 replies, posted in PunBB 1.2 troubleshooting)
Sounds like you want the News Generator plugin found here.