benjiw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Truncate (cut off) posts at given HTML tagFYI, figured this out:
Just add something like this after the content function (around line 606) in syndicatedpost.class.php in the feedwordpress plug-in folder:
preg_match( '| <blockquote>(.*?)<\/blockquote>|si', $content, $newcontent ); $content = $newcontent[1]; </blockquote>
Forum: Fixing WordPress
In reply to: Force Password ResetI’d be interested to know the answer to this as well.
Hey, thanks so much for the help guys!
It ended up being a duplicate entry in the WP-Hive setup with a different database prefix — no idea how it got there or why WordPress got confused, but if anyone ever has a similar problem, that may be the fix.
Forum: Fixing WordPress
In reply to: Retrieve instead of reset passwordthat’s dumb… seems like an unnecessarily complicated process. A number of secure sites allow the ability to retrieve a current password rather than reset it to a complicated string.
Oh well; thanks for your help anyway.
Forum: Plugins
In reply to: get current passwordHi Laura,
Did you ever find a solution to this?
Forum: Fixing WordPress
In reply to: How do I customize my RSS feed templates?Bump.. Same question.. How the heck do I customize RSS feed templates in the current version of wordpress?? (2.8)
Forum: Fixing WordPress
In reply to: Create multiple versions of RSS feedbump… anyone found a way to create multiple feeds? one truncated and one not?
Forum: Plugins
In reply to: [Plugin: Exec-PHP] Make same PHP appear in every postbump?
Forum: Plugins
In reply to: [Plugin: Exec-PHP] Make same PHP appear in every postRight, but then the problem (with putting it into single.php) is that the content generated by the PHP (that I would put in ExecPHP) doesn’t go out via the RSS feeds–it only appears on the article. which is where I need it… is there a workaround for that?
Forum: Themes and Templates
In reply to: Inserting widgets within the_contentIs it possible to put PHP in the output? I keep getting parse errors when I try…
Forum: Fixing WordPress
In reply to: User-defined page contentI’ve found something for drupal called “MySite,” but I was hoping a similar solution existed for wordpress…
Forum: Fixing WordPress
In reply to: User-defined page contentI guess what I’m looking for is something like this:
https://www.netvibes.com/#General
but with settings that are retained when the user logs in.
Forum: Themes and Templates
In reply to: User-customizable home pagesHi webifiedOne, did you ever find a solution for this?
Forum: Fixing WordPress
In reply to: Move entire wordpress installation offlineWow — awesome you guys, thanks very much.
I guess the only part I’m missing is how to get the wordpress installation that’s on the Web server into the XAMPP installation. Can I just copy the entire Web directory and somehow backup the MySQL database then import it into XAMPP?
Thanks again.
Forum: Plugins
In reply to: wpomatic duplicate posts fix for wordpress 2.8?Am I missing something?