Marcher Technologies Posted October 22, 2013 Author Posted October 22, 2013 I have a quick question on the 'Recent Topics' feature. On my wordpress it displays everything right but the link to the topic is the same color of my theme background making it invisible unless highlighted. I'm wondering where I might find the line of code that would affect the links color so I can get it changed. link please. it doesn't do that on the default theme, so I can't really say without seeing it.
Demon_skeith Posted October 22, 2013 Posted October 22, 2013 link please. it doesn't do that on the default theme, so I can't really say without seeing it. actually the issue might be bigger than that, I get a 404 error when I click on any of the links under 'recent topics' and when I check the debug screen it says fail for fetchForums. http://gamingforce.us/
Marcher Technologies Posted October 22, 2013 Author Posted October 22, 2013 actually the issue might be bigger than that, I get a 404 error when I click on any of the links under 'recent topics' and when I check the debug screen it says fail for fetchForums. http://gamingforce.us/ Looking into the second issue still.... it functionally works so it seems the test is culprit. the first is resolved, re-upload the files fresh from the download.
Marcher Technologies Posted October 23, 2013 Author Posted October 23, 2013 I have a quick question on the 'Recent Topics' feature. On my wordpress it displays everything right but the link to the topic is the same color of my theme background making it invisible unless highlighted. I'm wondering where I might find the line of code that would affect the links color so I can get it changed. add this to your theme css: .widget > h4 > a { color:#94DC07; } .widget > h4 > a:hover { color:#b0f42c; }
pagn Posted October 23, 2013 Posted October 23, 2013 I have a question. If the user registers through wordpress, can he login to wordpress and IPB? For my case using 1.0.9, the wordpress registered user cannot login to wordpress. (i suspect that the ipsconnect plugin in wordpress requests the credentials to IPB via XML-RPC). I am using wordpress as slave.
Marcher Technologies Posted October 24, 2013 Author Posted October 24, 2013 I have a question. If the user registers through wordpress, can he login to wordpress and IPB? For my case using 1.0.9, the wordpress registered user cannot login to wordpress. (i suspect that the ipsconnect plugin in wordpress requests the credentials to IPB via XML-RPC). I am using wordpress as slave. Hello, Are you registering them from the wp admin? This is the only place that should be possible, as I route the registration frontend of wordpress to IPB. This(registering a user from wp-admin, and redirecting to IPB registration) should be accounted for, yes, they should be able to login.
Demon_skeith Posted October 25, 2013 Posted October 25, 2013 add this to your theme css: .widget > h4 > a { color:#94DC07; } .widget > h4 > a:hover { color:#b0f42c; } reuploading the files fixed the issue, as for the CSS problem I have not been able to fix it. I've edited the code and got help from the theme maker and we can't make it show up on my site.
SyK3 Posted October 26, 2013 Posted October 26, 2013 Hello, I've purchased your plugin but I'm having trouble getting it to work. I've managed to make it work on a clean install of IPB, but I keeps locking me out of Wordpress when I try it on my existing installation. I've got the email method of login set, and still no dice. Gives me "ERROR: We could not log you in. Please try again later." when I try login with the email. As stated, I can make it work in a clean install, just no dice on my existing one. Thanks in advance.
Marcher Technologies Posted October 26, 2013 Author Posted October 26, 2013 Hello, I've purchased your plugin but I'm having trouble getting it to work. I've managed to make it work on a clean install of IPB, but I keeps locking me out of Wordpress when I try it on my existing installation. I've got the email method of login set, and still no dice. Gives me "ERROR: We could not log you in. Please try again later." when I try login with the email. As stated, I can make it work in a clean install, just no dice on my existing one. Thanks in advance. Note to self - Number the errors that can occur on login so that I can be more useful without access here. I believe you have stumbled upon a race case I still have no idea how to handle and needs manually resolved. However, I would prefer to be certain that this is the case, could you please PM me with access details?
Janyour Posted October 27, 2013 Posted October 27, 2013 hello, thank you Marcher thats great apps, just purchased ! its possible to do search from wordpress site on ipboard one not only wordpress posts ? brest regards
Janyour Posted October 27, 2013 Posted October 27, 2013 WordPress search is pretty terrible (my users wouldn't stop complaining) so I switched to Google Search. Because I search my domain and the forums are just located at domain.com/forums it searches both my forums and WordPress. I recommend doing that. There are many tutorials on Google. what wp plugin are you using ? i tryed many ones but i dont get ipboard search !
B.Money Posted October 28, 2013 Posted October 28, 2013 hello, thank you Marcher thats great apps, just purchased ! its possible to do search from wordpress site on ipboard one not only wordpress posts ? brest regards You could try using google custom search.
SyK3 Posted October 28, 2013 Posted October 28, 2013 Note to self - Number the errors that can occur on login so that I can be more useful without access here. I believe you have stumbled upon a race case I still have no idea how to handle and needs manually resolved. However, I would prefer to be certain that this is the case, could you please PM me with access details? Pm was sent have you had a chance to look yet? The only error is that of which is posted in my original post. I think you mean Rare case? We tried a fresh install importing only the members table from the database and it still come up with the error. We transferred over from SMF in January so it might be the cause of the issue? due to first member being deleted before transfer? Thanks for any help. EDIT: You do not have sufficient permissions to access this page. That is one of the errors we keep getting.
RTG Posted October 28, 2013 Posted October 28, 2013 Hi, Marcher. Having the same problem as SyK3. Would love any direction of how to fix this! GJ on the support etc. btw. Really a rare case.
RTG Posted October 28, 2013 Posted October 28, 2013 Also, creating a new user on the WP site will register the email, but confirmation validation is never sent and thus this user cannot log in to either the forums nor the WP site. Probably this is caused by the same thing, just thought you'd like as much input as possible.
Marcher Technologies Posted October 28, 2013 Author Posted October 28, 2013 Hi, Marcher.Having the same problem as SyK3. Would love any direction of how to fix this!GJ on the support etc. btw. Really a rare case.Also, creating a new user on the WP site will register the email, but confirmation validation is never sent and thus this user cannot log in to either the forums nor the WP site.Probably this is caused by the same thing, just thought you'd like as much input as possible.In his case, as far as I am aware, he was missing /interface/ipsconnect/ipsconnect.php from the IPB installation.However, in investigation, I did notice a bug with the local fallback when login type was anything but username. I have fixed this and will be committing/uploading it shortly.
RTG Posted October 28, 2013 Posted October 28, 2013 Nice, will try to reupload and test that then. Just as a sidenote, we're using WooCommerce for WordPress. As far as I know, that shouldn't interfere with WP IPSConnect. Any thoughts? Thanks again!
RTG Posted October 28, 2013 Posted October 28, 2013 With regards to what you said about the bug you found; we're currently using "username" as login type and still the same issue occurs, so unless you fixed some additional stuff, this won't apply to us. I'm pretty sure I've done all the configuration steps perfectly, and even tried doing it over a couple of times with no results. Just getting thrown out by WP on both old logins and forum logins. I've seen though in your changelog you've added the following: XMLRPC No longer required. JSON adapter used to allow JSON return and receive of native IPB XMLRPC server for stability and ease Does this mean that some of the steps on the included readme.html are no longer required to configure? I can also see that the "version" field for the readme.html says 1.0.9, though the header says 1.1.1. I guess the configuration just hasn't really changed that much since 1.0.9, other than maybe the XMLRPC stuff?
Marcher Technologies Posted October 28, 2013 Author Posted October 28, 2013 With regards to what you said about the bug you found; we're currently using "username" as login type and still the same issue occurs, so unless you fixed some additional stuff, this won't apply to us.I'm pretty sure I've done all the configuration steps perfectly, and even tried doing it over a couple of times with no results. Just getting thrown out by WP on both old logins and forum logins.I've seen though in your changelog you've added the following:XMLRPC No longer required. JSON adapter used to allow JSON return and receive of native IPB XMLRPC server for stability and easeDoes this mean that some of the steps on the included readme.html are no longer required to configure? I can also see that the "version" field for the readme.html says 1.0.9, though the header says 1.1.1.I guess the configuration just hasn't really changed that much since 1.0.9, other than maybe the XMLRPC stuff?The only thing that really changed about the configuration was whether certain portions of it would not appear if the server wp is on does not support xmlrpc. I will follow up with you in the pm you started then.
pagn Posted October 29, 2013 Posted October 29, 2013 Hi Marcher, I have a question which stumped one of my developers. Since the start we had no issues using the official functions like: - wp_insert_user - wp_signon to register users on front-end and auto-login with provided credentials. With the introduction of the SSO plugin, wp_signon refuses to work and we would like to check with Marcher Tech on this. ie. why the SSO code is blocking functionality on wp_signon. Thank you. :)
Alex Touchstone Posted October 29, 2013 Posted October 29, 2013 Do you have an ETA on these features discussed earlier in the thread? Avatars next to threads in Recent Topics widget (like it is in IPB default skin) Title of Wordpress comments section hyperlinked to corresponding thread on IPB IPB user bar at the top also displayed on WordPress I understand the third point may take more time than the other two but if any of them are somewhat quick I would love for them in an upcoming patch! I'm expecting a decent spike in traffic to our blog starting this weekend and would love to get more of these new users involved in our forums. Hi Marcher, I see in a previous post that you responded to "1" and "2" above, but I do not see a response to "3". Is there any plan to implement this? Alex
Alex Touchstone Posted October 29, 2013 Posted October 29, 2013 Hello Again, When I tested the API Methods with your debug widget, I get what you see in the screenshot below. I tried creating a new API user and verifying that the permissions were set properly - same result. What next? " alt="debug.jpg">
Marcher Technologies Posted October 29, 2013 Author Posted October 29, 2013 Hello Again,When I tested the API Methods with your debug widget, I get what you see in the screenshot below. I tried creating a new API user and verifying that the permissions were set properly - same result. What next?" alt="debug.jpg">Please ensure you uploaded the contents of the included /ipb/ directory to IPB root. That screenshot states it is very likely you did not.
Alex Touchstone Posted October 29, 2013 Posted October 29, 2013 Please ensure you uploaded the contents of the included /ipb/ directory to IPB root. That screenshot states it is very likely you did not. I verified that the contents were uploaded to their proper locations. Additionally, the login works if initiated from IPB but not if initiated from Wordpress.
Alex Touchstone Posted October 30, 2013 Posted October 30, 2013 Marcher, I reinstalled the files in the SAME location and now some features are working with one notable exception. When a user registers from IPB, the user is then automatically logged in on the IPB but not on the Wordpress site. Please respond to this post and tell me what to do to fix the problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.