Loginshare for WHMCS and Wordpress?

  • Thread starter Thread starter C
  • Start date Start date

C

Paragon
Joined
Jan 4, 2014
Messages
1,348
Reaction score
0
FP$
9,856
Has anyone seen a loginshare plugin, that will allow me to bridge between WHMCS and Wordpress? I know this is a little far-fetched, but it's worth asking. If there isn't anything out there, would it be difficult to modify to allow me to achieve this?
 
What are you wanting to allow your customers to do in Wordpress that they can't do in WHMCS?

Can you not just force all logins through WHMCS?

Code:
<form method="post" action="https://yourwhmcsinstall.com/dologin.php">
Email Address: <input type="text" name="username" size="50" /><br />
Password: <input type="password" name="password" size="20" /><br />
<input type="submit" value="Login" />
</form>
 
Sam said:
What are you wanting to allow your customers to do in Wordpress that they can't do in WHMCS?

Can you not just force all logins through WHMCS?

Code:
<form method="post" action="https://yourwhmcsinstall.com/dologin.php">
Email Address: <input type="text" name="username" size="50" /><br />
Password: <input type="password" name="password" size="20" /><br />
<input type="submit" value="Login" />
</form>

Basically what I want to do is, to allow clients to comment on blog entries, as well as submit blog posts for moderation as well. I've been searching and searching, and even requested a few quotes from different developers. I already have a WHMCS integration built into Wordpress, but I'd like to take it a step further, and not have to have users sign up more than once. 😀
 
Closing this! 😀

I was able to work with a developer to get this working, and it's great to finally have this working, after a ton of investigating and troubleshooting! 🙂
 
Back
Top Bottom