several questions

Having trouble installing serendipity?
Post Reply
deadpoeticstar
Regular
Posts: 56
Joined: Tue Apr 18, 2006 3:10 pm

several questions

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: several questions

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
deadpoeticstar
Regular
Posts: 56
Joined: Tue Apr 18, 2006 3:10 pm

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
deadpoeticstar
Regular
Posts: 56
Joined: Tue Apr 18, 2006 3:10 pm

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
deadpoeticstar
Regular
Posts: 56
Joined: Tue Apr 18, 2006 3:10 pm

Post by deadpoeticstar »

yeah i figured that just now...lol so this is solved now :)
Post Reply