126

(27 replies, posted in PunBB 1.2 troubleshooting)

Paul wrote:

Most people visitng...

True nuff... that being said, the rate of growth/decay would seem to indicate a trend, be nice to see what trends other sites are showing *crosses his fingures*

Paul wrote:

A large number, ...

No way to win there, unless you included some code to help support IE7 better, by sending hate mail to a random IE dev members e-mail address every time someone posts on a punbb board ^.~

127

(49 replies, posted in PunBB 1.2 discussion)

Not to be rude or anything, but I really hope 1.3 is never release...

All my mods... so much work would be needed (I'm guessing) to reintegrate them... ohh the pain XD

128

(27 replies, posted in PunBB 1.2 troubleshooting)

More like 15% IE7, 45% IE6, 30% FF and steadaly droping (75% IE6, IE% in Jan 2006, 57% IE7, IE6 in Jan 2006.

If you encourage that number to drop by dropping support for IE7 you encourage MS to add support for w3 standards (I don't care if they add their own junk above and beyond... but letting MS split the web again... like NS2 and MS3 used to do... is just childish... and I like being the more stubborn child tongue).

129

(27 replies, posted in PunBB 1.2 troubleshooting)

Why bother supporting IE7? It doesn't bother support w3 tongue

130

(1 replies, posted in PunBB 1.2 troubleshooting)

did you change the permissions of the install.php file to read, and execute? (Usually you need to turn read+ write+execute for "user" and read+execute for "group" and "world")

131

(11 replies, posted in Programming)

Meh? I don't care... Not like I use irc tongue Don't plan to never ever never use it too 0.o XD (Ok, i've lost myself now...)

132

(18 replies, posted in PunBB 1.2 troubleshooting)

FM, you ~should~ use the "localest" mail server. If your forum is hosted by www.joeblowhosting.com, you should probably find some documentation on joeblowhosting.com that says thier smtp server is: smtp.joeblowhosting.com. If your hosting your forum on googlepages... how the frik did you manage to upload a real webpage to googlepages... tongue

post snippet of your index.php line 0-20ish?

134

(11 replies, posted in Programming)

Now here's the real question gleek, can I make posts to your logs and get replies? tongue

irc is about as useful as a phone. If you have high-speed internet you don't need it... unless you like telemarketers... you might need a phone if you like them,,, tongue

135

(8 replies, posted in PunBB 1.2 troubleshooting)

lol, you should get a tool to speed up your searching tongue I like grep (a linux command line tool), but I think there are windows equivalents.

136

(8 replies, posted in PunBB 1.2 troubleshooting)

Je pense que le suivant va correcte le problème. C'a fait des années que je écrite on français XD Je peux parler plus mieux.

/* Makes that background grey instead of black... i hope XD */
div.linksb, div.linkst, div.postlinksb, div.postlinkst {
  background-color:   #555;
}

All you have to do is fingure out what "should" be in that black area and open the source code to do a search for that section of html (in this case I used "Pages:" as a search query). There you will probably find a <div class="something">. In the css just add ", div.something". Hope this helps smile bonne chance tongue

137

(3 replies, posted in PunBB 1.2 troubleshooting)

hum, how did you make your forum 800px wide then? From what I can tell the default is to set the width of the header to 100%... course I only tested firefox.

138

(8 replies, posted in PunBB 1.2 troubleshooting)

Ok, question #2, same problem at the top and at the bottom of your pages? or only at the bottom?

Try to add this to your css:

/* Makes that background grey instead of black... i hope XD */
div.linksb, div.linkst {
  background-color:   #555;
}

/* Makes the "default" links white instead of black... i hope XD */
/* This will  change all links that do not already have a specific color as far as i know*/
a:link {
  color:  #FFF;
}

See if that helps... doesn't look like div.inbox is being set to black... Soes I'mah guess it's just inherieted a black background from some other div, or from the body (I noticed the border around your forum is black).

Bon chance big_smile

139

(4 replies, posted in Feature requests)

./include/common_admin.php

line 77 - 81

    // Did we find any plugins?
    if (!empty($plugins))
    {

?>

line 77 - 81 with sorting of plugins

    // Did we find any plugins?
    if (!empty($plugins))
    {
        sort($plugins);
?>

I don't see no reason why not. I see a few why to. Your call Rickard.

140

(3 replies, posted in PunBB 1.2 troubleshooting)

why look in the php file? just use css. In ./style/*.css add this, and it should do the trick.

div.brdheader {
    width: 100%;
}

141

(11 replies, posted in Programming)

Bah, me, keep logs? where would I fit all my pron then ~.~

If your log folder is 28MB then the real question isn't why I don't keep logs... It's why the irc servers don't...

a C/C++ coded irc server outputing html, or at the very least rss and keeping at least 1 year of archived chat logs is easer then trying to catch a blade of grass, when your laying down... in the grass... ;p

142

(8 replies, posted in PunBB 1.2 troubleshooting)

you doing this in a css file? can we see a snipped of that css file your using? big_smile

143

(11 replies, posted in Programming)

Meh, irc lacks archiving and searching of conversations.

IMHO all irc servers should make each "chat" a forum post, with new post every time there's X minutes of silence, or Y non-repeated words larger then 5 letters long (But including acronyms).

I hate people who want me to get an irc client just so I can forget what was said last week and have no way to search for it XD

144

(21 replies, posted in PunBB 1.2 troubleshooting)

My guess is your missing a closing curly braket... where I'm not to sure... If you add "}" to the end of the file, it passes the parser, but that will break the logic of the php script.

Look through the readme and each line in profile.php you changed, and make sure (by looking it over once at each change, and repeating that process 2-5 times... do not look a change a second time until you have looked over the entire file. That way you limit the chance of your brain adding in information that isn't there. <-- that's why you solve yesterdays problems the day after X.x Dam I hate the human mind,,, so farkin' malleable.

145

(21 replies, posted in PunBB 1.2 troubleshooting)

bah, you profile.txt doesn't have line numbers X.X (brb, I'll edit this post when I get a chance tongue)

edit --

902  
903  
904  $result = $db->query('SELECT u.username, u.email, u.title, u.realname, u.url, u.jabber, u.icq, u.msn, u.aim, u.yahoo, u.location, u.use_avatar, u.avatar_link, u.signature,
905  message($lang_common['Bad request']);
906  
907  $user = $db->fetch_assoc($result);

Erm... looks like line 904 is missing some code... did you copy and paste correctly when you were doing your modding? tongue

Try this:

902  
903  
904  //$result = $db->query('SELECT u.username, u.email, u.title, u.realname, u.url, u.jabber, u.icq, u.msn, u.aim, u.yahoo, u.location, u.use_avatar, u.avatar_link, u.signature');
905  message($lang_common['Bad request']);
906  
907  $user = $db->fetch_assoc($result);

If you get the same error your language file is also missing the 'Bad request' tag. Either way you will have to find out what's missing on line 904 tongue

146

(21 replies, posted in PunBB 1.2 troubleshooting)

That last bit just looks like a text replacement to me. If you posted the entire thing above, then yah it's not doing anything.

147

(4 replies, posted in Feature requests)

If you know enough about mysql/cron/sh just write an sh script to run daily and look for users with a high enough postcount. If it's at the required number, the manually edit the database through your cron job, Any server I've paid for offers cron jobs.

http://www.punres.org/desc.php?pid=206

If you know your css/xhtml you can move that login box around too, I think this is the mod I used and my box is on the left side menu. Forget if I moved it to the left or it came set-up for the left side... tongue

Just use the code hat's already there for bb-code. Something like [wiki]PUNBB[/wiki] could turn into [PUNBB]

150

(142 replies, posted in PunBB 1.2 discussion)

Hum, mines small, couldn't find the command in sqlite3 to count rows, but it's 469K, along with a "real new posts" mod I made, so I'mah guess about 500-800 rows.

Then again, I believe I have the size beat, Frank H's attachment mod uses the db to store files? (correct me if I'm wrong), but I use a data directory for my version of a similar mod.

ATM I have roughly 530MB of "music posts", and when I get the time to fix up my mod a bit that will probably climb to about 120Gigs of "music posts" (Have to add in an automated directory walker, with id3 tag reader support and such, I'mah guess a month).