Can we have Multiple Admin Routing in Cakephp? - cakephp

I want multiple admin routing..
One for Admin another for CLients.. is this possible. if not whats the best way to get around to this ?
thanks a lot.

I think you're looking for prefix routing. In Cake 1.2 it's a bit different, but still usable.
There is more info on related questions here on SO :)

Related

AngularJS library urls

Good morning.
I would like to know which site contains urls for angular.js and aungula-ui-router.js ? (The question seems not to exist in stackoverflow.com)
Last year i used "https://ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js" but it seems to no longer work.
So what is the official host for angularjs now ?
I know that angularjs is now an old framework but i have to use it at work.
i woul appreciate some help.
Thanks in advance.
I personally prefer to use https://unpkg.com
See,
https://unpkg.com/angular/angular.js
https://unpkg.com/angular/angular.min.js

Joomla - one admin panel for multi sites

I was trying to find some possible solutions to manage one administration panel for multi domains, but didn't find anything relevant.
Does anybody know if it is possible in Joomla 3.x? And if yes could somebody provide any possible solution, especially not commercial one?
Many thanks !
Use a Joomla extension that provides multi sites feature.
http://extensions.joomla.org/extensions/core-enhancements/multiple-sites
I prefer this Joomla multi sites extension by the way:

Hide all references to framework cakePHP

For security purposes id like to hide all references to the CakePHP framework that I have used to build my site. Can anyone offer any help on the best way to go about this pls? so far Google hasn't yielded any useful results.
The real, non-sarcastic answer is:
There's absolutely no reason to hide the fact that your app was built in CakePHP - for security purposes, or any other purposes. Just don't worry about it.
For debug mode 2 (which you must have for a production site) as far as i have seen only cookie has a mention of cakephp which you can remove simply using
Configure::write('Session.cookie', YourCustomCookieName);

DotNetNuke Short Summery

I need a page that displays a short summery of text from other pages.
If anybody know how this is made please help
Thanks
Best Regards
Mats
Not sure what the circumstances are but a product such as News Articles might do what you want. Or possibly RSS
Efficion's Whats New module might do what you need. It would only work for modules that support the ISearchable interface.

DNN and FCK editor upload images

In dnn I want to set the path for the person logged in when they use the editor - currently I cant let people upload threir own photos becasue to amny people can see to many other peoples pics.
Personally if you are looking to do this, I would go the route of switching to the Telerik RadEditor. it has some better extension points that can allow you to accomplish this desired goal.
I haven't tried that myself, but have a look here and here. The same solution is described in both places.

Resources