raygene
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-UserLogin] Possible glitchOops, think I found a bug, when clicking on “register”, I get a 404 page on account that it doesn’t take into account the sub-folder WP is installed in (https://yoursite.com/wp-login.php?action=register instead of https://yoursite.com/blogfolder/wp-login.php?action=register).
Cheers,
GeneForum: Plugins
In reply to: [Plugin: WP-UserLogin] Possible glitchHi,
Anyway, the problem has been fixed.
Thanks, I downloaded and installed it and it works fine.
Mind you, I had something similar (but crude) working by inserting the following code in a Daiko’s Text Box:
<?php global $user_ID, $user_identity; get_currentuserinfo(); if (!$user_ID): ?> <form name="loginform" id="autoriz" action="<?php echo get_settings('siteurl'); ?>/wp-login.php" method="post"> <h2>Member Login</h2> <label for="login">Login:</label> <input type="text" name="log" value="" id="login" /><br /> <label for="password">Password:</label> <input type="password" name="pwd" value="" id="password" /> <input type="hidden" name="rememberme" value="forever" /> <input type="submit" name="submit" value="Login" id="enter" /> <input type="hidden" name="redirect_to" value="<?php echo $_SERVER['REQUEST_URI']; ?>" /> <p><?php wp_register('', ''); ?> <a href="<?php bloginfo('wpurl'); ?>/wp-login.php?action=lostpassword">Lost your password?</a></p> </form> <?php else: ?> <div id="manage"> <h2>Member Functions</h2> <p>Hi, <?php echo $user_identity; ?>!</p> <ul> <li><a href="<?php bloginfo('url'); ?>/wp-admin/post-new.php">Write Article</a></li> <?php if (current_user_can('level_10')){ ?> <li><a href="<?php bloginfo('url'); ?>/wp-admin/">Dashboard</a></li> <li><a href="<?php bloginfo('url'); ?>/wp-admin/edit.php">Manage Posts</a></li> <li><a href="<?php bloginfo('url'); ?>/wp-admin/edit-comments.php">Manage Comments</a></li> <?php }?> <?php if (!current_user_can('level_10')){ ?> <li><a href="<?php bloginfo('url'); ?>/wp-admin/profile.php">My Profile</a></li> <?php }?> <li><a href="<?php echo get_settings('siteurl') . '/wp-login.php?action=logout&redirect_to=' . $_SERVER['REQUEST_URI']; ?>">Logout</a></li> </ul> </div> <?php endif; ?>
I like the option to go directly to “moderate comments”, if this were possible.
Cheers,
GeneForum: Plugins
In reply to: [Plugin: WP-UserLogin] Possible glitchLooks like the author doesn’t visit this forum much…
Gene
Forum: Plugins
In reply to: New Plugin: postTabsYes, it’s looking different in IE due to your conditional comment which addresses IE6 only.
I gave up on making IE6 users (and good old Bill) happy, as a matter of fact, I installed This neat plugin
Cheers,
GeneForum: Plugins
In reply to: [Plugin: Allow Categories] Does this plugin works with WP 2.5?Hi Mosey,
I contacted the plugin author and according to him, it does work with “pretty” permalinks (his blog is setup that way), it looks like a theme problem in my case. I switched themes, set my permalinks to /archives/numerical and it worked quite well.
I switched back to my old theme, set my permalinks to default and will take a closer look at my theme and try to fix it (I like the theme I’m using for that particular blog, LOL!).
If you really want to give it a try, I would suggest playing around with it and if you encounter any problem, visit the author’s site and leave him a message.
Cheers,
GeneForum: Plugins
In reply to: [Plugin: Allow Categories] Does this plugin works with WP 2.5?Hi Mosey,
By default permalinks, do you mean pageid?= something other?
Yup, you got it… Hopefully, that’ll be fixed somewhere down the road.
Cheers,
GeneForum: Plugins
In reply to: [Plugin: Allow Categories] Does this plugin works with WP 2.5?It works for me and I’m using WP-2.5.1, the only thing I can see is that you may be using “fancy” permalinks and if you want to use this plugin, you have to stick to default permalinks.
Maybe the author will fix this…
Cheers,
GeneForum: Plugins
In reply to: New Plugin: postTabsGreat plugin, really useful.
Gene
Forum: Plugins
In reply to: [Plugin: WP-SpamFree] Too many admin pagesWhoops, sent you a few emails, hope you’ll get them. If not, let me know when your server is back up and I’ll re-send them.
Cheers,
GeneForum: Fixing WordPress
In reply to: Mail function sends out 6 copies of messagesOK, found the culprit, fixed.
Thanks,
GeneForum: Fixing WordPress
In reply to: Mail function sends out 6 copies of messagesI tested this abnormal behavior by uploading a fresh WP install alonf with a contact form and got 1 copy of the message.
So, the problem is a plugin (or a combination of) and I guess I’ll have to hunt it down.
Cheers,
GeneForum: Fixing WordPress
In reply to: Mail function sends out 6 copies of messagesI forgot to mention, I disabled all other plugins when testing with different Contact Form add-ons.
Cheers,
GeneForum: Fixing WordPress
In reply to: wp-content/uploadsHi Lois,
You have to create the uploads folder by using your cPanel or your FTP client. Also, you’ll have to CHMOD the uploads folder with a value of 755 (or 777, depending on your host’s configuration).
Cheers,
GeneForum: Plugins
In reply to: [Plugin: Events Calendar] Not compatible with NextGen GalleryAll right, thanks. I’ll keep an eye on this thread, sure would love to have the 2 working.
Cheers,
GeneForum: Themes and Templates
In reply to: I nedd a little help with my CSSThanks RoseCitySister, heck of a useful link!
Cheers,
Gene