Questions tagged [symphony-cms]

Symphony CMS is an XSLT-powered, open source content management system/framework built in PHP that enables users to create and manage websites and web applications of all shapes and sizes. Symphony CMS should not be confused with the Symfony components and web framework.

Symphony CMS is an XSLT-powered, open source content management system/framework built in PHP that enables users to create and manage websites and web applications of all shapes and sizes.

It allows you to define the types of content required, the structures that should deliver that content to the front end, and the templates that should transform it into various formats for users.

Each layer of Symphony's content management infrastructure is comprised of distinct, fully configurable components. A project's content types are defined using sections and fields. Its pages provide dynamic front-end interfaces for viewing and interacting with that content. Data sources fetch and organize the content and deliver it to pages as XML, where page templates and utilities are applied to transform it into a desired format (HTML, for example). Advanced interactions, like data submission, can be enabled using events.

Important links

Symphony CMS should not be confused with the Symfony components and web framework.

80 questions
0
votes
0 answers

create instance of a class in another class which lies under same namespace, without using require()

I am new to this architecture. So I have a database table class file with table attributes with getter and setter which extends an abstract class I have DAO file on same location which extends another abstract class. Above two classes are inside a…
0
votes
1 answer

XML Files in Magento

How to exactly know what to write and edit in xml files of magento. I mean if we are making a module or a theme how to exactly edit the xml files. e.g If we need a header we just write tag in html. I mean is there a specification for every tag that…
0
votes
2 answers

How to check for a class present on an element with Symfony DOMcrawler?

I have a $foo which is an instance of Crawler and $foo->outerHtml() starts with
0
votes
1 answer

How to include template in all pages

i want to include design in all pages, for this i had set a master page layout, it works perfect.Then i want to add some portions to each page of my site,i am also done this by creating a utility page, but problem is repeats all contents. here is my…
Juice
  • 3,023
  • 6
  • 39
  • 66
0
votes
1 answer

How to add a template in to Symphony projects

I am new in Symphony and would like to add a new design. Here I have attached the file which I want to integrate in the user side. How is this possible?!
Juice
  • 3,023
  • 6
  • 39
  • 66
0
votes
1 answer

Message listener on Symphony

I am working on a chatbot that is to be implemented in the Symphony messaging environment: https://rest-api.symphony.com I have already implemented the methods I need to post and read messages. However, I am stuck at the implementation of the bot…
Alex
  • 445
  • 4
  • 13
0
votes
1 answer

All URLs are redirected to index.php

I have setup a Symphony framework on my localhost using this tutorial. I am using the PHP default server and MySQL. The frontend URL is working fine but when I go to the admin URL (http://localhost:8000/symdemo/admin), then my CSS URL is also…
Yogesh Karodiya
  • 225
  • 5
  • 15
0
votes
2 answers

Remove whitespace from XSL

I want all whitespace removed so my final code looks like a single block of text. Here's my header
Kirk Strobeck
  • 17,984
  • 20
  • 75
  • 114
0
votes
1 answer

Selecting Data within an RSS Feed XML Namespace with XSLT in Symphony CMS

I'm maintaining a website for a friend, which I didn't create. It uses the Symphony CMS, and my XML / XSLT / XPATH knowledge is elementary at best. There's a page that has an Instagram feed section, which has recently stopped displaying images and…
Chris
  • 377
  • 4
  • 10
0
votes
1 answer

Installing Symphony Issues on my localhost

I tried to install symphony on my localhost xampp. My Php version is: 7.0.5. After I filled all of the inputs (db connection, username password, etc) I got this error message: Symphony Warning: mt_srand() expects parameter 1 to be integer, float…
Attila Naghi
  • 2,535
  • 6
  • 37
  • 59
0
votes
1 answer

How to say "if this translation is empty"

I want to have this image not showing if the translation is empty or non existing So can I wrap a logic loop around it as in the following code? {% if {{ 'page.image.path' |…
Romainpetit
  • 897
  • 2
  • 11
  • 29
0
votes
1 answer

How do I solve `mod_rewrite` not being available when installing Symphony CMS?

I keep getting this error in the browser Symphony Error: mod_rewrite is not enabled It appears the mod_rewrite is not enabled or available on this server. I use WampServer, have extracted the Symphony CMS zip to wamp/www and followed the install…
0
votes
1 answer

Move Web Symphony Application on Android and IOS

I've done a responsive web site with Symphony/XSLT (http://www.getsymphony.com/). I want to write 2 applications (IOS/Android), that follows the same behaviour of my responsive website. Then, logically, I will have to call the database from the IOS…
0
votes
1 answer

XSLT: Pass variable into template when using apply-templates

I'm not sure if this is asking too much of XSLT, but I'm after something similar to how mode works, except ideally within one template, rather than having to duplicate it as I am now:
Nathan Hornby
  • 1,423
  • 16
  • 32
0
votes
1 answer

Symphony does not validate html form

I am trying to add this to one of my templates (main.xls) but for some reason it does not validate. Any idea why?