151

(9 replies, posted in General discussion)

The Admin Zone is a great resource for this sort of matter (I know I mention it a lot, but I swear I'm not spamming), even if it does run on vBulliten. wink

I will say that in terms of first impressions:
a) You have a lot of announcement forums and other mundane stuff placed at the top of the forum listing. Generally, you want the most interesting forums up top to attract visitors' attention.
b) You have quite a few forums, which both makes scrolling from the top to the bottom a pain and spreads postcounts out too much, thus making your board seem less active than it is.
c) It's not that apparent what the board is about.

I hope that helps!

Moved to modifications

I'd ask the mod's author about this, either in its release topic or via email.

153

(114 replies, posted in Programming)

elbekko wrote:
rollonequick wrote:
elbekko wrote:

That is... bad. Very bad.

What is bad??

My site or the fact that I used frontpage 2003????

Primarily Frontpage. But the fact that your site is a bunch of copied scripts and Frontpage-generated code doesn't make that very good either.

I don't know elbekko, I've fallen in love with this concise coding style: wink

                    <tr>
                        <td>

                        <p style="margin-top: 5px; margin-bottom: 5px"><b>
                        <font face="Arial" size="2">- <font color="#3399FF">
                        <a href="news.php">
                        <font color="#3399FF">Home</font></a></font></font></b></p>
                        <p style="margin-top: 5px; margin-bottom: 5px"><b>
                        <font face="Arial" size="2">-
                        </font>
                        <a href="profile_fields.php">

                        <font face="Arial" size="2" color="#FFFFFF">My GB Profile</font></a></b></p>
                        <p style="margin-top: 5px; margin-bottom: 5px"><b>
                        <font face="Arial" size="2">-
                        <a href="message_list.php">
                        <font color="#FFFFFF">My GB Messages</font></a></font></b></p><p style="margin-top: 5px; margin-bottom: 5px">
                        <font face="Arial"><b><font size="2">-
                        <a href="bank.php">
                        <font color="#FFFFFF">My GB Bank Account</font></a></font></b></font><p style="margin-top: 5px; margin-bottom: 5px">

                        <b><font face="Arial" size="2">-
                        <a href="mychallenges.php">
                        <font color="#FFFFFF">My GB Challenges</font></a></font></b></td>
                    </tr>

Moved to integration

155

(13 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=10518

156

(4 replies, posted in PunBB 1.2 show off)

Well, having multiple URLs for one site is bad for SEO, so you might want to address that.

157

(15 replies, posted in PunBB 1.2 troubleshooting)

If reputation_plus enables/disables the mod, what does reputation_minus do?

Moved to plugins.

159

(15 replies, posted in PunBB 1.2 troubleshooting)

tryadmin wrote:

Looks great, Ill give it a shot right now. Thanks!!

BTW- Where in the page do you recommend me inserting this code?

You shouldn't insert it anywhere. It's code copied from install_mod.php to give you some idea of the DB structure. Assuming you already have the mod installed, you need to use phpMyAdmin or another tool to modify the column(s) (depending on whether you need the last voice column to be set from the beginning).

160

(17 replies, posted in Programming)

eric235u wrote:

as a free software user i totally despise flash.  i don't even have flash installed on my home computer.

Personally I don't mind having closed-source apps like Flash mixed in with my OSS system, but I understand that some do. I wonder if the Flash output of this program is compatible with Gnash or Swfdec.

161

(15 replies, posted in PunBB 1.2 troubleshooting)

    switch ($db_type)

    {

        case 'mysql':

        case 'mysqli':

            $sql = 'ALTER TABLE '.$db->prefix.'users 

      ADD COLUMN reputation_minus INT(11) UNSIGNED DEFAULT 0,

      ADD COLUMN reputation_plus INT(11) UNSIGNED DEFAULT 0,

      ADD COLUMN last_reputation_voice INT UNSIGNED

      ';

            break;



    }

Can you set the default value of reputation_plus to 10 and that of last_reputation_voice to the ID of the administrator?

When you check to see if this works or not, keep in mind that it will only apply to new users.

162

(15 replies, posted in PunBB 1.2 troubleshooting)

Is it this or this?

163

(17 replies, posted in Programming)

MattF wrote:
pogenwurst wrote:

You could get into some serious flame wars calling what Wine does emulation. tongue

big_smile big_smile But it's quicker to say emulation than writing the page or two's worth of text that they use to explain it. big_smile big_smile

Ha! Good point tongue

164

(15 replies, posted in PunBB 1.2 troubleshooting)

Which reputation mod do you use?

165

(4 replies, posted in PunBB 1.2 show off)

Why do you have two domains?

And if there's supposed to be a banner, I don't see it.

166

(17 replies, posted in Programming)

Publish to Flash, AVI, WMV, EXE and PowerPoint.

Your best bets for cross-platform use will probably be Flash or AVI.

It's hard to say. Sometimes designs and PunBB play nicely with each other, sometimes they need a lot of work. It's best just to take a quick crack at it and evaluate how much more work it'll need.

168

(17 replies, posted in Programming)

MattF wrote:

WINE is a completely different thing, though. big_smile That's merely emulation under which the programmes can run. Must admit, I'm curious about the question too. big_smile

You could get into some serious flame wars calling what Wine does emulation. tongue

Anyway, I know it doesn't convert anything; I just mentioned it because I'm not sure what he's doing.

169

(7 replies, posted in PunBB 1.2 discussion)

See for yourself (subject to change, of course).

170

(2 replies, posted in PunBB 1.2 troubleshooting)

You need to include include/parser.php.

171

(7 replies, posted in PunBB 1.2 discussion)

Will it be hard to upgrade to vanilla 1.3? Probably not.

However, your mods will not be carried over. You'll have to wait until their developers convert them into extensions or do so yourself (as far as I know a beta version of 1.3 will be released for this purpose).

rollonequick wrote:

I love how you can post youtube videos in the forums... amazing!!!

And you can do it, too. smile

173

(17 replies, posted in Programming)

.bin files behave somewhat like .exe files.

You can also run some .exe files through Wine, and Mono compiles C# programs as .exe files and runs them.

I'd be interested to know exactly what you're hoping to do.

174

(15 replies, posted in PunBB 1.2 troubleshooting)

Can you modify the default value of the reputation column in the users table? I've never used the reputation mod so I'm not sure how it's structured, but this method seems logical.

In that case, just skip elbekko's mod and remove this block of code from register.php:

// Check that someone from this IP didn't register a user within the last hour (DoS prevention)
    $result = $db->query('SELECT 1 FROM '.$db->prefix.'users WHERE registration_ip=\''.get_remote_address().'\' AND registered>'.(time() - 3600)) or error('Unable to fetch user info', __FILE__, __LINE__, $db->error());

    if ($db->num_rows($result))
        message('A new user was registered with the same IP address as you within the last hour. To prevent registration flooding, at least an hour has to pass between registrations from the same IP. Sorry for the inconvenience.');