1,351

(43 replies, posted in General discussion)

Ubuntu eh... has it finally become a decent Linux?
I might download it and install it on VMWare to check tongue

PayPal API eh... I should take a decent look at it one day, but it can't be that hard eh big_smile

But PunBB has a standard password generation feature if email confirmation is on. Maybe it's easier to just use that tongue

That they don't show probably.

1,354

(4 replies, posted in PunBB 1.2 discussion)

It's far from done, they're still working on the extension system.

1,355

(4 replies, posted in Programming)

pogenwurst wrote:

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 smile

wrote:

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 tongue It still needs me to fill in the name of the URL wink

Are you sure you put the plugin in the plugins/ folder?

If your forum is installed, you can start modifying the layout by editing style/Oxygen.css and style/imports/Oxygen_cs.css.

If you see all that text when opening it in your browser, your host doesn't support PHP tongue

1,359

(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 tongue
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 smile

Thanks for the help!

-- El Bekko

Make a folder forum in public_html and upload it there.

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

(2 replies, posted in PunBB 1.2 troubleshooting)

What error do you get?

Have you installed the forum already?
If not, does your server support PHP and MySQL, PostgreSQL or SQLite?
If not, get new hosting tongue

1,364

(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

(52 replies, posted in PunBB 1.2 discussion)

Very nice big_smile

1,366

(13 replies, posted in General discussion)

Because it's supposed to express the user or something... anyway, link: http://userbars.com/

1,367

(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.

The easiest would be to apply the theme to the forum...

1,369

(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

(11 replies, posted in PunBB 1.2 troubleshooting)

Replace [\/ariegenews\]/gi with [\/ariegenews\]/i then.

1,371

(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.

Hrmm... so basically the ability to tag threads on a per user basis?

1,373

(3 replies, posted in PunBB 1.2 troubleshooting)

I'd think you didn't migrate your users...

1,374

(1 replies, posted in PunBB 1.2 troubleshooting)

Probably a mod that had added an extra column to that table wink

1,375

(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.