Azarea
Forum Replies Created
-
Forum: Plugins
In reply to: [Mail From] [Plugin: Mail From] Seems plugin not compatible with WP MultisiteSame thing here.
The Mail From plugin will work only for the first blog in a multisite install.Later Edit:
I found a workaround.
Edit the plugin’s file (mail-from.php) and go to line ~143. You will find the following code there:
<form method="post" action="<?php echo $_SERVER['PHP_SELF'] . '?page=' . basename(__FILE__); ?>&updated=true">Replace it with the following:
<form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>&updated=true">You’ll have to update the plugin’s settings again but it seems to work now.
Cheers,
CiprianForum: Plugins
In reply to: Mailpress UnsubscribeBump! Does anyone know how to include a “Manage Subscriptions” link in the emails sent to the user?
Thanks,
CiprianForum: Hacks
In reply to: WordPress 3.3 breaks my custom log in pageThey changed the CSS a bit so you’ll have to upload your own styles, as Austin Passy said above.
It works, no changes to the core code (login_head or others), just some CSS rewriting will do the job.
Forum: Fixing WordPress
In reply to: 3.3 getting inside the admin login HEADSame problem here.
The custom login page won’t work in WordPress 3.3 anymore.@mindshare: can you please paste the code you’re using here? Thank you!
Forum: Hacks
In reply to: How to know if the post has attachmentThank you everyone, this helped me a lot!
Cheers,
CiprianBump! Same problem here, any help would be GREATLY appreciated!
Forum: Plugins
In reply to: [Plugin: Verve Meta Boxes] Improvements Bugs?Can I create multiple text fields with the same custom key value?
WordPress allows to add multiple values to a custom key, but if i add multiple text fields inside Verve Meta Boxes the plugin will generate a distinct unique key for each text field…
Any ideas?
Very good question. Bump!
Forum: Plugins
In reply to: [Plugin: Popularity Contest] Unable to activate in WordPress 3.0.2Thank you sMartyDs!!
Forum: Fixing WordPress
In reply to: .htaccess, Paypal & Wishlist Member troubleNo solution found, had to disable that box with a CSS trick (display:none) 😉
Forum: Fixing WordPress
In reply to: .htaccess, Paypal & Wishlist Member troubleHello everyone,
I found a new error on the WordPress site I’m developing using the Wishlist Member plugin.
If an existing user tries to login from the login box in the sidebar eveything works fine.
However when an existing user goes to a restricted access page and is prompted to register in order to access the page he sees:
“To complete your registration, please select one of the two options:
1. Existing members, please click here.
2. New members, please fill in the form below to complete
your Member application.”If the existing user clicks the link for existing members it tells them that they are being registered and that they should wait a few seconds. Then it displays the “Thank you for registering” message. This happens over and over again and only from that link.
Will be contacting Wishlist Member support also.
Cheers,
Ciprian