Page 1 of 1

several questions

Posted: Tue Apr 18, 2006 3:15 pm
by deadpoeticstar
Comments: Is there a way to make the text area to include a WYSIWYG Editor like when posting an entry cause most people don't know about textile.

Images: How would i add an image to the public view of a skin? cause i would like to display the Valid RSS image at the bottom of my current skin but i dont know what to edit

Re: several questions

Posted: Tue Apr 18, 2006 3:30 pm
by garvinhicking
Hi!

Since comments do not allow HTML, there is no way to use WYSWIYG editors since they rely on HTML. But textile and bbcode plugins do emit text that point users on how to use those boxes. Plus, a plugin that would show a B/I/U box like for entries would be easy to code. A very good try for someone who wants to try coding with Serendipity. :-))
Images: How would i add an image to the public view of a skin? cause i would like to display the Valid RSS image at the bottom of my current skin but i dont know what to edit
[/quote]

I don't understand - do you want to edit your Serendipity Template? You can edit the templates/XXX/index.tpl file for example. If you just want to add some HTML code to your sidebars, you can use the "HTML Nugget" sidebar plugin for that...

HTH,
Garvin

Posted: Tue Apr 18, 2006 3:38 pm
by deadpoeticstar
i tried the side bar and all i got was the html i inserted

and i want to add this

Image

Code: Select all

<a href="http://feedvalidator.org/check.cgi?url=http%3A//www.georgelittle.2plans.com/MyBlog2/feeds/index.rss2"><img src="http://www.georgelittle.2plans.com/valid-rss.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a>
to the skin in the center at the bottom

Posted: Tue Apr 18, 2006 3:46 pm
by garvinhicking
When you create a HTML Nugget plugin, you must set the "Apply Markup transformations" to "No"! Then your HTML you enter won't be touched.

Also, if you're using a WYSIWYG editor you must switch the editor into HTML Source view when you enter your code.

Best regards,
Garvin

Posted: Tue Apr 18, 2006 3:58 pm
by deadpoeticstar
HMMMM i swear i did that, and how would we set it up for multiple nuggets?

Image

and i select html and all i get is this

Image

Posted: Tue Apr 18, 2006 5:22 pm
by garvinhicking
Hi!

Please read what I wrote above about the usage of WYSIWG editors. Before you enter HTML code, you must click on the "<>" icon in the toolbar. And after that, do not switch back to HTML view and save the plugin config.

Best regards,
Garvin

Posted: Tue Apr 18, 2006 5:24 pm
by deadpoeticstar
yeah i figured that just now...lol so this is solved now :)