Search found 93 matches

by KukY13
23 Aug 2010, 14:07
Forum: User Contributions
Topic: Image Hyperlink
Replies: 0
Views: 7686

Image Hyperlink

This snippet will automatically place direct links to images you post using regular [img] BBCode. It is all done really nice, in a form of a hyperlink image floating in lower left corner of the image. You also get an unwanted indent of the image, but it looks pretty good! :D First, upload this image ...
by KukY13
21 Aug 2010, 13:19
Forum: Snippets
Topic: Display admin control panel link in user menu
Replies: 2
Views: 6093

Re: Display admin control panel link in user menu

Nice, but when you are at it, wouldn't you also move MCP up there?
Or place ACP next to MCP?
by KukY13
21 Aug 2010, 11:54
Forum: Submit a BBCode
Topic: jQuery Spoiler
Replies: 23
Views: 25621

Re: jQuery Spoiler

Here: <dl class="codebox"> <dt> <input type="button" value="[+]{INTTEXT} " onclick="var spoiler = this.parentNode.parentNode.getElementsByTagName('dd')[0]; if ( spoiler.style.display == 'none' ) { $(spoiler).slideDown(); $(spoiler).fadeIn('slow'); this.value = '[&minus;]{INTTEXT}'; } else ...
by KukY13
21 Aug 2010, 11:51
Forum: Submit a BBCode
Topic: jQuery Spoiler
Replies: 23
Views: 25621

Re: jQuery Spoiler

Stoker » 21 Aug 2010, 11:46 wrote:Yes, that one works.
But with input type="button" to give it the prosilver button look.
Sure. Wait for it...
by KukY13
21 Aug 2010, 11:40
Forum: Submit a BBCode
Topic: jQuery Spoiler
Replies: 23
Views: 25621

Re: jQuery Spoiler

Nope, I dont know how to put both "a href" and "onclick" in a button. Else I wouldnt ask ;) Wait, so you want the spoiler to open on button click or what? This way a button is displayed: <dl class="codebox"> <dt> <button onclick="var spoiler = this.parentNode.parentNode.getElementsByTagName('dd')[0 ...
by KukY13
21 Aug 2010, 00:21
Forum: Submit a BBCode
Topic: jQuery Spoiler
Replies: 23
Views: 25621

Re: jQuery Spoiler

Stoker » 20 Aug 2010, 22:14 wrote:Any idea how to do this with a button?
You mean that the title text is displayed as a button?
If so, I'm sure you can do it yourself!
by KukY13
19 Aug 2010, 22:58
Forum: Styles
Topic: [dev]Windows ?
Replies: 3
Views: 6489

Re: [dev]Windows ?

So, when are you releasing it?
by KukY13
14 Aug 2010, 22:17
Forum: PhpBB3 Support
Topic: Missing Mostly All Configuration in Admin CP
Replies: 8
Views: 6452

Re: Missing Mostly All Configuration in Admin CP

Ephemeraboy » 14 Aug 2010, 21:35 wrote:i am confused
as suddenly i lost mostly my configuration in ACP
before i did some arrange on module management
maybe i deleted or something like what
so how to repair that yah...??
You have to re-do everything you did there.
That's the only way.
by KukY13
13 Aug 2010, 21:15
Forum: PhpBB3 Support
Topic: Refresh
Replies: 7
Views: 5364

Re: Refresh

I dont now what you mean the code is not vaild. the code was take from the site that host my radio (free shoutcast). I used view source to extract teh code. However, Thankyou for helping me. appreicate it loads. I mean that the HTML code doesn't follow the standards made by W3C. Anyways, this is ...
by KukY13
13 Aug 2010, 18:27
Forum: PhpBB3 Support
Topic: Refresh
Replies: 7
Views: 5364

Re: Refresh

First, code you are using is not valid!!! Frames of any kind are not allowed, and instead of old align tags(<left>,<right>,<center>), you use CSS! Now, instructions how to do what you want: Give your iFrame an ID. Make that ID be "radio". Now, add following code after the iFrame code: <script ...