Laughinglizard
Forum Replies Created
-
Forum: Plugins
In reply to: Who is Online?I could, it is just to make it cross application compatible.
Forum: Plugins
In reply to: Who is Online?I have a solution. Check out http://dinki.mine.nu/word/b2-img/whoisonline.txt
PeaceForum: Plugins
In reply to: Clickable Smilies in comments.Glad it worked!
SG and I should probably pool together and create a new thread with the three version seperated out with their purpose and method clearly explained.Forum: Plugins
In reply to: WordPress One Click BackupCena, remember the old fix I gave you where I deleted all the comments and left the code, try that on this version as well. Namely, remove every line starting with a //or a # and remove everything in between /* and blah blah and */
Email me with updates if you like because this thread gets lost. 🙂Forum: Fixing WordPress
In reply to: restrict post to certain categoriesPlease look through this thread,
http://wordpress.org/support/10/1385
and this one,
http://wordpress.org/support/3/1825Forum: Fixing WordPress
In reply to: script error?You need to get the latest release candidate at http://wordpress.org/development/archives/2004/1/15/101-release-candidate/ where all those items are mostly fixed.
Forum: Fixing WordPress
In reply to: Category Link ProblemIf this was an upgrade, make sure you have redone the Permalinks feature (just follow the same process as before, after the upgrade)
Forum: Fixing WordPress
In reply to: RSS Feed on Comments PageYou are using pop-up comments, so find these lines in your wp-comments-popup.php and remove them:
/wp-commentsrss2.php?p=<?php echo $post->ID; ?>”>RSS feed for comments on this post.
<?php if (‘open’ == $post->ping_status) { ?>
The URI to TrackBack this entry is: <?php trackback_url() ?>
<?php } ?>
Hope that helps.Forum: Everything else WordPress
In reply to: Click AdsenseG**gle actively monitors pages that their ads run on for content such as on this thread and takes action against them. I would suggest we stop discussing this and someone removes the references to that from this thread.
Forum: Fixing WordPress
In reply to: SmiliesIf you put just 🙂 as a post, it will not get translated. There has to be some text before the smilie.
Forum: Fixing WordPress
In reply to: Permalink: Nightly 2004-01-14LOL…sorry, those are my rules, dont use those, create your own but add the IfModules
Forum: Plugins
In reply to: WordPress WapLooks Great on a phone Sushubh. Go to the link below and find a form with “wapalize” as the button. Put in your wap link and click on wapalize to see what it should look like on a cell phone. It only works in IE and I did not write this emulator, gelon.net did.
http://dinki.mine.nu/coexist/Forum: Plugins
In reply to: WordPress One Click Backup@tvleavitt: It is a simple html form with php validation, nothing fancy. What was the error that you were receiving? Do you have register_globals turned on?
@buffy: Thats another strange error. Which directory are you changing the permissions on? You could rename the path in brvars.php and create a fresh directory. I have a feeling there is a configuration problem there somewhere. If you are confused about some of the readme instructions, email me or post on here and I will try to help.
PeaceForum: Plugins
In reply to: Clickable Smilies in comments.@justme: Make sure the slashes are in the right direction. You have at least one backslash as a front slash.
Forum: Fixing WordPress
In reply to: Importing OPML to LinksPlease grab the latest nightly release from http://www.wordpress.org/nightly/ and replace the link-parse-opml.php file in your wp-admin folder.