Ubuntu eh... has it finally become a decent Linux?
I might download it and install it on VMWare to check
1,351 2006-10-14 11:19
Re: Ubuntu 6.06 LTS (43 replies, posted in General discussion)
1,352 2006-10-13 20:18
Re: Using PayPal to generate passwords in PunBB? (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
PayPal API eh... I should take a decent look at it one day, but it can't be that hard eh
But PunBB has a standard password generation feature if email confirmation is on. Maybe it's easier to just use that
1,353 2006-10-13 20:12
Re: [Release] User Management Plugin (71 replies, posted in PunBB 1.2 modifications, plugins and integrations)
That they don't show probably.
1,354 2006-10-13 12:14
Re: PunBB 1.3 to-do-list (4 replies, posted in PunBB 1.2 discussion)
It's far from done, they're still working on the extension system.
1,355 2006-10-13 11:36
Re: Making Firefox extension (4 replies, posted in Programming)
You might want to take a look at these links for info on extension dev: http://punbb.org/forums/viewtopic.php?pid=69339#p69339
I'll take a look at those, thanks
You also might want to check out the BBCodeXtra extension, which has a clipboard submenu where you can click "URL with name", which will pop up a dialog to enter the link text and then generate the BBCode with the text you provided and the current contents of your clipboard as the URL.
I have that extension, but it doesn't quite do what I want It still needs me to fill in the name of the URL
1,356 2006-10-12 20:21
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Are you sure you put the plugin in the plugins/ folder?
1,357 2006-10-12 16:02
Re: Integrating a PunBB forum into a FrontPage created site? (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If your forum is installed, you can start modifying the layout by editing style/Oxygen.css and style/imports/Oxygen_cs.css.
1,358 2006-10-12 15:51
Re: Integrating a PunBB forum into a FrontPage created site? (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If you see all that text when opening it in your browser, your host doesn't support PHP
1,359 2006-10-12 15:48
Topic: Making Firefox extension (4 replies, posted in Programming)
Hey all,
With my moderator work over at PunRes, I've come up with an idea for a Firefox extension. I looked through the available ones on the Firefox site, but only found one that did something similar to what I want, but not quite what I want
It's the "Copy as HTML Link" extension.
Basically, what I want it to do, is this:
When you right-click on a link, you see the option to copy as BBCode link, with the copied text looking like this:
[url=<href part of the selected link>]<text of the selected link>[/url]
So when I right-click on this link:
<a href="profile.php?id=5453">SomeUser</a>
I want it to copy:
[url=http://www.punres.org/profile.php?id=5453"]SomeUser[/url]
(taking a PunRes example here).
I've managed to get the plugin modified so it copies into a BBCode link, but that's about it... I have no idea on what controls to use etc, so this is where I need help.
Or if someone just wants to make, it fine by me too =P
I hope I was clear
Thanks for the help!
-- El Bekko
1,360 2006-10-12 15:34
Re: Integrating a PunBB forum into a FrontPage created site? (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Make a folder forum in public_html and upload it there.
1,361 2006-10-12 15:08
Re: Integrating a PunBB forum into a FrontPage created site? (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You have to upload the files in your 'upload' folder through FTP to a folder on your hosting. Then you need to run install.php which will create all the tables for your forum. It will prompt you with some code in a textbox. Put this in config.php and upload it.
That's how to install a PunBB forum.
1,362 2006-10-11 19:26
Re: Cant post or edit (2 replies, posted in PunBB 1.2 troubleshooting)
What error do you get?
1,363 2006-10-11 17:20
Re: Integrating a PunBB forum into a FrontPage created site? (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Have you installed the forum already?
If not, does your server support PHP and MySQL, PostgreSQL or SQLite?
If not, get new hosting
1,364 2006-10-11 15:34
Re: Redirecting Bug (5 replies, posted in PunBB 1.2 troubleshooting)
Must be some sort of virus on your college network... as this never happened to me. Or would be possible without something being REALLY screwed up.
1,365 2006-10-10 18:54
Re: More PunBB-smilies! (52 replies, posted in PunBB 1.2 discussion)
Very nice
1,366 2006-10-10 18:36
Re: PunBB "Userbar" (13 replies, posted in General discussion)
Because it's supposed to express the user or something... anyway, link: http://userbars.com/
1,367 2006-10-10 18:31
Re: PunBB "Userbar" (13 replies, posted in General discussion)
A Userbar is a small image that is usually put in signatures, like Helter's, or in a lesser extend, mine.
1,368 2006-10-10 17:48
Re: Integrating a PunBB forum into a FrontPage created site? (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The easiest would be to apply the theme to the forum...
1,369 2006-10-10 16:30
Re: Searching long string... (1 replies, posted in Programming)
preg_match_all("#E-[0-9]{20, 100}#", $str, $matches);
They'll be stored in $matches[1] normally.
1,370 2006-10-10 16:17
Re: Javascript in post (11 replies, posted in PunBB 1.2 troubleshooting)
Replace [\/ariegenews\]/gi with [\/ariegenews\]/i then.
1,371 2006-10-10 15:44
Re: Help! Something with the DB! (3 replies, posted in PunBB 1.2 troubleshooting)
Have you done a new install and migrated your posts/threads/forums/... into it, or did you import the whole DB?
As it seems your user table doesn't exist or doesn't contain the correct values.
1,372 2006-10-10 15:17
Re: Multiple Forums assigned to the same post (3 replies, posted in Feature requests)
Hrmm... so basically the ability to tag threads on a per user basis?
1,373 2006-10-10 15:11
Re: Help! Something with the DB! (3 replies, posted in PunBB 1.2 troubleshooting)
I'd think you didn't migrate your users...
1,374 2006-10-10 15:09
Re: Migration (1 replies, posted in PunBB 1.2 troubleshooting)
Probably a mod that had added an extra column to that table
1,375 2006-10-10 15:07
Re: IE7 Any problems? (11 replies, posted in PunBB 1.2 discussion)
It wasn't on my computer, but on a friends laptop running a fresh copy of PunBB 1.2.12... don't know what version he was using tho.