76

(9 replies, posted in PunBB 1.2 troubleshooting)

simsportsworld wrote:

ok what about sorting the messages by the latest post rather than the time and date of the first post of each topic.  How is this done?

That's how PunBB sorts topics already, and it appears to be working fine on your forum.

77

(3 replies, posted in PunBB 1.2 discussion)

http://punbb.org/download/plugins/AP_Br … _Email.zip

You asked about this in another topic, too -- in the future please stick to one.

dera wrote:

how can I send my register users email?

Download the "Broadcast Email" plugin from the PunBB download page, upload it to your install's plugin folder, and navigate to it from your forum's admin section.

79

(3 replies, posted in PunBB 1.2 troubleshooting)

Does PHP have error display enabled?

Check out lang/[Language]/mail_templates.

81

(26 replies, posted in PunBB 1.2 show off)

I like it! The new design looks a lot less deviantART-esque (which is a good thing, IMHO -- it sets your site apart).

One comment: the "work from members online now" section doesn't seem to be working out that well. I see one picture and then a billion AI logos. You might want to change it to display something else (like most recent works or work from the last x users online) or remove it altogether.

Why?

Try this post: http://www.punres.org/viewtopic.php?pid=4643#p4643

Just URL encode the desired URL ( urlencode($url) ) and pass it via GET to a script that increments the hits row and then redirects the user to the desired URL ( urldecode($_GET['url']) ).

85

(25 replies, posted in PunBB 1.2 show off)

Very nice!

However, the KDE-style folder icon that you have beside each forum looks a tad bit out of place -- if you don't remove/replace it altogether (which I personally would recommend), at least justify the forum descriptions and moderator listings to that they are all along one vertical line.

Jedi_Master wrote:

I would like to know or someone has working under version 1.2.15 chatbox because 1.0 and 2.0 do not it act

Does this help you: http://punbb.org/forums/viewtopic.php?id=10518 ?

The chatbox is not a plugin; it's a modification; I've thus moved this topic to modifications.

Unfortunately, I can't understand what you're asking. You might want to ask your question on the Polish PunBB support forum.

88

(4 replies, posted in PunBB 1.2 troubleshooting)

quaker wrote:

go to admin turn on debug.. see what error codes it gives you......

You can't turn on debug mode through the admin panel, quaker.

David, when you say "nothing happens", do you mean that you get a blank page or that you get the profile page again, with the old data?

89

(14 replies, posted in PunBB 1.2 troubleshooting)

You might want to contact your host and ask if there have been any security breaches recently. Shared hosts try to ensure that you and you alone have access to your files -- and usually succeed -- but on occasion they trip up.

Question: when you say that the line is appended to the bottom of the pages, do you mean the PHP source, the HTML source, or both?

I currently have neither an active PunBB forum nor an offline test forum (I usually do, but I'm about to reinstall my OS) so unfortunately I cannot try it out.

I'm not sure what you mean about it showing "all the other comments", but the strange ordering is a mistake on my part. The query should read "ORDER BY p.posted", not "ORDER BY t.last_post".

91

(7 replies, posted in PunBB 1.2 discussion)

lie2815 wrote:

This should do it:
http://www.punres.org/desc.php?pid=240

If he's talking about his own forum. He said that he "just signed up", so it seems fairly likely that he's talking about PunBB's forums.

Hmm

'SELECT p.id, p.topic_id, t.subject FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'topics AS t ON p.topic_id = t.id INNER JOIN '.$db->prefix.'forums AS f ON t.forum_id = f.id LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (f.id = fp.forum_id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum = 1) AND p.posted > t.posted ORDER BY t.last_post DESC LIMIT 10'

That query should return the last 10 posts that are not topic starters assuming that I didn't make any typos and that my logic is correct.

A question for anyone who knows SQL better than I do (which would be many people wink ): Could p.posted > t.posted be included in the conditions for the JOIN?

93

(47 replies, posted in PunBB 1.2 troubleshooting)

We've given you all the information we can. Please try, and if you have trouble, give us information on exactly what you tried, so we can proceed to help you from there.

Your site appears to be written in Italian; perhaps you'd have more luck getting help at the Italian support forum listed here?

No, all this does is set up X7 to use PunBB's usernames and passwords.

You can easily add a link to PunBB's navigation bar through PunBB's admin options panel.

dergy wrote:

Currently have it set that way, but still leaves apps viewable by outside sources(other applicants and current members).

Oops, I read your post too quickly! smile

There's not much you can do about applicants seeing each others' posts (without editing code, at least) but you can certainly prohibit other members from seeing them, simply by editing the options of the forum and unchecking "Read forum" (or whatever the option is called) for Members.

96

(142 replies, posted in PunBB 1.2 discussion)

# Multiple moderator groups.
# Board search improved with MySQL Full-Text Search.
# Per-style templates - It will be possible to have one set of templates per style.

http://dev.punbb.org/

Apparently smile

97

(15 replies, posted in PunBB 1.2 discussion)

Smartys wrote:

However, in the meantime, why change if it still works?

Part of the point of a project like GoPHP5 is that regardless of whether or not projects "need" PHP 5, if enough "major" PHP projects exclusively support PHP 5, then end users will have an interest in finding a host that supports PHP 5, and thus hosts will have an interest in implementing it.

P.S. Don't get me wrong; I'm not trying to tell you or anyone else how to develop. I'm perfectly fine with PHP 4 support remaining.

Unfortunately I'm not quite sure what you're requesting.

99

(7 replies, posted in PunBB 1.2 discussion)

On this particular forum (PunBB.org), or your own PunBB forum (assuming the former, I've moved this topic to PunBB discussions)?

Again assuming the former, PunBB has an email newsletter for announcements and it has RSS feeds (accessible via extern.php as described in PunBB's documentation) that you may use with a third party service such as RSSFWD.

100

(47 replies, posted in PunBB 1.2 troubleshooting)

infonet wrote:

this for my big problem my sample webmaster

What?