101

(8 replies, posted in PunBB 1.2 troubleshooting)

I saw the IP addresses with the Who's Online mod.. and each "guest" were allegedly looking at different threads. Could this still be in accordance with your possible explanation?

edit: or it could be like, a classroom or something with many users looking at the forums at the same time? yeah I didn't think of that.. although that would surprise me, but still.. it might be "normal" afterall.

102

(8 replies, posted in PunBB 1.2 troubleshooting)

Hi!

I'm not too sure where to post this, so I'll just use this thread.. the topic title suits it well.

My forums are new.. I've never seen more than 3 guests on the forums at a time.. and they are open read only for guests.

Tonight I just checked it and saw 11 guests (!!?), and every single one of their IP's started wit 74.6.86.XX... I did a quick google search for 74.6.86 but couldn't find anything usefull.. Anyone experienced anything similar to this? Is this some kind of script? even though the last 2 IP digits are different?

103

(10 replies, posted in Feature requests)

exactly!

104

(16 replies, posted in PunBB 1.2 troubleshooting)

pogenwurst wrote:

Try using this:

TR.iclosed TD.tcr A {WHATEVER}

Thanks! td.tcR!!!

105

(16 replies, posted in PunBB 1.2 troubleshooting)

I'm having a hard time making the date of closed topic the same color (visited / hover) as the closed topic colour.

Is that even feasible?

*
http://i119.photobucket.com/albums/o144/indiequebec/idqclosed.gif

*not actual message board colours ; )

Maybe you'll find your answer in this page of this thread: Private Message mod v1.2.2

107

(7 replies, posted in PunBB 1.2 troubleshooting)

panther wrote:

how do i install the text into a file called config.php, (where is that file?).   What is the "root directory" of PunBB installation?  If my database is at www.MYDOMAIN/FOLDER/myforum  then where would I put it?

config.php is a new file that you have to create yourself.
Paste the code given by punbb into that file.
You put it at the same place admin_users.php and delete.php are.

chmod 777 = folder properties/settings must be

http://www.ecardmax.com/templates/Main/chmod-777.gif

I just had the same error yesterday

I wasn't working on my forum and my host didn't make any changes to my domain settings or whatever..
that error just pop up out of nowhere..

In my particular case it was lacking space in the tmp folder. The tmp folder I was using had been filled by another client of my web hosting company (it's a shared tmp folder).. and it triggered the error on my forums.

I guess I'm just saying that in some cases you just can't fix this problem if you're not the server admin.. I spent the whole nigth yesterday trying to figure out a way to 1-find this tmp folder and 2-clean it. Little that I knew that there was no way for me to fix that anyway due to my own settings. So yeah, you may want to speak with your webhosting company if this kind of error happens.

(bumped for additional infos purposes..)

109

(5 replies, posted in PunBB 1.2 bug reports)

Thanks smile
I also had to remove a <br /> tag right after </select> ^^ so the remaining fields would stay horizontally aligned

110

(5 replies, posted in PunBB 1.2 bug reports)

Now is there a way to remove / deactivate the User group dropdown when finding and sorting users?

I'd like the users not to be able to filter their research in any way and deal only with the results provided by the ALL filter

edit: sry I realize this aint a bug ^^.. i didn't check in which category this thread was in : (

111

(11 replies, posted in PunBB 1.2 troubleshooting)

Thanks! smile

112

(11 replies, posted in PunBB 1.2 troubleshooting)

Hi, I'd like to use the Who's Online box featured in the miniportal article @ http://wiki.punres.org/Miniportal instead of the Board Statistic table located just above the footer, in order to make more space for the forums and avoiding too much scroll down.
I implemented the Who's Online box at the right of my forums... but I can't find a way to remove the default board statistics.

How can I hide/remove the board statistic table?

almost_there wrote:

I noticed that if I don't enter the text during registration, I get an error pop up saying "Undefined is a required field". Shouldn't it say something like.."Image text is a required field"?

Mediator wrote:

Yes it should, I'll release a new version sometime soon, thanks

Any quickfix we could use for this ^^ while the new version arrives ?

Crucial mod, thanks!

Hi, if I reduce the width of my window I'll have a line break on my smileys menu and I'm not too crazy about that.. by line break I mean the smiley menu will display on 2 lines..

http://i8.photobucket.com/albums/a31/vanslyde/indicon.gif

Is there anyway I could fix the Quick post field (or anything else) so it wouldn't shrink and break the smiley menu?

115

(6 replies, posted in PunBB 1.2 show off)

elbekko wrote:

"Firefox can't find the server at www.secondcat.com."

=/

neither does ie..
I think the internets tubes are clogged today.. but I saw ^^ sudhir_nyc's site yesterday

116

(10 replies, posted in PunBB 1.2 troubleshooting)

Just added it
Thanks! smile

117

(10 replies, posted in PunBB 1.2 troubleshooting)

pogenwurst wrote:

Yep, that's pretty much it, except it would be in the else section of the conditional.

Is there anything specific I should enter as a li id tag?
I tried
$links[] = '<li id="online"><a href="online.php">'.$lang_common['Online'].'</a>';
and
$links[] = '<a href="online.php">'.$lang_common['Online'].'</a>';
but all it did was adding a little blank space in the menu... Should I add the code in another page as well?

118

(10 replies, posted in PunBB 1.2 troubleshooting)

Mark wrote:

if you want the link to not be there when not logged in, you could do it in functions.php
that way is a little tricky if you dont know your way around the coding though.

Let's say Xariov would have wanted his IRC chat menu to appear only for Mods, wouldn't had it been as easy as entering a new line in the Pun_Mod section of functions.php?
Something like:
$links[] = '<li id="navsearch"><a href="ircchat.html">'.$lang_common['IRC Chat'].'</a>';
?

119

(16 replies, posted in PunBB 1.2 troubleshooting)

nevermind, resolved it via the infos from the post Need help to remove underline in nosebleed smile

I added the following at the very end
* a { text-decoration: none; }
* a:hover { text-decoration: underline; }
div.postright a:link { TEXT-DECORATION: underline; }
div.postright a:visited { TEXT-DECORATION: underline; }

120

(16 replies, posted in PunBB 1.2 troubleshooting)

: (
Ok well I made a mistake.. somehow this morning I was sure the trick worked but turns out it didn't..
But indeed the code you provided allowed me to removed the links under IP, Email and PM smile

I'm looking for a way to remove every single underlines BUT the ones in the posts (postlinks)

http://i8.photobucket.com/albums/a31/vanslyde/css2.gif

I don't want the More Links links to be underlined.. idem for Index - New Forum as well as Subscribe to this topics, Move, close, stick topics, BBcode: on, etc... every underlines; out! except the postlinks (www. google .com and link)

Is there an "easy" way it can be done whitout too much custom coding?

121

(16 replies, posted in PunBB 1.2 troubleshooting)

Strofanto wrote:

Try div.postleft a:link {text-decoration: none;}

Hey thanks!

And actually I decided I wanted ONLY the links in posts to be underlined.. nothing else (no threads' titles, or forums' titles)

So, based on your suggestion I tried;

div.postright a:link {text-decoration: underline;}
.pun a { text-decoration: none; }
.pun a:hover { text-decoration: underline; }

and it worked : )
Nothing's underlined except the links inside the posts.

122

(16 replies, posted in PunBB 1.2 troubleshooting)

Hi!

I've added
.pun a { text-decoration: none; }
.pun a:hover { text-decoration: underline; }

at the very end of my css in order to remove the default underline under the IP, Email and Website if applicable.. but it also removed the underlines under the links posted in my forum.

I changed it to
.pun a { text-decoration: underline; }
.pun a:hover { text-decoration: underline; }
and of course it generated the complete opposite.

http://i8.photobucket.com/albums/a31/vanslyde/css.gif

I wish I'd have underlined links in the posts, but avoid underlined IP, Email, PM, etc.

Do you know where I should look?
Thanks!

123

(8 replies, posted in PunBB 1.2 troubleshooting)

Paul wrote:

1. Because this forum is supposed to be a demonstration of a standard install.

2. We had rather hoped people would search before posting questions.

1. yeah that's of course what I thought.. still.. that's kind of too bad.. The Styles Released forum over at punres.org (which I assume (maybe falsely) is affiliated with you guys) could greatly profit by such mod.

2. I know how you feel but the search's effectiveness does get weaker and weaker as days go by.. most likely, people who use this forum are familiar with the search feature, but I mean searching through 5k posts (assuming you filter by forums + approx.) may take you a little while before finding what you're looking for. So it all depends on how many time you're willing to search before loosing your patience. Mass deletion maybe? Oh well, still, you guys are doing a great job here! smile

124

(8 replies, posted in PunBB 1.2 troubleshooting)

Kryptix wrote:

Has anyone written a modification to fix this?

I really dislike it.

If not, I'll do it.

I used the mod Mark topics as read v1.1 (now 1.1.3)

Unless the inappropriate message is posted by the Administrator (..), Moderators and Administrator can delete any posts by pressing
Report | Delete | Edit | Quote
at the bottom right of the post.