Marcher Technologies Posted September 3, 2013 Author Posted September 3, 2013 I don't see any of Master XML-RPC API Key option which I can fill my API Key. This sentence contradicts this one: Why I have xml-rpc disabled (in wordpress plugin) when this option and libs are enabled on my host The only way that option would not appear is if !function_exists('xmlrpc_encode_request') http://www.php.net/manual/xmlrpc.installation.php Please contact your host for this php module to be enabled.
pagn Posted September 3, 2013 Posted September 3, 2013 Hi marcher, if you look at http://www.gx.com.sg store, it appears as if i am logged out, even when i'm logged in. Thanks
Gangst3r Posted September 3, 2013 Posted September 3, 2013 This sentence contradicts this one: The only way that option would not appear is if !function_exists('xmlrpc_encode_request') http://www.php.net/manual/xmlrpc.installation.php Please contact your host for this php module to be enabled. Thanks for reply Marcher ;) I've already wrote to my host to add and enable this function :) I just wonder what are they answer :E
pagn Posted September 4, 2013 Posted September 4, 2013 Hi Marcher, I am logged into the IPB currently and when i browser http://www.gx.com.sg/gxshop it doesn't log me in - SSO doesn't work. It does not have an iframe and i even when i have the login prompt, i cannot login.
Marcher Technologies Posted September 4, 2013 Author Posted September 4, 2013 Hi marcher, if you look at http://www.gx.com.sg store, it appears as if i am logged out, even when i'm logged in. Thanks Unfortunately, I cannot support what you are doing, my login code will never be hit, you are wrapping the entirety of wordpress with the IPB wrapper, the entirety of your issues lay in what appears to be completely custom code. That is not my code displaying this issue, nor will I debug it as part of the support of this modification. If you would like me to look into the issue on a paid basis, feel free to PM me. The file does clearly state you are free to modify, but support of such modifications is not granted with purchase. Unfortunately, such an unusual usage of wordpress does fall under this clause. This modification does not expect the wordpress wrapper replaced like that, or removed as in the shop link. It was developed and tested against the Wordpress core, and cannot account for that extreme of a modification and still serve the needs of the vast majority.
pagn Posted September 4, 2013 Posted September 4, 2013 Hi marcher, if you look at http://www.gx.com.sg store, it appears as if i am logged out, even when i'm logged in. Thanks - We need the code to implement a IPB user navigation bar (dynamic) into a Wordpress template. Is there a iframe code that achieves the functionality of the user navigation controls. ie. sign in, profile links etc. Reason is that users logged into WP cannot access the user navigation panel.
Marcher Technologies Posted September 4, 2013 Author Posted September 4, 2013 - We need the code to implement a IPB user navigation bar (dynamic) into a Wordpress template. Is there a iframe code that achieves the functionality of the user navigation controls. ie. sign in, profile links etc. Reason is that users logged into WP cannot access the user navigation panel. I look to add such a user navigation widget in the next release, this has been on my short list for a while, I just want it done right, which means a healthy amount of code for missing xmlrpc API functionality to bypass cross-domain ajax issues(and a lack of a form hash even from the same domain, note I cannot actually initialize IPB in wordpress directly and serve the needs of those wanting to run wordpress on a differing server).
kranthi reddy Posted September 4, 2013 Posted September 4, 2013 Hello, I have a wishlist integration in my Wordpress installation and my user management is based on it. Since your plugin is not compatible with wishlist, is there any way for me to achieve the requirements which are: 1. A user gets created from worpdress. 2. If a user logs in Wordpress, he should be logged in IPBoard as well. Thanks, Kranthi.
FirestormXVI Posted September 4, 2013 Posted September 4, 2013 I look to add such a user navigation widget in the next release, this has been on my short list for a while, I just want it done right, which means a healthy amount of code for missing xmlrpc API functionality to bypass cross-domain ajax issues(and a lack of a form hash even from the same domain, note I cannot actually initialize IPB in wordpress directly and serve the needs of those wanting to run wordpress on a differing server). Looking forward to this feature!
Marco F Posted September 5, 2013 Posted September 5, 2013 Hi, I have some issues with the WordPress plugin. 1. When I enable one of the forum widgets, I get ‘fatal error' messages (this is the one for the stats widget: Fatal error: Class 'wpXmlRpc' not found in/wp-content/plugins/ipsconnect/widgets/stats.php on line 55 ). 2. Comments sync does not work, neither from WP nor from IPB (xmlrpc is enabled; regarding to WP and IPB); but posting a WordPress article to IPB works 3. Avatars are displayed in the WordPress admin but not on the frontend :unsure: Any ideas? Thanks in advance :)
Marcher Technologies Posted September 5, 2013 Author Posted September 5, 2013 Hi, I have some issues with the WordPress plugin. 1. When I enable one of the forum widgets, I get ‘fatal error' messages (this is the one for the stats widget: Fatal error: Class 'wpXmlRpc' not found in/wp-content/plugins/ipsconnect/widgets/stats.php on line 55 ). 2. Comments sync does not work, neither from WP nor from IPB (xmlrpc is enabled; regarding to WP and IPB); but posting a WordPress article to IPB works 3. Avatars are displayed in the WordPress admin but not on the frontend :unsure: Any ideas? Thanks in advance :smile: Try re-uploading the files please?
Marco F Posted September 6, 2013 Posted September 6, 2013 Try re-uploading the files please? I have redownloaded your application and reuploaded both the ipb and the wp files - the error is still present.
cyann Posted September 6, 2013 Posted September 6, 2013 Hello, I have an error when I activate the plugin : Fatal error: Call to private wpIpsConnect::__construct() from context 'wpIpsConnect' in /home/site/www/content/plugins/ipsconnect/wp-ips-connect-core.php on line 30 Can you fix this ? Regards
Marcher Technologies Posted September 7, 2013 Author Posted September 7, 2013 Hello, I have an error when I activate the plugin : Can you fix this ? Regards Yes, I can, can you please provide WP FTP/Admin details via PM for me to be able test the fix please? I am unable to reproduce this locally, thus must assume it to be a PHP vs quirk.
UFGrayMatter Posted September 7, 2013 Posted September 7, 2013 I'm up and running now! I'm still trying to tweak some last few things. 1) If user signs out on IPB, I want them redirected to WP sign in 2) Is it possible for a WP page to show the last x number of posts dynamically using this? (or something else I haven't seen yet) Thanks, Ryan
Marcher Technologies Posted September 7, 2013 Author Posted September 7, 2013 I'm up and running now! I'm still trying to tweak some last few things. 1) If user signs out on IPB, I want them redirected to WP sign in 2) Is it possible for a WP page to show the last x number of posts dynamically using this? (or something else I haven't seen yet) Thanks, Ryan 1) This is a bit outside scope for this modification unfortunately, there are a few hooks for logout redirect in IPB on the MP. 2) Yes(if I understand correctly), using the XMLRPC functionality allows for forums and topics widgets, usable anywhere in your theme supporting widgets easily. I fear to add a posts widget premade, as they are notoriously heavy on large communities - however the capability is present with very little code. If I misunderstand and you are looking for programmatic access, you should be looking at how wp-contentpluginsipsconnectwidgetstopics.php and wp-contentpluginsipsconnectsourcesclassespost.php retrieve their data, the code is fairly re-usable.
Marcher Technologies Posted September 7, 2013 Author Posted September 7, 2013 1) This is a bit outside scope for this modification unfortunately, there are a few hooks for logout redirect in IPB on the MP.2) Yes(if I understand correctly), using the XMLRPC functionality allows for forums and topics widgets, usable anywhere in your theme supporting widgets easily.I fear to add a posts widget premade, as they are notoriously heavy on large communities - however the capability is present with very little code.If I misunderstand and you are looking for programmatic access, you should be looking at how wp-contentpluginsipsconnectwidgetstopics.php and wp-contentpluginsipsconnectsourcesclassespost.php retrieve their data, the code is fairly re-usable.To elaborate, at the base code level:$topics = wpXmlRpc::getResponse('fetchTopics', array( 'api_module' => 'mt', 'order_field' => 'start_date', 'forum_ids' => $fids, 'offset' => $st, 'limit' => $limit, 'view_as_guest' => 0, )); $posts = wpXmlRpc::getResponse('fetchPosts', array( 'api_module' => 'mt', 'topic_ids' => $tids, 'order_field' => 'pid', 'order_by' => 'asc', 'offset' => $st, 'limit' => $limit, )); $forums = wpXmlRpc::getResponse('fetchForums', array( 'forum_ids' => $fids, 'view_as_guest' => 0 )); I simply strongly believe adding a posts widget for any wp-admin to use on install would land me in a heap of support issues due to load thereof.
Marco F Posted September 9, 2013 Posted September 9, 2013 Hi, I don't want to "push", but yeah... Try re-uploading the files please? I have redownloaded your application and reuploaded both the ipb and the wp files - the error is still present.
Marcher Technologies Posted September 9, 2013 Author Posted September 9, 2013 Hi, I don't want to "push", but yeah... Fatal error: Class 'wpXmlRpc' not found in/wp-content/plugins/ipsconnect/widgets/stats.php on line 55 Apologies for the delay. Please PM me with WP Admin/FTP credentials to look into this.
FirestormXVI Posted September 14, 2013 Posted September 14, 2013 Is there a way to link to the thread in the template of the page? For example, I'd like to modify the header here that says the number of comments and article title to link to the thread. What would I use in comments.php to achieve this?
Marcher Technologies Posted September 14, 2013 Author Posted September 14, 2013 Is there a way to link to the thread in the template of the page? For example, I'd like to modify the header here that says the number of comments and article title to link to the thread. What would I use in comments.php to achieve this? This is something I would prefer to implement as an option within the plugin. Yes, it is possible spitting code custom, however, acting from comments.php, you would be selecting data from the database I already pull and use in the plugin for determining if the topic needs to post/what topic to pull posts from, thus implemented as an in-built option allows for a cleaner implementation.
FirestormXVI Posted September 15, 2013 Posted September 15, 2013 This is something I would prefer to implement as an option within the plugin. Yes, it is possible spitting code custom, however, acting from comments.php, you would be selecting data from the database I already pull and use in the plugin for determining if the topic needs to post/what topic to pull posts from, thus implemented as an in-built option allows for a cleaner implementation. Oh, ok! That would be fine. If it's not too much trouble, could it also be a part of a future update to make the "Topics" widget display on WordPress like the default "Recent Topics" widget on Invision Power Board? So thumbnail of user picture on left with topic title on top right and username + date on bottom right. Just as an option would be nice! Or at least option to import user picture so we can modify the rest with CSS.
B.Money Posted September 15, 2013 Posted September 15, 2013 I'm wanting a new IPB topic for a specific post that is about a week old. If I delete the original synched IPB topic, then update the WP post, will it repost a new IPB topic? Or is there a way to force a repost to IPB for a specific WP post?
Marcher Technologies Posted September 15, 2013 Author Posted September 15, 2013 I'm wanting a new IPB topic for a specific post that is about a week old. If I delete the original synched IPB topic, then update the WP post, will it repost a new IPB topic? Or is there a way to force a repost to IPB for a specific WP post? Set 'Topic tid' to '0' and save, it will repost it as a new topic and fill in the field with the new topic id.
UFGrayMatter Posted September 17, 2013 Posted September 17, 2013 I think I kind of asked this before, but didn't really get an answer. I want a user, the first time he/she enters the forums, to have to create a Display Name. I was playing around in the WP IPSConnect core code and found (I thought) where accounts are created, and set the display names to '' to see if that would work - but it didn't seem to. Is there something in the code that you can suggest to modify so that WP IPSConnect does not set a Display Name. Or do you know of some setting/hook somewhere to force a first time user to create/change that display name? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.