Do you mean: you have a module xyz, inside that module you have a controller and an action. Now, you want a page (with the layout like other pages but the content render will be based on the action. Is it right?
If that is your case, I will do it as follow:
1/ I will create a new block called, XYZ Module Render.
2/ Put that Block in the Region I want
3/ Inside the renderContent() of the Block, I will call the action from that Controller (I haven’t tested this but I found some thread about calling other controller’s action)
But in fact, I really don’t like this approach and I haven’t implemented the cms to support it that way. I don’t know much about your current situation with the module (render the module based on the current site layout or call an action of module which won’t render anything, just do some logic code,…). It will be better for me to understand if you can tell a real example. I will think about it for the next version of the cms.
we are building websites for some car dealers here in germany and we are looking for a solution to handle all the stuff like location information, events, special offers with a cms. we also show the vehicles of the dealers on their websites with a module ("vehicleAds") which fetches the vehicles from a provider by an API. the module contains a vehicle search, list and the detail views of the vehicles. The caching of the vehicles and some other stuff which belongs to the vehicles is handled by the module.
Here is an example (all the pages belong to the module):
Every time I access localhost/project/backend/beinstall/run
i got the following error:
[b]Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@HG532.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.[/b]
I am evaluating GXC CMS… and was wondering if someone could help me real quick. I am trying to find the best way to have the frontend as the site root with the backend as some arbitrary path.
For example:
Frontend: www mydomain local/
Backend: www mydomain loca/siteadmin
I currently have the demo working local as the instructions have suggested. But I cannot get my htaccess rewrites to work correctly to allow for this configuration.
I updated the password encryption based on your suggestion. Thank you very much. I understand more about md5 vs crypt. I’ve implemented based on this tutorial: