Search found 12 matches

by hotroast
Thu Mar 29, 2007 5:07 pm
Forum: General discussions
Topic: quick way to delete multiple trackbacks/comments?
Replies: 1
Views: 1843

quick way to delete multiple trackbacks/comments?

Is there any quick way available to delete a bunch of trackbacks or comments with a click, kind of like you can do in an email reader for spam? Even with all the spamblockers in place, there seems to be a new generation of spammers around that are getting by all the spamblockers and I literally got ...
by hotroast
Thu Jun 15, 2006 12:04 am
Forum: Plugins
Topic: how to display tags in rss from smarty tpl? and rss limiting
Replies: 5
Views: 3661

ok garvin - just solved it! :? apparently the problem was with the creative commons license plugin. after tracing through, the freetag plugin was working fine. the problem is that the cc plugin has several lines that assign 'display_dat' completely as opposed to adding to it...

$eventData['display ...
by hotroast
Tue Jun 13, 2006 8:36 pm
Forum: Plugins
Topic: how to display tags in rss from smarty tpl? and rss limiting
Replies: 5
Views: 3661

it seemed as if it should, however it wasn't outputting it that's why I'm figuring I need to add something to the .tpl file that controls the output of the rss feed. I assume the freetag plugin still needs something in there wouldn't it? Currently using:

Tagging of entries
Allows freestyle tagging ...
by hotroast
Tue Jun 13, 2006 4:44 am
Forum: Plugins
Topic: how to display tags in rss from smarty tpl? and rss limiting
Replies: 5
Views: 3661

how to display tags in rss from smarty tpl? and rss limiting

I can't seem to figure out the right code to use to display the freetags in the RSS output. I tried adding something like {$entry.footer} in feed_2.0.tpl but it came up blank. That's where I found the from the entries.tpl file. That's still probably not right though, since basically just need a list ...
by hotroast
Thu May 11, 2006 9:24 am
Forum: Bugs
Topic: Problem with Comment Approval emails
Replies: 19
Views: 11129

same problem here too - garbled emails

I've been having the same problem, and I wouldn't be surprised if other have it too but don't realize it. It seems to only happen with longer emails (over 30 lines or so). I assume it definitely has something to do with the encoding. For a while I ignored it because I figured it was a fluke, or ...
by hotroast
Mon May 01, 2006 6:53 am
Forum: Development
Topic: Related Links - BAD BAD BUG! .. and fix .. and new feature
Replies: 3
Views: 5279

funny - I had actually thought of using | too but decided to use ~ since I couldn't recall seeing it recently in any of the many URLs I've seen lately. Your solution is of course the best - make it configurable! Regarding BAD BAD bug - I qualified it as such because it would actually lead to ...
by hotroast
Sun Apr 30, 2006 3:00 am
Forum: Development
Topic: Related Links - BAD BAD BUG! .. and fix .. and new feature
Replies: 3
Views: 5279

Related Links - BAD BAD BUG! .. and fix .. and new feature

Glad to help with the last one Garvin, and of course keep up the great work with everything. This one really had me spinning for a bit but I got it - and solved 2 issues in one shot. I noticed that for some reason, if you add links to a new post, previous posts no longer had any Related Links left ...
by hotroast
Sat Apr 29, 2006 8:50 am
Forum: Development
Topic: enabling the permalink plugin to pass on url variables
Replies: 1
Views: 3763

enabling the permalink plugin to pass on url variables

I thought I'd share this small mod I made to the permalink plugin. Basically, it now allows you to pass variables on a permalink url whereas before it would get confused. This is useful if you're trying to pass along certain variables such as http://www.domain.com/podcast/mypost.html?format=mp3

Now ...
by hotroast
Wed Mar 29, 2006 9:42 am
Forum: General discussions
Topic: rss permalink not working for categories
Replies: 6
Views: 4398

btw, seems the issue is still there with going directly to rss.php?category= - not sure why that wouldn't work. Of course it's really not an issue if the other method works (which I prefer anyway) - with the permalinks. But still strange that it's acting that way.
by hotroast
Wed Mar 29, 2006 9:39 am
Forum: General discussions
Topic: rss permalink not working for categories
Replies: 6
Views: 4398

thanks for your help - with those tips I got it... first of all, I upgaded from 1.0beta1 to beta2, though I don't believe that was the issue. Based on your tips, this is the combination of settings I needed to get it working the way I want:

Path to categories: channels
Path to RSS feeds: feeds ...
by hotroast
Wed Mar 29, 2006 12:55 am
Forum: General discussions
Topic: rss permalink not working for categories
Replies: 6
Views: 4398

After further analysis, I'd actually be more inclined to think it may be something to do with the feed2.0 smarty template. I included a copy of the tpl file. Again, the two strange issues is that 1) using the permalink just doesn't work at all (as if it's just the primary category). Secondly, if I ...
by hotroast
Tue Mar 28, 2006 7:10 am
Forum: General discussions
Topic: rss permalink not working for categories
Replies: 6
Views: 4398

rss permalink not working for categories

I'm having trouble figuring out why my RSS links aren't working for showing just the items in a single category. My Permalink setting is as follows:

Permalink RSS-Feed Category URL structure:
feeds/%name%.rss

Now, it does seem to work for my primary category. However, when I try grabbing the rss ...