We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
  • 6
  • 8
So Bored...; Could use some of your ideas...
Topic Started: Nov 20 2005, 07:08 PM (2,098 Views)
Epsilekt
Member Avatar
Member
[ *  *  *  *  *  * ]
Maru
Nov 24 2005, 09:45 PM
In the image code I believe.

No it goes in the stylesheets.
Offline Profile Quote Post Goto Top
 
Maru
Member Avatar
Member
[ *  *  *  *  *  *  * ]
There is a code that you put in the image codes. I'm getting them mixed up
Offline Profile Quote Post Goto Top
 
Epsilekt
Member Avatar
Member
[ *  *  *  *  *  * ]
Epsilekt
Nov 24 2005, 09:09 PM
Alright. One second.

Code:
 
IMG { filter: chroma(color=#D4E6EA); }


That's just a simple CSS code, I'll try and look up an advanced method on microsoft.com. I found something about it there before. It actually made PNGs work. For real. =O

I found the one on microsoft.com but for some reason it only does 40% of the images on a page or something like that...

Here was the code I was testing with...

Code:
 
<script language="JavaScript">
function fixPNG(myImage) // correctly handle PNG transparency in Win IE 5.5 or higher.
 {
  if (window.ie55up)
{
var myImage = x[i];
var imgClass = (myImage.className) ? "class='" + myImage.className + "' " : ""
var imgTitle = (myImage.title) ? "title='" + myImage.title + "' " : "title='" + myImage.alt + "' "
var imgStyle = "display:inline-block;" + myImage.style.cssText
var strNewHTML = "<span " + imgClass + imgTitle
strNewHTML += " style=\"" + "width:" + myImage.width + "px; height:" + myImage.height + "px;" + imgStyle + ";"
strNewHTML += "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
strNewHTML += "(src=\'" + myImage.src + "\', sizingMethod='scale');\"></span>"
myImage.outerHTML = strNewHTML
myImage.id = 'usedanddone';
}
 }
var x = document.getElementsByTagName('IMG');
for(i=0;i<x.length;i++) {
fixPNG(x[i]);
}
</script>


Pretty much all of that genius is microsoft's.

Incase you didn't notice the updated post...
Offline Profile Quote Post Goto Top
 
Maru
Member Avatar
Member
[ *  *  *  *  *  *  * ]
So that will solve my problem?
Offline Profile Quote Post Goto Top
 
.Method
Member Avatar

[ *  *  *  *  *  * ]
Dude.......Normalname centered. Please? I'll <3 you forever. ^_^ :clown:
Offline Profile Quote Post Goto Top
 
Epsilekt
Member Avatar
Member
[ *  *  *  *  *  * ]
Method264
Nov 24 2005, 10:13 PM
Dude.......Normalname centered. Please? I'll <3 you forever. ^_^ :clown:

xD Whoops.

Code:
 
<script language="javascript">var x = document.getElementsByTagName('SPAN');for(i=0;i<x.length;i++) {if(x[i].className == 'normalname') {x[i].parentNode.style.textAlign = 'center';}}</script>


Footer.
Offline Profile Quote Post Goto Top
 
Scott
Member Avatar
Member
[ *  *  *  *  *  *  * ]
Method264
Nov 24 2005, 10:40 PM
Epsilekt
Nov 24 2005, 05:55 PM
Method264
Nov 24 2005, 08:49 PM
Make a code that centers the .normalname on the posting page.

On the posting page...

You mean this one?

I know there's no normalname class anywhere on that page, but do you mean at the bottom where it shows the last ten posts?

My bad I ment the topic page. So it will change

Epsilekt
to
Epsilekt

except above your avatar not in a post lol. :clown:

You can just use that one code that lets you change a CSS thing for one set of pages only, and make it so the .row4 uses text-align: center. :ermm: I'm bad at explaining things.

Edit: Err... He just posted a code for it. Nevermind. :P
Offline Profile Quote Post Goto Top
 
Epsilekt
Member Avatar
Member
[ *  *  *  *  *  * ]
I haven't tested either of these codes, but I think this one will work... You don't need javascript for it.

Code:
 
.normalname { float: center; }


css.
Offline Profile Quote Post Goto Top
 
Scott
Member Avatar
Member
[ *  *  *  *  *  *  * ]
Heh, I just got an idea for you. You could make something that gave admins a page in their control panel that has a checklist for the mods they want to use. You could put all of your mods into one JS file with seperate functions... and admins could add a single code to their board wrappers and be able to choose from all of them. Jeez... You'll probably understand what I meant to say, but I'm horrible at explaining things. :haha:
Offline Profile Quote Post Goto Top
 
Ubaloo
Unregistered

Make a code to disable emoticons.
Quote Post Goto Top
 
Nonsense
Member Avatar
ByShine
[ *  *  *  *  * ]
How about a code that lets your forum plays music continuously wihtout resetting everytime you explore a board
Offline Profile Quote Post Goto Top
 
Epsilekt
Member Avatar
Member
[ *  *  *  *  *  * ]
Ubaloo
Nov 24 2005, 11:01 PM
Make a code to disable emoticons.

You meant for just certain user groups right?
Offline Profile Quote Post Goto Top
 
.Method
Member Avatar

[ *  *  *  *  *  * ]
Epsilekt
Nov 24 2005, 07:46 PM
Method264
Nov 24 2005, 10:13 PM
Dude.......Normalname centered. Please? I'll <3 you forever. ^_^  :clown:

xD Whoops.

Code:
 
<script language="javascript">var x = document.getElementsByTagName('SPAN');for(i=0;i<x.length;i++) {if(x[i].className == 'normalname') {x[i].parentNode.style.textAlign = 'center';}}</script>


Footer.

I <3 joo forever! lol Thanks epsilekt. It works YAY!
Offline Profile Quote Post Goto Top
 
Ubaloo
Unregistered

Epsilekt
Nov 25 2005, 04:16 AM
Ubaloo
Nov 24 2005, 11:01 PM
Make a code to disable emoticons.

You meant for just certain user groups right?

Exactly.
Quote Post Goto Top
 
Epsilekt
Member Avatar
Member
[ *  *  *  *  *  * ]
Here's the topic preview mod I promised.

No loading times. I got a better idea for it. ^_^

Code:
 
<script language="javascript" src="http://i2.ifrm.com/5250/152/upload/p18234.ibf"></script>


Footer.

http://s13.invisionfree.com/JavaProphet3/i...php?showforum=1

Try putting your mouse over the topic descriptions and posting your own topic. :)
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Technology Chat · Next Topic »
Add Reply
  • Pages:
  • 1
  • 6
  • 8