Search found 117 matches

by abdussamad
Wed Feb 20, 2008 11:11 pm
Forum: General discussions
Topic: {serendipity_printSidebar} alternate tpl?
Replies: 3
Views: 2324

Part 2: We have the ability to create sidebar containers other than left and right. Lets say I have a sidebars named left, bottom, right (and hide) that I have created in my template configuration. I can do {if $leftSidebarElements > 0} and the same for right, but at the moment, I cannot do {if $bo...
by abdussamad
Thu Jan 17, 2008 8:00 pm
Forum: Themes
Topic: Some questions
Replies: 9
Views: 6261

Re: Some questions

Hi, I am trying to creat a template for S9Y and I got weird results. So I have some (very stupid) questions: 1. When I look at the code generated for a page, I see a lot of classes that are not defined in the CSS. Normal? 2. If yes, what is mandatory? 3. All the templates I looked used the same nam...
by abdussamad
Sat Dec 22, 2007 7:09 pm
Forum: General discussions
Topic: Empty RSS feeds
Replies: 1
Views: 1669

:oops: nevermind. I see that you get to see all the posts if you hit shift+reload. Looks like s9y is only serving posts based on when the reader last visited? My mistake.
by abdussamad
Sat Dec 22, 2007 6:59 pm
Forum: General discussions
Topic: Empty RSS feeds
Replies: 1
Views: 1669

Empty RSS feeds

Hi I hate to trouble you guys but I just updated my blog to the latest s9y 1.2.1 and suddenly my rss and atom feeds appear empty. You may want to try refreshing them a few times to see what I mean but here are 2 links: I don't know what could be causing this. At times its not looping through the $en...
by abdussamad
Thu Jun 21, 2007 2:58 pm
Forum: Themes
Topic: [DONE] Put "Freshy" Theme into Spartacus
Replies: 5
Views: 3652

Re: [request] Put "Freshy" Theme into Spartacus

garvinhicking wrote:Hi!

I would add it immediately, if abdussamad would like that. It's the author's choice!

Regards,
Garvin
Sure. Go ahead.
by abdussamad
Fri Feb 23, 2007 12:21 pm
Forum: Development
Topic: 1.1 theme config sidebar bug
Replies: 5
Views: 5633

Hi! Ah, thank you. The $serendipity was wrong in that context, you're right. I fixed that. The header of that section though explains the use of $template_config, so at least it was partially right :-D Thanks, Garvin Unfortunately setting $template_config['sidebars'] does not work either. The addit...
by abdussamad
Fri Feb 23, 2007 11:34 am
Forum: Development
Topic: 1.1 theme config sidebar bug
Replies: 5
Views: 5633

HI! You are not allow to set $serendipity['sidebars'] with a comma seperated list. You are only allowed to set $template_config['sidebars']. So that's not a bug, you are just using the wrong variable. $serendipity['sidebars'] is expected to be an array. Thanks for reporting this, though! Smile Best...
by abdussamad
Thu Feb 22, 2007 7:01 pm
Forum: Development
Topic: 1.1 theme config sidebar bug
Replies: 5
Views: 5633

1.1 theme config sidebar bug

Hi I noticed a bug in line 368 of include/admin/plugins.inc.php Basically it doesn't correctly allocate sidebars if you assign them to $serendipity["sidebars"] in config.inc.php. To correct it you need to replace this line: $sidebars = $serendipity['sidebars']; with this $sidebars = explod...
by abdussamad
Fri Feb 16, 2007 4:22 am
Forum: General discussions
Topic: Calling up the Recent Entries PHP
Replies: 7
Views: 4510

If you want to use the same style sheet as the template then you echo $serendipity['smarty_vars']['head_link_stylesheet']: <link rel="stylesheet" type="text/css" href="<?=$serendipity['smarty_vars']['head_link_stylesheet']?>" /> Check out functions_smarty.inc.php in the...
by abdussamad
Thu Feb 15, 2007 12:51 pm
Forum: Themes
Topic: Sahara template for serendipity
Replies: 2
Views: 2830

Sahara template for serendipity

hi I have ported the sahara template to serendipity and am making it available for free download. This is a free template by freecsstemplates.org and I found it on openwebdesign.org . Its yellow-brown in colour with serif fonts and a green top nav bar. The top of every page includes a sort of "...
by abdussamad
Sun Feb 04, 2007 11:06 pm
Forum: Themes
Topic: Brainstorming: What do we "need" template-wise?
Replies: 619
Views: 375746

What I am trying to do is this: a) Get your opinions on whether a feature like this is a good idea and that you will use it in your future templates. b) Get your opinions on what common options to include. With regard to b I can think of the following: a) navbar links plus anchor text b)toggle autho...
by abdussamad
Sun Feb 04, 2007 6:00 pm
Forum: Plugins
Topic: Request: IP Block (Class A/B/C/D)
Replies: 4
Views: 2945

If your using cpanel you can do that with the ip deny manager.
by abdussamad
Sun Feb 04, 2007 5:51 pm
Forum: Themes
Topic: Brainstorming: What do we "need" template-wise?
Replies: 619
Views: 375746

I have a suggestion to make regarding template options. I suggest that we implement a way to configure common template options independent of individual templates. Most templates have common options related to configuring the top nav bar etc. and it can be really tedious for the user to configure ea...
by abdussamad
Mon Jan 15, 2007 5:41 pm
Forum: Bugs
Topic: No alt tag for images
Replies: 13
Views: 8471

Well something is better than nothing and so a small change to serendipity_editor.js results in the path to the image file being set as the alt text (s9y1.1 lines 210-218): if (f['serendipity[align]'][0].checked == true) { img = "<!-- s9ymdb:" + imgID + " --><img width='" + imgWi...
by abdussamad
Sun Jan 14, 2007 7:46 pm
Forum: Bugs
Topic: No alt tag for images
Replies: 13
Views: 8471

Re: No alt tag for images

Hi! Are you using the WYSIWYG editor to insert this link? It might be that the editor is stripping empty tags?! Best regards, Garvin Yeah I think your right. IF I use the standard editor the alt attribute is there. So I guess the media manager should specify some alt text? Perhaps the path to the i...