How to change Joomla site name from backend? - amazon-web-services

I have tried to install Joomla 3.8.x on AWS using cloud formation template. I am able to install Joomla website but after installing the site Joomla site name is default listed as "joomla!".i am trying to install Joomla with the unique site name but I am unable to find which table contains Joomla site name information in the Joomla database. I can able to the change the Joomla site name from admin panel after the installation but currently, I am searching for which table contains Joomla main configuration information.

You can change the name on which your Joomla.com website is accessed through the Change Name option. It is located in the options menu (gear icon) for the specific site in your admin panel
two simple steps

Related

How to set the source of an image field dynamically in a multisite environement in Sitecore?

I have a multisite instance in Sitecore using SCORE and I would like to set the source of a common template image field to point to its corresponding media library folder.
Example:
My instance has Site A and Site B
In Site A, if a user clicks on browse of an image field it should open the Site A media folder and the same for Site B.
By default, SCORE does not provide this possibility. If you want that the site media specific container is selected, you will need to implement a custom field with a custom token in order to resolve the datasource of the media path

Could not find the ColdFusion component or interface

I had a Mura 5 site, Admin stopped working with CF11 update.
I downloaded Mura 6, pasted site content in it, applied updateDB from url to the old database and it updated the DB.
Now admin area is working but i am getting the following error on client area.
Could not find the ColdFusion component or interface C:\sites\mura\test_site1\includes\servlet.cfc.
Ensure that the name is correct and that the component or interface exists.
The only problem is it is looking in old folder name mura instead of root folder of site which I named mura-6.
I don't know where can i change that to fix it. I didn't find any settings in tsetting nor in settings.ini.cfm(this has an abort tag on start btw)
I have also applied appreload, fuseboxreload and there is no mapping i found.
please guide.

sharepoint 2013 custom site template not showing up on subsite

I have a sharepoint 2013 subsite called 'projects' where all its projects are subsites that were created by a site template.
I wanted to make changes to the template so I created a new 'project' subsite using the template, made the changes and saved that subsite as a new site template.
Now, when I'm trying to create new project subsites I only see the old site template but can't see the new one.
I've checked the solution gallery and they are both appearing there in active state.
Any I ideas what went wrong here?
Thanks.
I found the solution: if I want to allow the use of site tamplates in subsites I need to enter their site settings and into 'Page layouts and site templates' and add the requested site template to the allowed list of site templates.
I can't believe the option was in front of me on the screen and I didn't see it...
You have to activate the Publishing feature on the root and on the affected site.
The Option for that setting is not there anymore. Don't know since when but I just had the same issue not being able to use a custom template for a new Site Collection.
-Template is present in solutions gallery
-Custom tab is not being displayed when I want to select a template for the newly created site
-In the site settings of the newly created site there is no Option "Page layouts and site templates" in the looks & feel section

Export content from Mura CMS

Has anyone worked on Mura CMS before? I need to know if it is possible to export a Mura site into HTML, XML so that I can import it into some other CMS (mostly Wordpress)
Thanks!
If you're using Mura 5.4+, there's a BETA feature you can try:
1) Login to the Admin, then go to Site Settings
2) Select the site you wish to export
3) On the Basic tab, scroll to the bottom and enter a directory to export static HTML files to (i.e., C:\sitefiles\ )
4) Click Update
5) Select the site again from the list of Current Sites
6) You should now see a link towards the top that reads 'Export Static HTML (BETA)'
7) Click the link and you should get an alert 'Export static HTML files to {whateverDirectoryYouEnteredEarlier}
Cheers!
You can also export a "Site Bundle" from the Site Settings. The Site Bundle will have all of the content of the site wrapped in nice WWDX XML files, that you could then parse with any language to import into another system.

Joomla : how to create a Wrapper (iFrame) in tthe Backend Khepri Template

Hello freinds I need help as to how can I add 2 iFrames in the Joomla's Default Back-end Template Khepri.
I want to show the Hosting cPanel and also another application's Control Panel in these iFrames.
Kindly help.
The correct way to do this is to add a new module to the admin. Log in to your Joomla admin then select Extensions > Module Manager > Administrator.
This will get you to the modules manager for the administrative area. It works just like the front end. Click New module, then select Custom HTML and put your iFrame code in there.