Simply Great but a global editor would be, indeed, nice.
351 2005-02-23 06:55
Re: [Release] Global Topic (25 replies, posted in PunBB 1.2 modifications, plugins and integrations)
352 2005-02-22 19:55
Re: Open links in new windows (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
all posted links become external, if you don't like it make your own mod
don't bite please ... mmmmmm after reflexion, I like it ..
353 2005-02-22 12:33
Re: Open links in new windows (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
However Connorhd your mod is "extrem" : with your mod, all links become externals ... no ?
354 2005-02-21 20:39
Re: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
Mmmmmm after reflexion, I'd rather fuck a little rabbit than this horrible IE
355 2005-02-21 19:19
Re: Links open a new browser window (48 replies, posted in Feature requests)
Justin wrote:I wasn't suggesting that you should use UTF-8; that was only an example. I imagine the correct character set encoding for French is probably ISO-8859-1.
Nope, for french it's UTF8. ISO-8859-15 can be used, but some characters will be missing.
no it's under UTF-8 some characters missing ...
example : http://www.sortons.net/x-5/
356 2005-02-21 16:26
Re: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
OK I see the problem : I'm looking for my example, and indeed, Firefox doesn't grow the pic on the whole width of the page, but IE yes ...
So ... Fuck IE ?
357 2005-02-21 15:58
Re: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
Hum ... I didn't thought about that ... I think it's simple to separate an "external" image from smiles (no ?)
Ahhhh but someone can import smilies from another site ...
simple : create a javascript with resolution ?! (no ?)
snif
358 2005-02-21 07:21
Re: Links open a new browser window (48 replies, posted in Feature requests)
The technic I use is not really absolute positioning : all the divs are "free" : but I play with padding of body, by creating "pseudo frames" ... and with this, Firefox doesn't like so much I'm sure if you have installed the Smoothweel, all works ... isn't it ?
359 2005-02-21 06:14
Topic: CSS + PHP for easy COLORS changing ... (7 replies, posted in Programming)
I'm working on many xhtml sites and the code color is quite the same ...
for menu, a color, but this same color is used for a title, or a link, for example ...
I would like to know how to do with php ....
<?
$color1 = "#FF6600";
$color2 = "#FFF";
$color3 = "#EEE";
?>
in css ... I would like to do ...
p {
font-size : 12px;
color : $color1;
}
but ... how declare php in css ?!! rename the css file in php ?!
360 2005-02-21 05:03
Topic: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
I know it works very well on IE ... I haven't tried on Firefox ...
but so ....
<style type="text/css">
.img {
width : auto;
text-align : center;
}.img img {
width : 99%;
}
</style>
The code in the page / forum ... ?
<div class="img"><img src="pic.jpg" /></div>
Edit : It works well under Firefox 1.0
Test page : http://www.sortons.net/scaling.htm
361 2005-02-21 04:45
Re: Links open a new browser window (48 replies, posted in Feature requests)
By the way, since when does one need to download a plugin to use the scroll wheel in Firefox? I'm not sure what you're talking about there. I have yet to see the need for that on any platform -- in my experience, if the OS supports the scroll wheel, so does Firefox.
Firefox has a bug when you use, like me, STATIC CSS body to simulate FRAMES. Instead of scrolling the content, Firefox scrolls all le layout. The plugin rectifies this bug Try this link http://smoothwheel.mozdev.org/index.html ... As you can see, Firefox is not perfect
in french browsers, UTF-8 realizes very weird things ...
362 2005-02-20 22:55
Re: Links open a new browser window (48 replies, posted in Feature requests)
Rod wrote:I speak with webmasters who don't understand the new generation of net is not our generation ...
drop it.
So you want to go back to HTML 4.0 and using tables for layout then.
it's fun you say it ... it's not you who don't want dhtml because it's not backward compatible ?
I have stopped tables since 1998 when I visited http://www.htmlguru.com and http://www.dhtmlnirvana.com
anyway ...
363 2005-02-20 22:49
Re: Open links in new windows (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It's a radical mod !!!
So ... it's possible to do this ?
in head add
<script type="text/javascript">
<!--
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var anchor = anchors[i];
if (anchor.getAttribute("href") &&
anchor.getAttribute("rel") == "external")
anchor.target = "_blank";
}
}
window.onload = externalLinks;
-->
</script>
The script searchs on the whole site ... where a rel=external is inside the links.
If javascript is disable, it degrades well ... and it's according about W3C
In code we have
<a href="http://punbb.org" rel="external">The Best Forum, PunBB</a>
In this case, by default, a link has no target ... but by creating a specific BBcode ...
[url-win]http://punbb.org[/url-win]
Or, of course
[url-win=http://punbb.org]PunBB.Org in a New Window[/url]
In this case, it adds in final code rel="external"
.... POSSIBLE ?
364 2005-02-20 22:43
Re: Links open a new browser window (48 replies, posted in Feature requests)
ahahahah great
really, great.
For "great" webmasters like you, who want to learn people to use MAJ + clic, download for your firefox the Mouse Weel Plugin ...
My site fantasya.net is pretty you don't like ? > fuck off
Simply.
You can bann me, no problem ... Justin : post your stuff ... but it's easy to have a critic when you have nothing to show.
About fantasya : if people don't have flash, the css layout is beneath it. A flash about 17 ko ... so let me laugh. Please. If for you webdesign = sad, without colors, for the name of ACCESSIBILITY ... great !!!! all webmasters will do the same site ....
Great. Really. Progress.
Something to say about http://www.sortons.net/steac/ ???
Maybe ...
365 2005-02-20 18:00
Re: Links open a new browser window (48 replies, posted in Feature requests)
I speak with webmasters who don't understand the new generation of net is not our generation ...
drop it.
your accessibility is a brainstorming for webmasters, not the users.
incredible.
366 2005-02-20 02:48
Re: Links open a new browser window (48 replies, posted in Feature requests)
Or ... creating a dhtml (or css) popup menu which appears beneath the link with "current window" or "new window", 100% degradable for non dhtml browsers ... it would be the better solution for PRO and NON PRO new windows ? No ?
http://www.dyn-web.com/dhtml/tooltips/tooltip.html
simply find a solution with javascript to the link (onclick:this.href ?) ...
and add about Settimeout (1000 for example, time to choose)
by default, if user click on the url, it's current window ... if he wants an "expressive" choice, 2 links inside popup : current and new window ...
367 2005-02-19 14:31
Re: Links open a new browser window (48 replies, posted in Feature requests)
Someone says me one day "use common visions to explain your point of view" ... so ...
I have two books : a roman book with inside words ... which creates sentences
in another hand, I have a dictionnary, which contains only the "sense" of the words.
for me, a new window, it's the possibility to read my book, but open in same time a dictionary if I don't understand a word inside the book.
With your "vision", I have to close my book, only open my dictionary ... ohhhh great !!!! I have the sense ... but which page did I stop on my book ? Grrrr I have to search.
Simply that : a website is like a book, with coherence. By putting "no target", or JS ... to do the difference between links which are the navigation of your website, and links for "new websites", you loose people, simply. And the new generation "doesn't learn". Like me, go often in cybercafes ... you'll be surprised.
368 2005-02-18 23:50
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Instead of TABLES, is it possible to use DIV and FLOAT ? (or the worst case : DT DD DL ?)
369 2005-02-18 23:47
Re: Links open a new browser window (48 replies, posted in Feature requests)
In fact I have posted on this forum (simply use the search engine) how to create with javascript and rel=external external links without "target=_blank"
One thing : I'm on the web since 1998 ... I know how to use MAJ + click link to open a new window. But THE NEW GENERATION of the net is not like me. And all the W3C says is not the truth. W3C said when IE4 created "IFRAME" >> NO NO NO IT'S NOT VERY GOOD !!! BEURK !! ... This SAME W3C said "NO NO INNERHTML IS VERY BAD !!!" ... today these "TWO BAD" things are validated ... funny, isn't it ?
It's not the W3C which gives the way : but the user.
370 2005-02-18 01:10
Re: Links open a new browser window (48 replies, posted in Feature requests)
I'm not ok ... I read a post ... someone post a link to comment on my forum ...
1. he clicks, le site looses ... focus on the site
2. I HAVE TO remember the contain of the site to answer on my forum ...
with new window, I can answer on my post and READ when I want the contain of the second window.
For me, it's not a problem of accessibility ... it's a problem for people who wants to read but to have the forum to discuss of a link, for example. And someone who leaves your site for another is something "loosed" ... and for me to be loosed is not very synonym of accessibility ...
371 2005-02-07 12:20
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It works like a charm !!! It would be cool if this mod was STANDARD on the future versions.
However it seems I have not all the smilies ...?!
372 2005-02-07 12:01
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Indeed ...
When you put # in A HREF, it scrolls up ... the best solution I use since 1998 is A HREF=javascript://
or for purists javascript:void(0)
Thanx Rickard for the modifications
373 2005-02-05 16:14
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ohhhhhhhhhh it was too easy !!!
Euh Rickard, ... another thing : is it possible to modify the mod ? In fact, the great thing would be this mod is appearing on "QUICK ANSWER BOX" ... (if possible, of course)
374 2005-02-05 16:12
Re: Very EASY BBcode ?! (18 replies, posted in Feature requests)
it will be those using IE5 Mac but they are screwed by just about everything
Too funny but you touch ONE point : why peole accept this about MAC and not about SAFARI ? In 2 cases, they are VERY VERY VERY FAR from a standard utilisation.
Some people use electricity for their car. But everyone uses gazoil. Is all done for the one who has electricity ? It's the same case here. If there is no javascript error, I don't see where is the problem to use EASY things like this script (which is very practice) for 95% of users of the NET and they are, SOMEWHERE, compatible with all browsers (degrading well : don't work, but no errors)
375 2005-02-05 15:04
Re: Easy BBCode 1.0.1 (139 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You
ARE
MY
GOD
Simply.