Search found 117 matches

by abdussamad
Sun Jan 14, 2007 4:06 pm
Forum: Bugs
Topic: No alt tag for images
Replies: 13
Views: 8563

Re: No alt tag for images

Hi! In the serendipity_editor.js, which is responsible for inserting those <img>s there's always an alt tag (even though its empty). Can you show us an example blog entry where you find this behaviour? Best regards, Garvin I think the alt attribute to the img tag is missing: http://cricketgame.info...
by abdussamad
Sat Jan 13, 2007 9:06 pm
Forum: Bugs
Topic: No alt tag for images
Replies: 13
Views: 8563

No alt tag for images

I think I found a bug in the s9y media manager including the one included with 1.1. The alt tag is not included for images inserted via the media manager. This breaks xhtml validity. Usually this occurs when thumbnails of images linking to the full sized version are inserted.
by abdussamad
Sat Dec 23, 2006 6:06 pm
Forum: Bugs
Topic: Serendipity 1.1 Bugs
Replies: 9
Views: 7471

Re: Serendipity 1.1 Bugs

If you know of anything left uninvestigated, please report it here! :-) It's not a bug (it's not a feature, either), but more of a suggestion, and I realize it's very short notice, and therefore probably better suited for v1.2 or somewhere in between. It's also not too important, and now I'm rambli...
by abdussamad
Fri Dec 22, 2006 8:33 pm
Forum: General discussions
Topic: Announcing s9y-users.com
Replies: 16
Views: 16252

Is this a replacement for the who's using page?
by abdussamad
Fri Dec 15, 2006 11:31 am
Forum: General discussions
Topic: Google Spam Trackback
Replies: 1
Views: 1649

In s9y1.0 and later versions there is an option to reject trackbacks if the site sending the trackback does not link to your site. This option should get rid of most trackback spam. You will find it under comments->configure anti-spam methods->check trackback urls
by abdussamad
Thu Dec 14, 2006 6:34 am
Forum: Themes
Topic: New Freshy theme port
Replies: 5
Views: 3979

Nice! It looks like you have taken great efforts to remain faithful to the original design. Well done. I do have one possible critique if I may, the background image for the code samples possible needs to be brought down by a few pixels. On my browsers it sits too high in relation to the actual tex...
by abdussamad
Wed Dec 13, 2006 2:40 pm
Forum: Themes
Topic: New Freshy theme port
Replies: 5
Views: 3979

No major bugs (so far, hrhr Wink), but 2 little things (FF 1.5/Linux): I think it's a pity the sidebar (only tested it with single sidebar) doesn't expand to the bottom (you might want to add sliding faux columns or something similar to achieve that), and - I don't know whether this is unwanted or ...
by abdussamad
Wed Dec 13, 2006 11:03 am
Forum: Themes
Topic: New Freshy theme port
Replies: 5
Views: 3979

New Freshy theme port

Hi As requested by another s9y user I have ported the very popular freshy theme to serendipity. I've tested it in s9y 0.9-1.1 and it works fine. However in case anybody finds any major bugs please post here. This is a partial port that includes most of the features of the original wordpress version ...
by abdussamad
Tue Dec 12, 2006 5:34 pm
Forum: Themes
Topic: Current page url and theme configuration options
Replies: 6
Views: 6793

$_SERVER['REQUEST_URI'] did the trick :). I wanted the url as the user sees it because that's what he's going to use when he customizes a theme's top nav bar in the admin backend. I wanted to be able to highlight the current page's entry in that nav bar. I've done that now and you should see a fresh...
by abdussamad
Tue Dec 12, 2006 12:22 pm
Forum: Themes
Topic: Current page url and theme configuration options
Replies: 6
Views: 6793

Hi! As for the URL, this should work: <a href="{$serendipityBaseURL}{$serendipityIndexFile}?{$uriargs}">Current URL</a> HTH, Garvin Hi Garvin What about when url rewriting is in effect? How do I tell that url rewriting is in effect and how do I refer to the rewritten url? Thanks
by abdussamad
Mon Dec 11, 2006 4:05 am
Forum: General discussions
Topic: 2 sitemap-generators, e.g. google and weblogs.com
Replies: 4
Views: 2725

I think the announce entries event plugin will ping the likes of weblogs.com and technorati. SO you'll need to install that.
by abdussamad
Mon Dec 11, 2006 3:49 am
Forum: Themes
Topic: Current page url and theme configuration options
Replies: 6
Views: 6793

Current page url and theme configuration options

Hi I have a few questions regarding templates. How do you tell the url of the current page the user is viewing? I would like to be able to refer to this url in index.tpl or a theme's config.inc.php How do you specify options for radio buttons in the theme configurator? select_values does not seem to...
by abdussamad
Sun Nov 26, 2006 1:03 am
Forum: Installation
Topic: Templates shared installation
Replies: 13
Views: 6245

hi I was just looking through the shared installation guide here and I see that you can also link to your core s9y installation's templates dir from each of your user's dirs. This way all users get access to whatever templates you store in your core s9y templates dir. BTW, I'd like to pose a questio...
by abdussamad
Sun Nov 26, 2006 12:26 am
Forum: Development
Topic: HELP ME PLEASE
Replies: 6
Views: 8114

Hi, Welcome to Serendipity. Our project supports the Arab language, yes. Also, security is very important, yes, please use our code for your blog no problem. Cheers Carl (for anyone else, I have phrased my reply to be understandable to someone who does not natively speak English, and for this I beg...
by abdussamad
Wed Nov 22, 2006 4:17 am
Forum: Themes
Topic: template: only left and right sidebar?
Replies: 2
Views: 2412

To add more than 2 sidebars you will need to use serendipity 1.1 which is in beta state. But I think they plan to release a stable version by December. You can read more about how to do this here