Search found 56 matches

by akremedy
Fri Nov 13, 2009 7:11 am
Forum: Plugins
Topic: Plugin to put TinyBrowser in S9Y admin
Replies: 4
Views: 2415

Re: Plugin to put TinyBrowser in S9Y admin

Ok, I've been thinking about this and will spend some time on getting the updated TinyMCE incorporated into the existing plugin with TinyBrowser as an option. In reality, it shouldn't be too hard to do, especially since most of the hard work is already done in the existing plugin. Thanks for the CVS...
by akremedy
Sun Nov 08, 2009 5:49 am
Forum: Plugins
Topic: Plugin to put TinyBrowser in S9Y admin
Replies: 4
Views: 2415

Re: Plugin to put TinyBrowser in S9Y admin

Hi Garvin, I just sent a request for CVS access through sourceforge. This should be interesting - I've never contributed anything to any projects, just worked with folks directly :) I think it would be good if people could test the TinyBrowser plugin. Also, I would want to know if people would only ...
by akremedy
Sat Nov 07, 2009 2:42 am
Forum: Plugins
Topic: Plugin to put TinyBrowser in S9Y admin
Replies: 4
Views: 2415

Plugin to put TinyBrowser in S9Y admin

This is part of a bigger project to integrate the latest TinyMCE rev into S9Y 1.5b1 - which I've got working well by the way. With TinyMCE now, I'm using TinyBrowser for all of my media and file management. I figured since I was going to use TinyBrowser in TinyMCE, I might as well make it accessible...
by akremedy
Fri Oct 09, 2009 12:00 am
Forum: General discussions
Topic: blank pages - popfetcher plugin
Replies: 5
Views: 2581

Re: blank pages - popfetcher plugin

Thanks Garvin, yes, even at 10mb, S9Y throws errors when I search plugins - I really should just bump it up to 32mb (like production). If this makes it easier, here is the popfetcher row out of _plugins ready to import: INSERT INTO `serendipity_plugins` (`name`, `placement`, `sort_order`, `authorid`...
by akremedy
Wed Oct 07, 2009 7:31 pm
Forum: General discussions
Topic: blank pages - popfetcher plugin
Replies: 5
Views: 2581

Re: blank pages - popfetcher plugin

Hi Garvin, I'll be happy to provide whatever you want to take a look at - to me, the problem kind of begs of corruption in the popfetcher row in the _plugins table, but can't think of how that would happen. I was fiddling around with plugins quite a lot - disabling/enabling the tinymce plugin, messi...
by akremedy
Wed Oct 07, 2009 1:31 am
Forum: General discussions
Topic: blank pages - popfetcher plugin
Replies: 5
Views: 2581

blank pages - popfetcher plugin

I ran into some odd behavior that I wanted to capture in case it helps someone in the future (maybe even me, if I forget)... I took a snapshot of my S9Y 1.3.1 instance (running the popfetcher plugin, configured as "internal") and set it up in dev to test moving to S9Y 1.5.1. As expected, a...
by akremedy
Thu Jul 23, 2009 6:26 pm
Forum: Plugins
Topic: htaccess plugin
Replies: 2
Views: 1704

Re: htaccess plugin

Thanks Don, well it sounds like the spamblock plugin does what I want it to do after all - I just didn't look at it closely enough. Not sure why I didn't look before, but I see now the spamblocklog and spamblock_htaccess tables. I think this is going to work just the way I need it to and save me hav...
by akremedy
Thu Jul 23, 2009 6:09 pm
Forum: Plugins
Topic: Spam Protector plugin - CAPTCHA case sensitivity
Replies: 2
Views: 1703

Re: Spam Protector plugin - CAPTCHA case sensitivity

Thanks Garvin, yes this made it all the stranger - I spotted where it looks like everything is converted strtolower, but still, CAPTCHA fails with upper, and passes with lower. If I can, I'll look into it a little further, but it could be awhile before I get around to it...if this was affecting ever...
by akremedy
Thu Jul 23, 2009 4:15 am
Forum: Plugins
Topic: htaccess plugin
Replies: 2
Views: 1704

htaccess plugin

Before I queue up another project (that I don't really have time for, but keenly interests me :-) ), are there hooks to write htaccess in S9Y already? I'm looking in /include/tpl and see htaccess stuff. What I'm envisioning is an extension to Spamblock, or another plugin altogether, where a link nex...
by akremedy
Wed Jul 22, 2009 11:52 pm
Forum: Plugins
Topic: Spam Protector plugin - CAPTCHA case sensitivity
Replies: 2
Views: 1703

Spam Protector plugin - CAPTCHA case sensitivity

I fear I must have overlooked something, but cannot seem to find a variable/config setting anywhere that controls case sensitivity in CAPTCHA strings for the Spam Protector plugin. By default, it seems that Spam Protector expects all upper-case text, however entered as such, the string is not valida...
by akremedy
Fri Mar 20, 2009 1:10 am
Forum: Development
Topic: Uploaded images into the DBMS.
Replies: 7
Views: 7764

Re: Uploaded images into the DBMS.

I would think that storing images in a database would also be a significant performance hit for a site as well... Yeah, I built a very basic image gallery once that stored all image data in BLOBs to prove to someone that it could be done - it was a good-enough concept but with turtle-like performan...
by akremedy
Fri Jan 09, 2009 7:46 am
Forum: General discussions
Topic: How to get images to display next to Categories
Replies: 32
Views: 12423

Hey cool, you got it working! Sorry about the smarty option - that's yet another item I guess I should update my instructions with. Thanks for the assist Don, I don't think it would have ever occurred to me :) Regarding repositioning the icons in the actual posts - there is a post here that discusse...
by akremedy
Wed Jan 07, 2009 3:21 pm
Forum: General discussions
Topic: How to get images to display next to Categories
Replies: 32
Views: 12423

Hmm, that's weird - under /templates, I have a "default" and a "default-php" directory - each contains a plugin_categories.tpl file. I've only modified the one in "default". If you can see the icon in the blog entry (top/right next to the title) then you should be able ...
by akremedy
Tue Jan 06, 2009 3:38 pm
Forum: General discussions
Topic: How to get images to display next to Categories
Replies: 32
Views: 12423

I'm pasting the entire contents of my plugin_categories.tpl file here...the {if} statement goes right before the {$plugin_category.category_name|escape} tag: {if $is_form} <form id="serendipity_category_form" action="{$form_url}" method="post"> <div id="serendipity...
by akremedy
Tue Jan 06, 2009 7:25 am
Forum: General discussions
Topic: "Facebook" Post include?
Replies: 5
Views: 3640

There are others here who are much better at Smarty than I am, but I don't think I'd be wrong in pointing you to "entries.tpl" in whatever theme subdir corresponds to the theme that you're using (/templates/i3theme/entries.tpl in my case). I expect for most themes that there is a block abo...