1 2006-02-09 17:16:41
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
2 2006-02-04 23:56:56
Re: Advanced image module for CuteNews (425 replies, posted in Script Feedback and Suggestion)
You asked so nicely - I had to make it.
![]()
Version 2.0 now supports sub directories and cropping of the thumbs which means that the thumbs are squares with a fixed width and height.
and what about making it valid xhtml strict? do I still have to delete all vspace, hspace, align etc. manually or have you converted them to css?
3 2006-02-02 23:18:00
Re: Advanced image module for CuteNews (425 replies, posted in Script Feedback and Suggestion)
I would like to know if there are any thoughts to make this script working as XHTML strict in future? It inserts vspace, hspace, align which aren't validated if using XHTML strict. Are there any plans making such design elements included via css and not directly in the html code?
4 2005-12-12 14:33:25
Re: Advanced image module for CuteNews (425 replies, posted in Script Feedback and Suggestion)
Another suggestion/question:
When inserting images it's always inserted the absolute path. Is there any way inserting the relative path instead? Right now I have to modify the path of the images every time I upload the news from my test server to the working server. If the relative path was inserted this wouldn't make any difference.
5 2005-12-05 16:29:51
Re: Advanced image module for CuteNews (425 replies, posted in Script Feedback and Suggestion)
Today it works also for me using align. I don't know what was wrong. Maybe it was a cache problem.
But I have another question: would it be possible to include css option as margin into the hack? I know vspace and hspace are included but I think by using css you could position the image much better. I for example do not want to have any space on the left and on top but on the right and bottom of the pic. That can't be done with hspace vspace but if you are using css. Have you ever thought about this?
6 2005-12-04 00:03:55
Re: Advanced image module for CuteNews (425 replies, posted in Script Feedback and Suggestion)
Choosing "Image align = left/right" is exactly doing this, I think.
No it doesn't. It just aligns it to the left or right but the text isn't floating. I have to add css (style="float:left" oder style="float:right") to each image or thumb in the source code.
If I choose align only a single line of text is next to the image but not a text block or paragraph.
Just see the examples:
align:
float:
7 2005-12-03 23:11:56
Re: Advanced image module for CuteNews (425 replies, posted in Script Feedback and Suggestion)
I would prefer if it was possible to let the text float left or right of the image/thumb. Right now floating doesn't seem to be possible.