Author |
Topic |
eleven
Starting Member
Turkey
32 Posts |
Posted - 22 June 2001 : 07:43:53
|
Title: Post Buttons Plus! Version: Service Release 1 Download: http://www.onlinedergi.net/mods/post_buttons_plus.zip Demo: Sorry, no demo available for now. Installation: Please read the included readme.txt file for installation instructions. Description: Adds new post buttons to your forum. Sniz Forum Version: Snitz Forums 3.1 sr 4 and above Author: Burak Tuyan aka eLeVeN
This mod adds new eleven commands/buttons to your Snitz Forum. With these new commands, your members will post most more useful and colorful topics. New Buttons * Strike * Sub * Sup * BigChar * Marquee (Move) * Align Left * Align right * Pre * Teletype * Highlight Text * Horizontal Rule
Wait the next release of this mod for more commands (Like shadow, glow...)and "admin on/off" option.
Thanks...
Burak Tuyan aka eLeVeN
|
|
Rob Poretti
Junior Member
Canada
435 Posts |
Posted - 22 June 2001 : 09:53:15
|
I know that often this involves quite a bit more work, but a demo of your mod would be very usefull. I find that unless I can't see exactly what the mod does, I usually don't think about implementing it.
Just a thought...
Cheers!
Rob Poretti Sascom Marketing Group ~ Toronto vox.905.825.5373 fax.905.825.5960 |
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 22 June 2001 : 11:17:39
|
You can demo this mod on my test site
Rick
Test Site www.eastpasco.com HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
|
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 22 June 2001 : 11:28:23
|
quote:
You can demo this mod on my test site
Rick
Thanks Rick, it was a big job for me to do! But if you remove the old buttons, it will be better I think. It's my personal opinion only.
Thanks again...
Burak Tuyan aka eLeVeN
Edited by - eleven on 22 June 2001 11:29:47 |
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 22 June 2001 : 16:55:04
|
I just noticed that! I fixed it
Test Site www.eastpasco.com HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
|
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 22 June 2001 : 22:35:12
|
quote:
I just noticed that! I fixed it
Thanks Rick, now it looks better. Can I write your forum's adress to the "Demo" section? It's impossible for me to show a demo of it for now...
Snitz Users, if you have an idea of new buttons (that doesn't included in Post Buttons Plus! SR1) you can share your ideas here. So that, I can add them to the next release of this mod.
Thanks...
Burak Tuyan aka eLeVeN
|
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 22 June 2001 : 23:19:18
|
quote:
quote:
I just noticed that! I fixed it
Thanks Rick, now it looks better. Can I write your forum's adress to the "Demo" section? It's impossible for me to show a demo of it for now...
Snitz Users, if you have an idea of new buttons (that doesn't included in Post Buttons Plus! SR1) you can share your ideas here. So that, I can add them to the next release of this mod.
Thanks...
Burak Tuyan aka eLeVeN
No Problem Use it for a demo if you want
Test Site www.eastpasco.com HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
|
|
nwduffer
Starting Member
45 Posts |
Posted - 23 June 2001 : 10:30:59
|
Hey Eleven,
Cool little mod! One thing I noticed when I was at Ricks test site, was when I clicked on the TeleType icon, the js window that pops up to prompt you for your text says "Type in text to be sub," the same way that the Sub icon says when you click it. I think it actually drops in the tt tag, so it could just be the prompt that says "sub" incorrectly...or maybe it's supposed to say that for TeleType.
Just in case...
Paul |
|
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 23 June 2001 : 10:49:47
|
quote:
Hey Eleven,
Cool little mod! One thing I noticed when I was at Ricks test site, was when I clicked on the TeleType icon, the js window that pops up to prompt you for your text says "Type in text to be sub," the same way that the Sub icon says when you click it. I think it actually drops in the tt tag, so it could just be the prompt that says "sub" incorrectly...or maybe it's supposed to say that for TeleType.
Paul, thanks... I corrected my mistake... New file is uploaded...
Thanks...
Burak Tuyan aka eLeVeN |
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 23 June 2001 : 19:19:59
|
If it's simple can you tell me what part was changed?
Thanks, Rick
Test Site www.eastpasco.com HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 23 June 2001 : 19:52:34
|
great addition. I have something like that for the colors at my site and getting ready to add it for these new features on my site... sound and custom colors (hex values)
DEMO (18 and over please) Sound Demo 1
DEMO Sound Demo 2
inc_functions.asp =================
Add these lines:
fString = replace(fString, "<EMBED SRC=""","[sound]", 1, -1, 1) fString = replace(fString, """ WIDTH=1 HEIGHT=1 HIDDEN=""true"" AUTOSTART=""true"" LOOP=""false"" volume=""100""></EMBED>","[/sound]", 1, -1, 1)
and
fString = doCode(fString, "[sound]","[/sound]","<EMBED SRC=""",""" WIDTH=1 HEIGHT=1 HIDDEN=""true"" AUTOSTART=""true"" LOOP=""false"" volume=""100""></EMBED>")
I also have something I got from Iron Heart of http://www.someplacesomewhere.com for custom colors:
DEMO Custom Color
syntax: [c=ff0000=]ff0000[/c] must be in hex
fString = replace(fString, "<font id=custom color=""#","[c=", 1, -1, 1) fString = replace(fString, "</font id=custom>","[/c]", 1, -1, 1) fString = replace(fString, """>","=]", 1, -1, 1)
and
fString = replace(fString, "[c=", "<font id=custom color=""#", 1, -1, 1) fString = replace(fString, "[/c]", "</font id=custom>", 1, -1, 1) fString = replace(fString, "=]", """>", 1, -1, 1)
Dayve
Edited by - dayve on 23 June 2001 19:59:33 |
|
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 24 June 2001 : 11:00:22
|
quote:
If it's simple can you tell me what part was changed?
Thanks,
mod_inc_code.code
changed this:
function tt() { if (helpstat) { alert("Teletype tag writes the enclosed text as sub.\n\nUSE: [tt]This text is sub[/tt]"); } else if (basic) { AddTxt="[tt][/tt]"; AddText(AddTxt); } else { txt=prompt("Text to be written as sub","Text"); if (txt!=null) { AddTxt="[tt]"+txt+"[/tt]"; AddText(AddTxt); } } }
with this:
function tt() { if (helpstat) { alert("Teletype tag writes the enclosed text as TeleType.\n\nUSE: [tt]This text is TeleType[/tt]"); } else if (basic) { AddTxt="[tt][/tt]"; AddText(AddTxt); } else { txt=prompt("Text to be written as TeleType","Text"); if (txt!=null) { AddTxt="[tt]"+txt+"[/tt]"; AddText(AddTxt); } } }
AND again in mod_inc_code.code
change this:
function bigchar() { if (helpstat) { alert("Underline Tag writes the enclosed text underlined.\n\nUSE: [bigchar]This text is underlined[/bigchar]"); } else if (basic) { AddTxt="[bigchar][/bigchar]"; AddText(AddTxt); } else { txt=prompt("Text to be written underlined.","Text"); if (txt!=null) { AddTxt="[bigchar]"+txt+"[/bigchar]"; AddText(AddTxt); } } }
with this:
function bigchar() { if (helpstat) { alert("BigChar Tag writes the enclosed text as BigChar.\n\nUSE: [bigchar]This text is BigChar[/bigchar]"); } else if (basic) { AddTxt="[bigchar][/bigchar]"; AddText(AddTxt); } else { txt=prompt("Text to be written as BigChar.","Text"); if (txt!=null) { AddTxt="[bigchar]"+txt+"[/bigchar]"; AddText(AddTxt); } } }
Thanks...
Burak Tuyan aka eLeVeN
Edited by - eleven on 24 June 2001 11:07:39 |
|
|
Freeman II
Junior Member
232 Posts |
Posted - 24 June 2001 : 14:32:30
|
nice mod
suggestion update faq.asp pop_forum_code.asp
add how to use the forum code for * Strike * Sub * Sup * BigChar * Marquee (Move) * Align Left * Align right * Pre * Teletype * Highlight Text * Horizontal Rule
|
|
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 24 June 2001 : 15:53:46
|
quote:
nice mod
suggestion update faq.asp pop_forum_code.asp
Thanks for your suggestions, I will update them in the next version of the mod. (Two weeks only!)
Dayve, can I add "sound and custom colors (hex values)" buttons/functions to the next release of this mod?
Thanks...
Burak Tuyan aka eLeVeN |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 24 June 2001 : 19:02:04
|
sure, I have more for glow, shadow and so forth as well, I will get a collection put together and post them here shortly.
Dayve |
|
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 25 June 2001 : 01:38:27
|
quote:
sure, I have more for glow, shadow and so forth as well, I will get a collection put together and post them here shortly. Dayve
I have the necessary code for glow and shadow; but I want them to be customizable. For example:
[glow=yellow,3,200]glowing text[/glow]
Users should have a chance to change these values...
Can we do this?
Thanks...
Burak Tuyan aka eLeVeN |
|
|
Topic |
|