T O P I C R E V I E W |
Max0005 |
Posted - 19 April 2007 : 14:26:29 I have to questions for add-ons:
1) Is it possible to have a feature like the one of phpbb in whiche there is a like a rectangle on which is written: Spoiler, click to view. You click on it and the hidden text appears. Same thing for Off-Topic.
2) A way of instead of viewing [*b][*/b] to make a text bold, see it directly bold. Same thing for smilies. Kind of like what Yahoo! and Hotmail do when you send e-mails.< |
4 L A T E S T R E P L I E S (Newest First) |
Shaggy |
Posted - 20 April 2007 : 12:38:06 It would take a good bit of editing to get that working with Snitz so that it uses forum code instead of HTML.
< |
leatherlips |
Posted - 20 April 2007 : 12:33:46 Here is an editor at Dynamic Drive. I have not tried it in Snitz. It may work well.< |
Shaggy |
Posted - 20 April 2007 : 04:32:02 If you search for [spoiler] in inc_func_common.asp, you'll find the HTML that it gets replaced with - a little bit of CSS there will style it any way you want it. If you want a button for it on the posting form, you'll need to edit inc_post_buttons.asp and inc_code.js. You should be able to determine what to do by looking at the rest of the buttons but let us know if you need help. Of course, you'll also need the actual button, which you'll have to make yourself - I use a blank one on my sites.
As to your second question, sounds like you're looking for a rich text editor. You'll be hard pressed to find one that works perfectly, especially across all browsers but have a search here for the one Nertz was working on a while back.
< |
MaD2ko0l |
Posted - 19 April 2007 : 14:35:45 1) there is already a spoiler tag, [spoiler][/spoiler] is what you will need to use...to see if just drag the mouse over it to highlight it,,,it coudl be modified to include the box aroudn it like pn the pHpbb's
--> This is a secret <--
2) dont know what u mean about this 1< |