amargarido
Forum Replies Created
-
Thanks Greg !
Forum: Plugins
In reply to: [WP Job Manager] Shortcode on description to go to users current profileThanks for the tip !
Forum: Plugins
In reply to: [WP Job Manager] Shortcode on description to go to users current profileHi Adam,
Will try to explain better using user case.
On some job descriptions there will be a link. Once clicked I need to get some xProfile(buddypress) data, some current job data to generate a PDF.
I need some sample code and/or tutorials on getting job info… still reading docs.
Hope is clear.
Thanks,
AlbertoForum: Plugins
In reply to: [WP Job Manager] Shortcode on description to go to users current profileHi Adam,
I made a small plugin that handles the shortcode. The shortcode is used on the Job description. So is working now.
I wonder now what is the best way to once clicker (another shortcut) the plugin get buddypress info and current user info and redirect to a page that generates PDF. The PDF I have working. Is more on how to harvest those data.
Thanks for your time.
Alberto
Forum: Fixing WordPress
In reply to: Autologin dev tips – can not read $_POSTI found the “problem”.
When I was calling the destiny site I made a mistake not fully qualifying with httpS and the WWW in front of the site. Once I did that all went well.
In other words: once the WP lib was called this check in deed “erased” my $_POST variables.
Alberto
Forum: Fixing WordPress
In reply to: Autologin dev tips – can not read $_POSTOn my research.. some more information:
– I have tried to isolate the require(‘./wp-load.php’ ) inside a function.
– Made some changes and now can read $_POST information.
– Working with WP_DEBUG on true;By the time I load wp-load.php and call is_user_logged_in() only works if I’m in fact previously logged on the site, and works. If not logged-in the code just stops (no log, no error).
Alberto
Forum: Networking WordPress
In reply to: Possible to isolate users within their site ?Thanks Bet,
I’ll give it a try.
A.