You could always use one of the free scripts out there and just host it on your server for yourself and others to use.  It wouldn't be integrated into PunBB.

Here is one I've really like, it will give you the BBcode as well.

http://chevereto.com/

2

(27 replies, posted in PunBB 1.3 extensions)

@Sirena - I don't see anything that warrants being worried.  Even if there are ties to the Dominican Republic or Russia, what would that matter?  This is just for image hosting, not hosting personal documents or information.

3

(27 replies, posted in PunBB 1.3 extensions)

This is exactly what I needed, thank you!

Gassho,
ScottyDoo

4

(2 replies, posted in PunBB 1.3 troubleshooting)

colak wrote:

Reports are feedback from users to the admins/moderators. They are basically there to inform you ons spam posts or improper behaviour.

Okay, well my users must have accidentally clicked 'Report' instead of reply as the messages are just replies to part of the thread.  I assumed that's what reports were as that seemed the most obvious answer.  I was just confused by the messages I was getting....but it's looking like it was unintentional.

Thanks!

5

(2 replies, posted in PunBB 1.3 troubleshooting)

I apologize if this is a stupid question, but what exactly are the Management Reports?

I have like 4 of them listed in the admin section and I have no idea 'why' they are there and/or 'what' to do with them.

Can someone enlighten me?

Thanks!
ScottyDoo

6

(98 replies, posted in PunBB 1.3 extensions)

Okay, I actually think I got it...I did NOT literally reinstall the extension, that made a huge difference smile

http://imgur.com/AHO

7

(98 replies, posted in PunBB 1.3 extensions)

Programming-Designs wrote:

Did you make sure to upload/reinstall the attachment extension and re-upload viewtopic.php after making those changes? Basically what I did was add my own custom defined hook into viewtopic.php where I wanted the code to be executed and changed the hook id in the manifest.xml to match the newly created hook from viewtopic.php.

I re-uploaded them, what I'm not sure about is that I edited the lines properly.

You said:

I created my own hook and placed it on line 499/500

Does this mean you took that the code you showed here and replaced both lines 499 and 500 with it, or did you insert it after line 499?  Or something else?  I'm not exactly sure. That's what I'm confused about...and the same thing with the manifest. 

I'm one of those people that apparently needs to have someone hold my hand with specifics when editing code. Sorry!

8

(98 replies, posted in PunBB 1.3 extensions)

Programming-Designs wrote:

Okay, so I looked through the code and I found that viewtopic.php doesn't seem to have a hook that is located above the signature area (but below the posters message). I created my own hook and placed it on line 499/500:

($hook = get_hook('vt_row_msg_after')) ? eval($hook) : null;

Then I modified the manifest.xml file to use that hook rather than the vt_row_pre_display hook (line 684):

<hook id="vt_row_msg_after"><![CDATA[

Now I got it how I want it: http://forums.programming-designs.com/post/5707/#p5707 smile

I'd suggest in the next update for PunBB to add another hook in the place I made mine (line 499/500 of viewtopic.php) as it could be very useful for other extensions too I assume.


Okay, I apparently am not getting this...editing code is not my strong suit.  I thought that I changed the lines like you mentioned but my result was no different than before.

9

(51 replies, posted in PunBB 1.2 discussion)

MySQL 4.1.22-standard