Questions tagged [content-management-system]

A Content Management System (CMS) serves as a robust platform for constructing websites, enabling effortless editing by numerous users. Please note that seeking product recommendations in association with CMS is inappropriate on Newtab Q&A; hence, such questions are considered off-topic!

Automatically fill in field values in a content type by referencing values from different fields in Strapi

Strapi Version: v4 Operating System: macOS Database: MySQL Node Version: 16.15 NPM Version: 5.8.8 I have a task at hand where I need to dynamically populate a field based on the values in other fields within a content type. For example, if I have fields l ...

Protect user content by implementing secure storage methods that effectively mitigate XSS vulnerabilities

Although there have been similar inquiries in the past, I find myself struggling to figure out how to accomplish this task. At present, I am constructing a rather rudimentary Content Management System (CMS) primarily as a means of educational exploration; ...

Tips for Safeguarding a PHP Connect File and Database Passwords

Can anyone provide guidance on how to properly secure a php file containing the sensitive database connection passwords? The file is currently named connect.php as it is stored locally, but I will soon need to upload the application and make it live. ...

Strange HTML pop-up keeps appearing every time I use styles in my code or insert anything with CSS

Recently, I created an OctoberCMS backend setup through my cPanel (I also have one on my localhost). Now, I am trying to add a background image but every time I attempt to do so, a strange HTML popup appears that I can't seem to figure out. Here is the cod ...

Utilize an API within a content management system in a Next.js environment

I am having trouble accessing an endpoint in next.js from a headless CMS proxy in Node.js, and I can't seem to make it work properly. Instead of redirecting me to the desired site, I am encountering the following error: If you need assistance, refer to: ...

What is the method for accessing the status code and body within my default template?

Is there a way to show the HTTPResponse status code and body in a controller's action template? I attempted to set it as follows: $this->response->setStatusCode(400); $this->response->setBody('invalid 2'); However, when I return $this, only ...

What makes templating engines like Smarty or PHPTemplate stand out from others?

I'm currently exploring the various template engines available for PHP. Two that have caught my eye are smarty and PHPtemplate. I find myself deliberating on which one would suit my needs best. Here are some of the questions I am seeking answers to: ...

"Content Management System designed to elevate the online presence of

I'm currently working on a website project for a DJ and I want to streamline the process by finding existing solutions. Here are the key features I need: Ability to use own domain name and customize design Section for playing DJ's songs Photo gallery sec ...

Recurring inputs throughout various collections in Directus CMS

Currently, I am utilizing the Directus CMS as a headless content management system. I have already established a collection that serves as a single page on the website, specifically the homepage. This page has been set up as a singleton object. My goal is ...

Tips for including parameters in an array of values when using getStaticPaths

I'm trying to retrieve the slug value that corresponds with each number in the getStaticPaths for my page structure: /read/[slug]/[number]. The code I have is as follows: export async function getStaticPaths() { const slugs = await client.fetch( ...

Developing a Content Management System using a Framework (Conceptualization)

I am seeking insight into theoretical approaches, so technical details are not a concern at this time. As I delve into concepts for creating a basic CMS, I find myself torn between using pure PHP with assorted libraries or developing it within an MVC fram ...

Struggling to create a basic CMS using PHP and MySQL, unable to successfully display the data

My latest project involves creating a basic CMS for a website. This is my first time working with MySQL and one of my early experiences with PHP, so I see it as a learning opportunity. Despite consulting numerous resources, the code I've written only resul ...

`How to Create a Custom URL in Umbraco CMS to Redirect to an Existing Website`

We currently have a dynamic, multi-lingual app running on Azure built with AngularJS. In order to manage some of the publicly accessible pages more efficiently, we are considering hosting another application with a content management system (CMS). Our prop ...

Mastering the installation and execution of phileCMS effortlessly

Hello everyone! I'm having a bit of trouble getting this amazing CMS called phileCMS up and running. After cloning the project, I created a folder named phileCMS and copied all the files into it. However, when I try to access http://localhost/phileCMS/ in ...

Craft CMS contact form with an option to subscribe to our MailChimp newsletter

I'm currently working on setting up a contact form with a subscribe button in Craft CMS v2 to allow users to add their details to a MailChimp mailing list. Although I've been using the MailChimp Plugin and the Contact Form Plugin, integrating the ...

In order to enable automatic playback of background images

Having created a slider with hover functionality on icons to change background images, I now seek to add an autoplay feature to the slider. The slider was implemented in a WordPress project using Elementor and involved custom Slider creation through JavaSc ...

Looking for a CMS that focuses on the front end? (Or maybe a CMF

Looking for a CMS system without a front end package? I need a full administration suite that can output content to XML so we can create the front end from scratch. The client wants an open source solution, any recommendations or plugins in Drupal or Jooml ...

Which CMS is better for creating a social network: Drupal or WordPress?

Creating a community for web-comic artists to synchronize their websites is my current project. The dilemma I am facing now is deciding between using Drupal or Wordpress as the CMS. Although Drupal is renowned for its Social Networking capabilities, I fo ...

Logging in with the same user across various WordPress websites on separate databases

Need help with coding for a single user login on two separate WordPress domains each using different databases. The sites are: www.site1.com - DB1 www.site2.com - DB2 ...

Create a personalized edit button for ContentTools with a unique design

I'm struggling to figure out how to customize the appearance and location of the edit button in ContentTools, a wysiwyg editor. After some research, I learned that I can use editor.start(); and editor.stop(); to trigger page editing. However, I want ...

The Drupal configuration file cannot be found

Currently, I am in the process of setting up a new installation of Drupal on my Linux server and encountering an error message: Error Message: The settings file does not exist. The Drupal installer is prompting me to create a settings file during the inst ...