We are upgrading a client's old Joomla 1.5 website to Joomla 3. They heavily used the Weblinks component (Web Link Manager) that came with Joomla 1.5 for managing links.
Is there the equivalent for Joomla 3? Or another method that's used currently to manage links in Joomla?
You can download the Official Component from the extensions directory, here you have the link:
http://extensions.joomla.org/extensions/extension/official-extensions/weblinks
Related
Hello I need Some Help ,
I Have a CakePhP Project in version 1.3. I want To migrate in to 4.x is it possible and can anyone Help
what are the steps to follow to migrate from 1.3 to 4.1 CakePhp version
create a new php 7.4 / MySql work environment (using docker, vagrant, xampp,..)
export database from current app
import database to new environment
init new cakephp 4 app
connect cakephp 4 to database
bake basic MVC app
look at cakephp 1.3 template and create same representations at new app
look at old controllers actions and create new in cakephp 4 way
look at old models methods and create new in cakephp 4 way
update routings
copy assets
This is a simplified guide to migrating from your web application based on the old version of cakephp to the latest version.
I have one application developed in cakephp 1.3 version. It is working fine. Now I want to add some new modules in that application. Please suggest do I need to migrate my application to cakephp latest version and then start developing new modules, or leave the application in old version and aa new modules. Will there be any advantage of upgrading the version of cakephp?
A friend of mine, a nutritionist, had her site designed by a company who has said that integrating WordPress into an angular js site is not possible. I haven't worked with angular but with jquery and Java and HTML. I don't see how that's true. It's ultimately an HTML website.
Can the experts here verify this information?
Hello Yes you can create blog folder on the root of angular.js website and named it blog and it inside it install the wordpress and run it.
Im working with cakephp for few months and recently I came across croogo, a cakephp cms system. I've tried it and I should say its an awesome system.
Is it possible to use it as a plugin in my main site. I want to use it just for the admin part and rest of my application unattached to it. Ive tried loading its bootstrap file from my main app and also by linking routes to it. I always get errors.
Can someone have any idea if croogo is meant to be used like a plugin or does it have to be used seperately?
"Beginning version 1.6.x, Croogo has been updated to be installed as a vendor package"
=> So yes, it is possible to use it in your code - just not as plugin, but vendor.
See
https://github.com/croogo/croogo/tree/3.0#installation-using-git
This question is about Cakephp, I am really confused on cakephp I just noticed that if i'm not mistaken cakephp does not have components and modules like Joomla does?
am I right that cakephp doesn't have components and modules?
I think your a little bit confused about the two concepts. You can't compare cakephp and joomla cause joomla is a CMS (Content Manger System) while Cakephp is a PHP Framework. Thus Cakephp has her own logic and joomla components and modules are addressed in some other way (blocks, elements, plugins, behaviors ect ...)
I think what can be compared with the CakePHP framework is the Joomla framework
http://framework.joomla.org with whom you can write your web apps. But the Joomla framework does also not come with component, module and plugin support as this is CMS specific.
It was recently released in version 1.0 http://www.joomla.org/announcements/release-news/5521-joomla-framework-1-0-released.html.