Laughinglizard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Templates, Creating and/or DownloadingI *HAVE* to bump myself in here 🙂 There are a couple of templates that I have created and a few others floating around in these forums, just do a search. You will need the replace both the index.php and the wp-layout.css for my templates. Allusion has a new wp-layout.css which mimics the old blue b2 style without needing to make any changes to the index.php
Hope this helps.
Peace.Forum: Installing WordPress
In reply to: b2 login looks funnyYour siteurl is off in your your settings. Look at http://wordpress.org/support/5/896 or http://wordpress.org/support/2/890 If it still does not make sense, write back and I will explain some more
Forum: Requests and Feedback
In reply to: Blogging from within FeedDemon?The reason for the hack is that the call that FeedDemon makes to the webserver is a GET and b2edit.php only looks for POST and grabs the variables from HTTP_POST_VARS. The hack adds a switch case which reads the PHP variables directly. The reason it did not work is because the code got encoded in the process of me cutting and pasting into this forum. The same might have happened for you. Make sure the cutting and pasting does not replace the $entities. I suspect when you replaced the dollar entities, something got messed up. This hack has been tested on my server and does just fine.
Forum: Installing WordPress
In reply to: No #rap definition in wp-layout.cssLooks like you have a trailing slash at the end of your blogpath, look under options after you login to WordPress and delete the trailing slash. (look under base settings and siteurl) Let us know if that worked.
Peace.Forum: Fixing WordPress
In reply to: edit post?Your edit form is controlled by a bunch of files. Try replacing b2edit.php in your wp-admin folder, the wp-edit.form.php and see if this fixes it. If it does not, I would try a re-install. Looks like there is stuff simply missing from the wp-edit.form.php, but its hard to tell without looking at your side. You could possibly have a mixed up database as well. Post on here and I will try to help as much as possible.
Forum: Requests and Feedback
In reply to: Blogging from within FeedDemon?I have to say, this is amusing, a new way to blog! I have used my own hack on my blog and have surprised myself!! This could be used to some good ends. Check out the results at http://dinki.mine.nu/weblog/ to see how the hack shows up as posts.
Forum: Fixing WordPress
In reply to: edit post?What browser are you using? Your blog looks all right. Are those old posts? Give us a little more information. I cannot register to look for myself either. 🙂 Throw us a bone here!
Forum: Everything else WordPress
In reply to: Support WPIf I wasnt a poor graduate student, I would say I would “pay” as well! I third this motion!
Forum: Requests and Feedback
In reply to: Extraction of Google refer’s?I personally use awstats for my referral and visit tracking. But I do agree that it would be interesting to have a WordPress hack to monitor search engine referrals and keyword usage. I might use the search engine plug-in idea from awstats to come up with a hack. No ETA though. If anyone else has something implimented, sure would like to know!
You can check out my awstats page at http://dinki.mine.nu/cgi-bin/awstats.pl?config=lawanda&update=1Forum: Plugins
In reply to: Clickable Smilies in comments.Sg, your code works wonderfully on the pop-up comments page. My modifications are designed for the main b2edit.php page, to enable smilies’ clickability in blog entries. 🙂 Sorry, didnt mean to say your code did not work.
Forum: Fixing WordPress
In reply to: Help?I should have read that better…my fault. Good solution sg! You are darn good…love your hacks!
Forum: Fixing WordPress
In reply to: sorting problemsOk, here is what I did and why I think this might be your issue. I created a user called test and tried to login. All the permalinks in b2edit.php are off a directory. In your main blog, all the comments are off a directory. There is something off in your config file or your index is sending the php headers twice, with two different directory structures. This is a comment link:
http://www.confloption.com/index.php?p=7&c=1#comments
Notice the lack of the /blog directory? This is the view site link in b2edit.php:
http://www.confloption.com/index.php
Again, notice the lack of the /blog?Forum: Fixing WordPress
In reply to: Help?I am sorry to hear that you lost stuff in your database, I suspect you had some version conflicts. But here is the information you are looking for. You run b2login.php from the base wordpress folder to get the login screen. The stylesheet (CSS) for the login page is under the wp-admin folder and is called wp-admin.css This stylesheet also controls the b2edit.php file which you see after a successful logon (through b2headers.php and other variable controls, admins please correct me if I am wrong) Good luck with your *new* database! 🙂
PeaceForum: Themes and Templates
In reply to: Old Blue b2 theme or template for WordPressSorry, I simply did a diff of the file, I should have taken it more seriously and made some performance modifications. Glad it worked out in the end though!!
Forum: Plugins
In reply to: Ping Blogrolling.com Hack – very simpleRemember to change the \ to a backslash…