26

(7 replies, posted in PunBB 1.2 bug reports)

ooh ooh.  tables.





thanks guys.

27

(7 replies, posted in PunBB 1.2 bug reports)

i think i may have one here...

reproduceable for anyone else?

steps:

1) pick a topic
2) hit reply
3) scroll down the page (below textarea)
4) note differing thicknesses of outlines around individual posts

it does require crontab.

see above.

29

(4 replies, posted in PunBB 1.2 troubleshooting)

still not working?

that error is a database memory error, not a php error.

Email_Digests-1.0.1

Announcement:  http://punres.org/viewtopic.php?id=186
Files: http://www.punres.org/files.php?pid=47
Screenshot: http://www.punres.org/files/projects/pr … -1.0.1.png

##     
##     Description:
##     
##     This mod will add email digest capabilities to your
##     PunBB forums.  Options are managed for/by each user
##     through the standard Profile pages.
##
##     Administrators and Moderators can manage all users'
##     digest subscriptions.  The ban list is enforced.
##     Time zones are honored.
##
##     Requires crontab.
##

http://www.punres.org/files/projects/pr_47/rid_67/Email_Digests-1.0.1.png

yes, of course...  sorry about that.



EDIT:

bumped to v1.0.1

screenshot at:  http://punbb.org/forums/viewtopic.php?id=6169

the punres link should be punres.org now...

This will allow your users to sign up for a daily or weekly digest (summary) of all the messages that have been posted while they were away from your boards.

For small groups, this is a good thing since it keeps the topics in front of people and doesn't require them to remember to check the boards for activity themselves.

Maybe someone else will find this useful.

Email_Digests-1.0.0

  http://punres.org/viewtopic.php?id=180


##      Description:  This mod will add email digest capabilities to your
##                    PunBB forums.  Options are managed for/by each user
##                    through the standard Profile pages.
##
##                    Options include:
##                    - Daily / Weekly Delivery
##                    - Display excerpt of each message
##                    - Include my messages in the digest,
##                    - Include only the messages since my last visit
##                    - Send digest, even if it will be empty
##                    - Excerpt Length
##                    - Individual forum selection
##
##                    Administrators and Moderators can manage all users'
##                    digest subscriptions.  The ban list is enforced.
##                    Time zones are honored.

Requires mystical crontab skills.

Good luck.

35

(5 replies, posted in PunBB 1.2 troubleshooting)

got it

36

(5 replies, posted in PunBB 1.2 troubleshooting)

i just downloaded the 1.2 final .tar.gz -

the loadavg change had not been made to line 75 of admin_index.php (two posts above).

might want to repackage the 1.2 release files.

if people aren't using the server for development, which in your case, is probably true...

it's a good habit of turning it off.  there's lots of information there that doesn't NEED to be broadcast.

in and of itself, it's not a security risk.  if however, someone looking for a hole can confirm something using what they read from phpinfo(), then, perhaps.


i find it helpful on a development machine and extra on a production server.

excellent.

as it is, nothing is displayed at all - blank

on textdrive's servers - and some others - by default, will not allow the display of phpinfo().

should there be an if/then in

    admin_index.php?action=phpinfo

that says 'phpinfo is not allowed on this machine'?

41

(1 replies, posted in PunBB 1.2 troubleshooting)

you should put the forum software into your web root.

most hosts call it something like www/ or public_html/

then point your browser to http://www.warensemble.us/forum

then follow the instructions.
you'll have to create a database for your forum to live in.
you'll do that through your sql database editor.
i'd suggest naming it something with 'punbb' in the title - so it's obvious later what you've done.

42

(19 replies, posted in Feature requests)

i'd suggest naming it

style_about.php


and breaking up the title/version

<?php
    $style_title = "Oval Office";
    $style_version = "2.0";
    $style_author = "George W. Bush";
    $style_url = "http://www.whitehouse.gov/";
?>

the docs are a good place to start reading about it

http://httpd.apache.org/docs-2.0/mod/mo … cyindexing

44

(17 replies, posted in News)

glad you're happy with the move.

i've been nothing but impressed, both with TxD and PunBB.

45

(72 replies, posted in PunBB 1.2 discussion)

bump

46

(142 replies, posted in News)

well done.

looking forward to that Trac install.

less than 7 here...

48

(137 replies, posted in News)

supposed?

it wasn't ready then.

49

(7 replies, posted in PunBB 1.2 troubleshooting)

it's because each image is getting put into two divs - one for imgbox and one for scrollbox

divs add a line break when rendered


<div class="imgbox"><div class="scrollbox"><img src="http://www.glop.org/gfx/bub.gif" alt="http://www.glop.org/gfx/bub.gif" /></div></div><p><a href="http://www.glop.org/">http://www.glop.org/</a></p><div class="imgbox"><div class="scrollbox"><img src="http://www.glop.org/gfx/bob.gif" alt="http://www.glop.org/gfx/bob.gif" /></div></div>

50

(137 replies, posted in News)

Paul wrote:

Oh boy! One bug spotted already. Note the lack of space above "Edited by".

bump