pimcore

How to implement Canonical Tag in Pimcore CMS?

喜欢而已 提交于 2020-01-17 00:37:07
问题 I have to implement canonical tags on a customer website which works with Pimcore CMS. Does somebody has experience with that or can give me some hints? 回答1: If you want to set this tag globally, or with some simple url regex matching, you can do it straight from the admin panel using Marketing > Tag & Snippet Management. 回答2: A way could be to set a Document Property and render it in your view. see: https://pimcore.com/docs/4.6.x/Development_Documentation/Tools_and_Features/Properties.html

Even i install plugin but install method not called in pimcore

主宰稳场 提交于 2019-12-25 18:41:48
问题 Note here install and uninstall method. I am writing code for creating table. But i want to call this install method as plugin installed automatically, and it should behave this way as pimcore doc suggest. namespace Newsletter; use Pimcore\API\Plugin as PluginLib; use Pimcore\Db; class Plugin extends PluginLib\AbstractPlugin implements PluginLib\PluginInterface { public function init() { parent::init(); // register your events here // using anonymous function \Pimcore::getEventManager()-

Wysiwyg in pimcore object?

拥有回忆 提交于 2019-12-25 09:04:31
问题 I have problem with wysiwyg editor in pimcore object. When I mark text, go to Styles and choose for example "Marker" that results nothing. In source code that looks like < span class="marker" > Lorem ipsum < /span >, but in editor it's same. It only gets text, althought text should be yellow. Any ideas ? 回答1: The Styles dropdown actually just changes the HTML markup. So this <p>Lorem ipsum</p> is changed into <p><span class="marker">Lorem ipsum</span></p> If you really want to have yellow

Pimcore where does code go

守給你的承諾、 提交于 2019-12-23 03:11:56
问题 All the examples show random pimcore code; however, I have found no explanation of where the code goes - or a complete example. I do not use pimcore for the cms. I am only interested in the object management. The code I am trying to wrte is to export objects e.g. into csv or xml. Thanks ~ 回答1: You can either create a plugin as suggested by Johan, but a quicker way is to just put the files into the /website/lib/Website folder. This folder is already added to the autoloader so you don't need to

how can i install pimcore using wamp or xampp on windows 8?

馋奶兔 提交于 2019-12-11 01:56:02
问题 I have both XAMPP and WAMP installed .I am installing Pimcore but there is an error which says "Couldn't establish connection to MYSQL: Access denied for user 'sadegh'@'localhost' (using password: YES)" . I read the installation manual it says i have to create a database manually . how should i create a database? and where should i put it? can anybody please help?this is killing me. 回答1: As the error say, you have to create the database in MySQL yourself. Here is how to do it in XAMPP (very

What are the (dis)advantages of pimcore?

时光怂恿深爱的人放手 提交于 2019-12-05 12:05:58
问题 I am looking for a CMS based on Zend Framework and I read about pimcore. Now I have some questions about it: Does anyone have experience with this CMS? What are the (dis)advantages? How is the learning curve? (I work a lot with ZF) Can you develop a new module? 回答1: Pimcore rocks as an advanced enterprise cms, ams, pims, what have you. We have been using it in a corporate environment as our asset management system since v1.2 and are using v1.4.1 right now and loving it. General Disadvantages