simbian
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Showing a WordPress page in popupHello RavanH, yes i know how to edit theme template files, thanks for the exaustive reply and compliments for the great work and plugin!
i tried with this code
<?php global $wpdb; $post_id = 30; $post_exists = $wpdb->get_row("SELECT * FROM $wpdb->posts WHERE id = '" . $post_id . "'", 'ARRAY_A'); if($post_exists){ echo 'Sorry, you do not have permission to view this page.'; } else { echo 'Sorry but the page you are looking for cannot be found.'; } ?>but this doesn’t solve the problem because it just checks if the post exists and it shows the proper message, anyway the post always exists.
Forum: Fixing WordPress
In reply to: Theme broke with Worpdpress 3.5Thanks to the help of a senior programmer i solved the error and now the theme is ok!
As i don’t use the Twitter option provided by the theme he has modified the class-twitter.php file, ok isn’t the perfect/elegant solution but it fix.For who is interested here is the modified file
Forum: Fixing WordPress
In reply to: Theme broke with Worpdpress 3.5Thanks Esmi, i already look at that but there is no registration there… so i can’t login and post.
I tried contacting them via contact form but no replies, yet, will wait…
If no solutions i think i must look for another theme, even if i did a big work of customization in this one.
Maybe there isn’t a solution to fix this?
Ok found the problem, was a css class of my theme that had set the padding of li element at 0.
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Implement captchaim the only one who will like this feature to prevent spam registration?
@biberkopf: yes Google rewrites sender mail, is there a way to automatically take the email address of the sender that submit a Contact Form 7 form instead of my Gmail e-mail?
Hello i have the same issue using Gmail server.
The from e-mail field is not recognized of the Contact Form 7, but it uses the username of my Gmail account, so when i reply to received e-mails i reply to my Gmail e-mail address and not that one used in Contact Form 7 “from” field.
Hello Michael, i join this thread and ask a similar question, maybe is a more complex scenario.
It will be possible with your plugin to limit the number of submissions of a CF7 form per day for each logged-in user? (eg. each one logged-in user could do 2 submissions per day)
When the limit is reached if the logged in user visit the page where is placed the contact form if he tries to submit again, a warning message will be displayed/popup telling him that can’t do more submissions for today.
Non logged in users will not be considered as i will limit the access to the WordPress page where is the form with another plugin (eg. User Access Manager).
Thanks in advice
SimoneForum: Plugins
In reply to: [Simple Dropbox Upload] [Plugin: Simple Dropbox Upload] features requestplease don’t kill me… another feature request that i will like to see:
limit submissions per member/dayeg. each registered user could do max 1 upload per day.
Maybe this could be done with a wp table that stores submissions with an id and setting some variables
$today = date(“Y-m-d”);
$ip =$_SERVER[‘REMOTE_ADDR’];then doing a select count query.
Forum: Plugins
In reply to: [Simple Dropbox Upload] [Plugin: Simple Dropbox Upload] features requestHello,
i ask for another feature. It is possible to implement another way to authorize the plugin as many shared host that i see don’t allow OAuth.
I have the error Step 3: Confirming authorization…
Fatal error: Uncaught exception ‘Dropbox_Exception_RequestToken’ with message ‘We were unable to fetch request tokens. This likely means that your consumer key and/or secret are incorrect.For example creating an app in Dropbox Developers and put the key in settings page of Simple Dropbox Upload in WordPress it will be not so much painful for us that use the plugin.
Thanks
SimoneForum: Plugins
In reply to: [Simple Dropbox Upload] [Plugin: Simple Dropbox Upload] features requestJust curious… do you use the Jaka Jancar php class http://jaka.kubje.org/projects/dropbox-uploader/ ?
Here is another uploader with this implementation http://www.ampercent.com/dropbox-uploader-allow-users-upload-files-dropbox-account/Forum: Plugins
In reply to: [Simple Dropbox Upload] [Plugin: Simple Dropbox Upload] features requestThanks this is really cool!
I will wait for the new version.Best
Forum: Fixing WordPress
In reply to: Twenty Eleven theme – Resize custom logothanks @vtxyzzy now it works!