Search found 199 matches

by TKS
Thu May 29, 2008 9:21 pm
Forum: Plugins
Topic: Findmore Plugin Placement
Replies: 4
Views: 2921

TKS - I also misread your original message, and now realize you wanted the findmore icons within the entry footer, not after the entire entry. I don't think that plugin has that ability, but you could do it yourself. If you search the forum, you will find more than one recommendation to not use the...
by TKS
Thu May 29, 2008 9:17 pm
Forum: Themes
Topic: Carl02 Template Searchbox in Header
Replies: 10
Views: 6096

No dice on the style...it is not honoring it. I can only find one instance of <div id="identity" class="idblue"> in my style.css
by TKS
Thu May 29, 2008 5:09 pm
Forum: Themes
Topic: Carl02 Template Searchbox in Header
Replies: 10
Views: 6096

adding that margin to the div that holds the search form doesn't seem to work.

This is why I hate CSS :/ Nothing ever makes sense with it :(
by TKS
Thu May 29, 2008 4:48 pm
Forum: Plugins
Topic: Findmore Plugin Placement
Replies: 4
Views: 2921

Ok, got it...but had to make different changes than what you had above. Thanks for your help.

Code: Select all

#serendipity_entryFooter {padding: 2px 0px 0px 0px; margin: 10px 0 0 10px;
        font-size: 90%; border-top: 1px solid #ccc; clear:left; }
.serendipity_findmore {margin-bottom: 30px}
by TKS
Wed May 28, 2008 10:53 pm
Forum: Plugins
Topic: Findmore Plugin Placement
Replies: 4
Views: 2921

Findmore Plugin Placement

Currently, the findmore plugin places all of its links BELOW my entry. This makes it look like it is for the NEXT entry instead of the entry it is for. I'd like to move the findmore plugin display from being UNDER the entry to in between author, category, comments and my defined tags for the entry. ...
by TKS
Wed May 28, 2008 10:08 pm
Forum: Themes
Topic: Carl02 Template Searchbox in Header
Replies: 10
Views: 6096

Oh, one thing...How do I get some space on top of the form..that is, how can I center it vertically?
by TKS
Wed May 28, 2008 10:07 pm
Forum: Themes
Topic: Carl02 Template Searchbox in Header
Replies: 10
Views: 6096

So here is what I did... I noticed that google has changed their custom search results program...so I went through and redesigned a search form. I then used yours as base to change my index.tpl. However, I am using a standard non-highlighting text editor :/ So it's probably ugly. I'm open to what I ...
by TKS
Wed May 28, 2008 5:57 pm
Forum: Themes
Topic: Carl02 Template Searchbox in Header
Replies: 10
Views: 6096

Carl02 Template Searchbox in Header

Not being even close to a themer/skinner/template designer at all...I figured I'd ask everyone else for help. I'd like to place a searchbox for my users that uses google to search my site. I've already got search working with results displayed ON the blog here: http://linux-blog.org/index.php?/pages...
by TKS
Wed May 28, 2008 5:45 pm
Forum: Installation
Topic: It's all installed, BUT.
Replies: 5
Views: 5058

I originally had problems with this. I like to use the WYSIWYG editor for s9y. When I went to input the ad inside the nugget, I clicked the <> button (that's what it has on it). This toggles you to code view. Paste your ad in the window...make sure you toggle the radio button to NOT perform markup t...
by TKS
Wed May 21, 2008 5:17 pm
Forum: General discussions
Topic: Export blog as PDF doesn't work
Replies: 2
Views: 10407

Export blog as PDF doesn't work

My Blog: http://linux-blog.org I've installed the plugin and the links are present at the end of each entry...but the result in various errors when trying to view the pdf...mainly having to do with Unhandled MIME types. I've seen both text/plain and application/octet-stream errors. Screenshot provid...
by TKS
Tue May 06, 2008 11:15 pm
Forum: General discussions
Topic: HowTo: Install FCKEditor in s9y
Replies: 2
Views: 3208

I've noticed that uploading is problematic at best for this plugin for images and other stuff.


I recommend using the built in s9y media manager to handle your uploads...the hotlinking function is still ok with the plugin but I'd handle your images with s9y :D
by TKS
Tue May 06, 2008 11:04 pm
Forum: General discussions
Topic: HowTo: Install FCKEditor in s9y
Replies: 2
Views: 3208

Update: I also had to change the paths at the bottom of the config.php file to match that I had already made for my uploads/ directory. You may have to do the same yourself. Otherwise, current images won't display :) I updated: $Config['AllowedExtensions']['Image'] = array('bmp','gif','jpeg','jpg','...
by TKS
Tue May 06, 2008 10:47 pm
Forum: Installation
Topic: TinyMCE Plugin Install Problem
Replies: 32
Views: 36008

Got it :) Well, for the FCKEditor anyway. Still can't get the TinyMCE plugin to work at all. Instructions for FCKEditor below: Ok, so the language is confusing on the instructions for the plugin...I've detailed what I did here: http://board.s9y.org/viewtopic.php?p=73416 That's for FCKEditor but I'll...
by TKS
Tue May 06, 2008 10:46 pm
Forum: General discussions
Topic: HowTo: Install FCKEditor in s9y
Replies: 2
Views: 3208

HowTo: Install FCKEditor in s9y

Here's how I got FCKEditor working in s9y. Install the event plugin first and make sure in your user config that you are using WYSIWYG editors (check the box). Next, follow the plugin instructions by downloading FCKEditor from its sourceforge page. Extract it to the even plugin directory which shoul...
by TKS
Tue May 06, 2008 10:02 pm
Forum: Installation
Topic: TinyMCE Plugin Install Problem
Replies: 32
Views: 36008

Tell you what, help me get this thing up and running, and I'll document it...since that is what I do for a living. So far, I've got the plugin installed and extracted EXACTLY like the instructions are...I can hit the aforementioned url and see code...yet the plugin doesn't work. I previously used th...