I'm in a bit of a dilemma here. I have hired someone to develop a workforce platform for me in CakePHP. The idea is that I want to use WordPress as my main CMS and connect that platform to the website.
I have all the files for the platform but i really have no idea where to host them or how to connect them to my wordpress website.
More simply, i would like to know where to host this platform and how to link the login/register forms to my wordpress.
These are the files that i have for the platform.
Files:
Related
I need help with integration of Moodle with Shopify website. If the integration is possible, I'd also like to know if there will be a need to get an external server like AWS for the database/storage of the course materials and users' records or everything can be done within Shopify.
Thank you.
Here are few things you can consider:
There are free and paid services for integrating Moodle with Shopify.
I've tried Zapier free plan, you can create free workflows/services.
You've to sign in to your Moodle website (if hosted Moodle personal - CPanel) to access Zapier workflows.
You can develop a local plugin and install it by visiting Site Administration -> Plugins -> Install plugins and drag-n-drop the local plugin (zip file) into the filepicker-container. You need to have admin access of your Moodle website.
There's a plugin called Moodle plugin skeleton generator to set up basic code structure. You've to install this tool by navigating same way.
Try out Moodle themes or customize default themes.
You can also check with Edwiser WordPress theme for Moodle and it's free to use and integrate.
Hope that'll help, thanks :)
You can also refer Shopify SSO application for Integration with different apps like Moodle, AWS, and more.
My colleague and I have a project and we've decided that I will create the Data Management System and he will do the WordPress site and just integrate it later using the database of WordPress.
However, when we found out that WordPress' database is complicated/very general and NOT all of the fields in my ERD are there, we encountered a problem integrating.
May I ask if anyone of you here has experienced this kind of situation? Or is there any way that you know how to integrate data from website to the system?
The main goal would be this:
1. A user will order through the WordPress website
2. It will then reflect on the System and will be displayed there, its details, price, description, etc. for the admin to see.
We are using the following tools:
Website - WordPress 4.8
System - Laravel 5.2
Jquery and AJAX Requests
Thank you in advance for your help
I have a web application that requires
Blog
Forum
Chat support etc
Now my web application have different functionality but these above are additional value added services that we provide integrated with our application.
I do not want to write application for them but rather use standard application like wordpress for blog, phpBB for forum, crafty for live chat support.
Is there any way in which I have use common database and interface to provide such functionality with-in an web application via integration.
Typically I want when user A is registered in my app, he will be a user for all the other applications also and can access all functionality with common log in & session.
Note: My application is developed using java, struts2, spring etc while these apps are in php mostly.
You can install a PHPBB chat plugin for the PHPBB forum, and then integrate the PHPBB with wordpress, using wordpress plugin. There are few wordpress plugins to integrate with PHPBB forum.
If you are not limited to PHPBB, you will find many wordpress plugins to integrate with different PHP based forums, such as mybb, pressbb etc.
This way you can integrate all three components together.
Users can extend our PHP application with plugins, and we would like to host all these plugins, but more than just hosting files we want to allow users to version their files with git. Finally too, we'd like for other people using these plugins to be able to review/rate the plugins.
Is there any such script/software out there that allows you to do this? Wordpress has some type of BBPress front-end that interacts with SVN for their wordpress.com/extend plugin website. In a nutshell its a git hosting platform combined with a front-end based on PHP... too much to ask for?
Okay, decided to go with a PHP based Forge app called indefero: http://www.indefero.net/
I'm trying to start building a whole application using phpBB3 user system as a base using CodeIgniter framework. However before starting I would like to hear a piece of advice from any phpBB3 Developer out there.
I've been developing for Wordpress and Drupal. But recently I decided I would build up something fit to my needs instead of using a premade application.
The application is going to include:
Article System
Video Streaming
Wiki
User editable Profiles
and much more
To any phpBB3 Developer :
Where to start?
Any recommendation you could give me?
Any tips?
I've only used phpBB3 as a forum system, but you should definitely check out the phpBB Development Wiki, particularly the API section.
It has all sorts of neat things, like how to add custom pages and use phpBB's permission system.