indi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: invalid rss feedin my case a beta of Textile 2 was messing up the feed
Forum: Plugins
In reply to: e-mail this postAlso getting the same problem, variables aren’t populating in enviado.php
Forum: Fixing WordPress
In reply to: Enbedding WP RSS into a websiteI’ve used feed to javascript before:
http://jade.mcli.dist.maricopa.edu/feed/.
The various RSS syndication plugins are more efficient if you’re displaying the feed on a WP site
Forum: Plugins
In reply to: Only registerd users can see linksThe function I saw was get_currentuserinfo(). Still not showing up for me, but getuserinfo() doesn’t seem to exist at all.
Forum: Fixing WordPress
In reply to: timezone and rss feed problemI get the wrong time for RSS Comments as well (wp-commentsrss2.php). It screws up all the International blogs in my feedreader. Is there a fix for this?
Forum: Fixing WordPress
In reply to: timestamp / zone issue in 1.5Using the new wp-rss2.php file is still giving me the same error. I add a new post and the pubdate is set 6 hours ahead of what it should be.
Forum: Fixing WordPress
In reply to: Multi-blog single db, single tables…There’s a limit categories plugin under ‘Restrictions’ on the plugin Wiki.
http://www.asymptomatic.net/archives/2005/01/26/1249/limit-categories/
I think it restricts based on user level, not author so not sure if it work work exactly. Could probably be hacked
Forum: Fixing WordPress
In reply to: list_cats Display in Nested ListRyan just posted an updated template-functions-categories.php that fixed my problem:
Forum: Fixing WordPress
In reply to: list_cats Display in Nested Listwp_list_cats isn’t displaying a hierarchy for me (on 1.5). It’s not the CSS because I’ve viewed the source and its not producing the HTML for a nested list at all.
I’ve also replicated the error on multiple themes.
Any clues?
Forum: Themes and Templates
In reply to: New theme – MallowIn IE the title of every post after the first one is messed up, it’s only fits in about two words per line. Also, the search bar isn’t aligned to the left
Forum: Everything else WordPress
In reply to: WordPress as CMS: a trekactually, I had the name wrong. The calendar software is phpMyCal and it’s available here: http://dev.neb.net/phpMyCal/
Forum: Everything else WordPress
In reply to: WordPress as CMS: a trekFor an events calendar the phpicalendar hack, phpMyCalendar, may be easier to implement. It’s a normal looking calendar you can update from the net, and it spits out RSS you can include on your homepage
Forum: Fixing WordPress
In reply to: Incorporating information from another blogI know how to display RSS on a page, not sure if it’s exactly what you need, but you could work with it. First you need to get the address of the RSS feed for your photoblog. Then you plug it into the applications Feed-2-Javascript at –
http://jade.mcli.dist.maricopa.edu/feed/
That’ll give you some Javascript that you can put anywhere in the page. It spits out the RSS as a li, so you can style that however you want.Forum: Requests and Feedback
In reply to: Display RSS Feeds in the SidebarI used Feed2Js to catch the rss feed from a phpiCalendar/phpMyCal mod. I just entered the RSS address of my feed and Feed2JS spit out a few lines of Javascript that I put in the sidebar. It uses my sidebar stylesheet and works perfectly. I think it would work just as well for any RSS feed. There seems to be a lag between Calendar updates and sidebar updates, but I can live with that.
by the way, this is on the site LIRNEasia, not my personal site.