security_man
Forum Replies Created
-
Forum: Plugins
In reply to: [Chamber Dashboard Member Manager] paywall?Thanks for the quick response Lisa.
So if they are able to log in through the normal wordpress login process then its creating regular wordpress users, correct? if so we can write some code to do what we need if that is the case.
The paywall is really the only thing missing from your system… cant wait to have that added!
any ideas on this guys?
without the filter i am not able to get the results of $EM_Event->duplicated. The filter was the other choice i was trying to get working. It does not seem to change the $EM_Event->event_start_date at all
so without the function i had above, if i go to the [mydomain.com]/events?action=edit&event_id=[duplicated event id] page, and have echo $EM_Event->duplicated; on that page i get nothing.
if i hook the function, on events?action=edit&event_id=[duplicated event id] the start date is not null. What am i doing wrong?
Yeah, duplicated is what I meant
Forum: Plugins
In reply to: [User Registration Aide] registration errors dont prevent registrationdude! you are friggin amazing. The author of the other plugin owes you a beer.
Forum: Plugins
In reply to: [User Registration Aide] user screen columnswell, duh – sorry for the dumb question 🙂
Forum: Plugins
In reply to: [User Registration Aide] registration errors dont prevent registrationwhoops, mighta spoke too soon. The registration works, or at least looks like it does, but the new user is not anywhere in the system that i can see. neither approved or denied or pending.
Forum: Plugins
In reply to: [User Registration Aide] registration errors dont prevent registrationexcellent! looks like it worked a treat, thank you so much!
Forum: Plugins
In reply to: [User Registration Aide] registration errors dont prevent registrationwell, crap – i just realized that i had turned off his plugin completely which was why it was working right. Turned it back on and it didnt fix it :/
Forum: Plugins
In reply to: [User Registration Aide] registration errors dont prevent registrationi’m not using a specific plugin to theme the login, but the approval one mentioned before does theme the login page. That might be six of one/half dozen of the other, but i figured i would point it out 🙂
BTW EXCELLENT support. I am 5 staring this plugin for that reason alone. Thanks
Forum: Plugins
In reply to: [User Registration Aide] registration errors dont prevent registrationthis seemed to work, any reason not to change line 219 of user-registration-aide.php to set the priority to 9?
Forum: Plugins
In reply to: [User Registration Aide] registration errors dont prevent registrationyup, using https://wordpress.org/plugins/new-user-approve/ – i need that functionality too so any ideas where the conflict is?
this is not working for me
Sorry, i didnt make myself clear. I shoulda told you the overall goal
What i am trying to do is to make the filters at the top of the events list on the front page display (and sort by) the new statuses rather than the “draft, pending, past, future” links that are there now. in em-template-tags.php i see around line 230 where that starts happening. I didnt see any hooks to work with so i was going to modify the code there, but i am not able to query the post_status through the EM_Events::get( $args ) on line 263
c reign… did all of that, still no love.
Maybe this will be a clue: The link to the spritegen folder is not correct in the error message. Where it says “WARNING: Your spritegen folder is not writeable by the server! Need Help?”
the word spritegen links to to domain.com/spritegen not domain.com/wp-admin/uploads/shareaholic/spritegen
i have the custom path set correctly and the chmod on it to 777 as well, just to make sure. any ideas?