151

(1 replies, posted in PunBB 1.2 troubleshooting)

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


Check the mods section before posting. wink

152

(7 replies, posted in PunBB 1.2 discussion)

Paul wrote:

Yes. If you can't use display:block than you're screwed.

Dang.
Oh, well. What I did is make ".newtext" the same color as the background, and made ".newtext a" bold, gave it padding, and changed the color from the default font. This sets it apart and makes it more visible.

Thanks for the tips. I guess it won't work out. *shrugs*

153

(24 replies, posted in General discussion)

Paul wrote:

Yes I know it's gecko but I wasn't sure the last poster would have known what I meant. Besides, on the latest stats Firefox seems to be the only gecko based browser that people are actually using. I begin to wonder whether they are wasting their time with mozilla.

Well, I used to be a huge K-Meleon fan. wink
Still am, just easier to use FF.

154

(7 replies, posted in PunBB 1.2 discussion)

Woah...Ok...That works, except that the image is appearing on the next line down.

155

(7 replies, posted in PunBB 1.2 discussion)

.newtext a:link { font-size: 9px; color: #6F0000; background: url(../../img/Bauglir/new.jpg) no-repeat; line-height: 0px }

This is the code I have so far. And it doesn't do anything.
It gives me the correct background and a linking image, it just doesn't make the text disappear. Every time I do anything to make the text disappear, the image disappears as well - such as setting the whole text to 0px, or using "display: none".

I would like to do this without the span tag as I am trying to design it entirely in CSS for a template.


Can you explain in more detail? Perhaps I am confused.

156

(24 replies, posted in General discussion)

Paul wrote:
varg wrote:
Paul wrote:

I can't wait until they release a version which renders pages properly sad

Don't use IE only code. smile <3 Firefox.

I never use IE only code. Firefox is broken, I know it, they know it but they don't bloody fix it.
http://www.satzansatz.de/cssd/geckogaps.html

Firefox isn't broken...Gecko is broken.
Lots of browsers are affected by this. The only way is for the Gecko core to be updated.

157

(7 replies, posted in PunBB 1.2 discussion)

Ok...Here's the deal. I would like to have the CSS value ".newtext a:link" display the image below without showing the text:

http://img208.echo.cx/img208/6228/new2pu.jpg

I want users to be able to click it without having to see the "New Posts" text beside it.

I've already tried "display: none;" and the likes...It makes all the link (including the image) disappear.
Is this even possible? To make the text disappear, but let the image link remain, while still being clickable?

158

(24 replies, posted in General discussion)

I can't wait until MOOX releases his optimized version of this...I can't WAIT!!!

*huddles in corner and rocks back and forth*

159

(1,382 replies, posted in General discussion)

conspiracy

160

(1,382 replies, posted in General discussion)

UFO

161

(1,382 replies, posted in General discussion)

battle

RainMan wrote:

Here you go, this might help:

http://www.boumchalak.net/content/view/19/40/

Amazing!
I've been looking for something like this for a long time!

Gizzmo wrote:

the disavantage of that you can only take one pic at at time than you have to close out and save it....i havent tested it out but theres a program at http://Oldscope.free.fr

What do you mean by that? I can take numerous shots, save them, and continue. Are you talking about taking - let's say - 5 screen-shots in a row and then accessing them?
Yeah, I don't know of any program like that, but I se cond the vote for Irfanview.

164

(11 replies, posted in PunBB 1.2 discussion)

el_luap wrote:

I'm curious about what other punbb users do about copyrights regarding the content of users posts (not Rickard's copyright). I doubt it would ever become an issue, but I'd like to have an established policy just in case. Does anyone bother with that? Specifically, I'm interested in implementing something like Creative Commons - but I'm unsure of how that would apply to user contributions.

Any thoughts or ideas?

If an author wants that, they can put it in the post themselves - or better, put it in their signature.

165

(1,382 replies, posted in General discussion)

hole

Ataxy wrote:
Paul wrote:

You already have it.

tr.isticky td {background-color: whatever}

You can do the same with closed and new topics as well.  How you cope with something that is both sticky and new is upto you.

Moved to PunBB discussions.

in what file will i find this line

should be "whateveryourstyleis_cs.css".

167

(1,382 replies, posted in General discussion)

keg

168

(13 replies, posted in General discussion)

Another great patch is not being an idiot and allowing sites to install stuff when you don't know what it is.

Connorhd wrote:

do you need to do text-align:center for body? and text-align:left for .all

The only thing that changes is the top of the page...The links and such.
hmm

Anyone figure out what I'm doing wrong yet?

Love the look!
Good job!

Mah!

I need to block GWA from hitting my site, but this code you list is for web applications utilizing Ruby On Rails only. The only other fix I can find is by blocking all IPs using it and sending them a 403. But, this would kill off all visitors wanting to visit my site.

So, is there any other way to prevent GWA from royally screwing up my site? This is like a visrus! This is horrible!

I did:

.all {
  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background: #fafafa;
  color: Black;
  margin: 0px auto;
  padding: 0;
  width: 700px;
}

All I get is this crappy looking thing...

http://img83.echo.cx/img83/5592/wikiprobs14wa.th.jpg

Already done:

http://zanthria.com/blog.php?id=36


Cornflower 1.1 theme for sBLOG.
Have fun.

Meh! I cannot figue out how to get the Wiki to float out in the middle. I tried editing the stylesheets the same way I did to get the rest of the forum, but I keep getting these crappy black bars at the top and bottom of every page (in between the wiki head and forum head and between the wiki footer and forum footer.

I need it to be 700px and centered like the rest of my site.


Edward - Your site looks like what I've been searching for. How did you do that? I looked at the stylesheet and was not able to find the answer.