Laughinglizard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archives: How do I get a month archive and a day aImagesafari uses a hack to get the archives that way. Here is the link to the archives hacks. http://imagesafari.com/hacks/all_archives/
Forum: Fixing WordPress
In reply to: archives questionThis is because all your archive items point to b2.php instead of index.php as the template. Is your blog filename under admin and options and base settings pointing to index.php?
Forum: Plugins
In reply to: Dodo’s PLugger hackThis does work in WP (I think, I will explain in a second). When performing the installation, do it inside the wp-admin directory, instead of the default WP directory. If I understand the hack correctly, it simply creates link code from commenters of a particular entry which you can copy and paste for use in a post. If thats all it does, then I have tested it and it works. The only three differences in the implementation are:
1) Install into the wp-admin directory
2) b2menutop.php is now b2menutop.txt and the links are added with the instructions provided, that is, add this line after the first 6 already in there:
5 javascript:commenter() Commenter Plugger
3) Delete the link at the end of b2commenter.plugger.php:
Find and delete: include($b2inc.”/b2footer.php”);
And the rest of the hack should work just fine. 🙂 Hope this helps.
Peace.Forum: Fixing WordPress
In reply to: Client Side postYou can post to WordPress or b2 from FeedDemon. Here is the hack link
http://dinki.mine.nu/word/index.php?p=20&more=1&c=1
You could also use blog posting tools such as w.bloggar to post to your blog (windows client, that is) I am personally working on such a tool myself which will allow modification of the new post item settings (such as comment status, ping status etc) in WP and other tools as well as allow posting to multiple blogs. Once it is ready for beta testing, I will post the info on this forum as well as my Weblog Tools Collection site.Forum: Plugins
In reply to: Adding extra feilds.mazaroo, what do you mean by extra fields? Could you please explain a little further? Thanks.
Forum: Plugins
In reply to: How to add links to last X posts?Anonymous (second post on this thread, thats why names are important :-)) look for the option under your main blog admin page, under options and then under other options. That “posts_per_page” controls all the posts on the index page.
Forum: Fixing WordPress
In reply to: Trackback url 404Tupawk: That directive is not something I am familiar with. Any links as to where there is more information about it? Thanks in advance, this could be pertinent information for later. 🙂
Forum: Fixing WordPress
In reply to: Allow users to edit time/date stampI think this should work, I havent tested it yet, so if it does not work, please write back and I will test it. 🙂
Under the wp-admin folder, find b2edit.php and search for the line:
if (($user_level > 4) && (!empty($HTTP_POST_VARS[‘edit_date’]))) {
and change the ($user_level > 4) to ($user_level > 0)
Do this for every instance of the above line. This should let users with access levels greater than zero edit the date and time stamp.Forum: Plugins
In reply to: Waypath Hack: Content related random trackbacks frYou are right, I was not thinking when I wrote that post. I had changed the way my comments work a very long time ago, and I had forgotten the way the original WP index.php gathered comments… 😛
Forum: Themes and Templates
In reply to: Template tags and non-WP template.That is the beginning of the b2 loop. It counts down the number of posts according to the variables set (no. of posts on main page, archives, category, etc.) There is also a closing curly brace for the b2 loop which indicates the end of the loop (where the php goes back to find another $post object) Find these two and put all of the b2template functions inside this loop (as they appear on the original template). That should fix it. If not, email me the php file and I will take a look at it for you.
Peace.Forum: Fixing WordPress
In reply to: Subtitles for links list?Check out http://wordpress.org/support/3/1037
Forum: Fixing WordPress
In reply to: Problem with LinksMake sure these two lines in your index.php are not commented out:
require_once($abspath.’wp-links/links.php’);
require_once($abspath.’wp-links/links.weblogs.com.php’);Forum: Fixing WordPress
In reply to: comments problemSame problem as http://wordpress.org/support/3/1025
That should fix it.Forum: Fixing WordPress
In reply to: private postsBeautiful artwork! I cant get into the post either. Your siteurl setting is off. Under your admin page, under options and base settings, make sure your siteurl does not include index.php or a trailing slash. In your case it should be
http://beautiful-kisses.netForum: Plugins
In reply to: external RSS feedsYour post made me think of Jaykul’s Newsfeed Parser script. Find it at http://jaykul.fragmentized.com/scripting/news_feed_parser.php and see it work at http://dinki.mine.nu/word/ I cheat and feed my two blogs RSS from each other 😛