Questions tagged [pyrocms]

PyroCMS is a lightweight, themeable open-source CMS built on top of the PHP framework Laravel, praised for its simplicity.

PyroCMS is an open-source content management system based on Laravel.

420 questions
2
votes
1 answer

Prevent PyroCMS stripping inline styles from WYSIWYG content?

I've noticed a problem when inserting an uploaded image into a textarea via the WYSIWYG editor (e.g. a page chunk in the Pages module). The alignment on the inserted image is not retained after updating the record. After a bit of testing I noticed…
Phil
  • 371
  • 1
  • 4
  • 13
2
votes
2 answers

Should I build my own PyroCMS module...?

I'm using PyroStreams on my PyroCMS-based site, which is working great, but the front-end search functionality it offers is a bit too limiting for my needs. My stream consists of over 20 fields. On each page of the site I want a simple keyword…
tcarnell
  • 49
  • 2
  • 12
2
votes
1 answer

Pyrocms admin page is not work in all browsers when site added in development server

i have creating a website with pyrocms. i have seen that the admin page works fine in my localhost in all browsers. But when i add the site in the development server, the admin page works only in firefox and opera. It did not work in IE and…
Vibin TV
  • 822
  • 9
  • 28
2
votes
3 answers

Disabling cache in pyrocms

I was wondering if there is any way for disabling pyrocache in pyrocms? The library gets loaded in MY_Controller instead of autoload.php, so I don't know if there are any other simple ways.
eymen
  • 628
  • 6
  • 17
2
votes
1 answer

Setting an Error Message located in language file

In a form I have a callback function that checks if a number is_available. If it returns TRUE it shows an error message. The callback is working but it displays : lang:shortcodes.not_unique instead of the content given in a separate file. I can't…
Khalil TABBAL
  • 817
  • 6
  • 12
2
votes
1 answer

How can i make customized template for the front end by overriding the default one?

I am new to Pyrocms and reading the documentation I could not change fix my problem. I need my own template to be incorporated that is I want to change the default one provided. How can I do that. I really need a help.
Subedi Kishor
  • 5,906
  • 5
  • 35
  • 53
2
votes
1 answer

How can I load a library in shared_addons from a shared_addons module in PyroCMS?

I'm making a module in the ./addons/shared_addons/modules/ directory. The module's called render. From within that module I want to access a library that I've put in the ./addons/shared_addons/libraries/ directory. The library's called pchart If,…
Matt
  • 9,068
  • 12
  • 64
  • 84
2
votes
1 answer

PyroCMS/Codeigniter database issue

I may well be missing something quite obvious, but I'm still a bit lost. The actual database interaction seems to be the catch. I mean, the table is created on installation, but actually sending the information doesn't seem to work as it triggers…
user918522
2
votes
1 answer

Include css and javascript in PyroCMS theme

How do i include a css and javascript from system/assets/css or js directory in my theme. we include js or css file like {pyro:theme:css file="style.css"} {pyro:theme:js file="jquery.1.5.js"} but i want to use a js file included in system/assets/js…
Mujah Maskey
  • 8,654
  • 8
  • 40
  • 61
2
votes
2 answers

Integrating Doctrine with PyroCMS

How do I integrate doctrine with PyroCMS? I have been used doctrine with codeigniter but is not the same thing to integrate with pyrocms. Can someone help me? thx
2
votes
1 answer

Using formation config file with pyrocms module

I'm building a site using Pyrocms and am using the Formation class for creating my forms. I'm creating a module and would like to put my formation.php file in the modules config folder, but when I do I get the following error…
bradym
  • 4,880
  • 1
  • 31
  • 36
2
votes
2 answers

PyroCMS theme custom navigation structure

I've searched everywhere but can't seem to find anything in the documentation or anywhere else. I've created my own custom theme, copypasting stuff from the Starter theme which ships with PyroCMS. In my navigation partial there is this twig…
mazedlx
  • 1,405
  • 17
  • 24
2
votes
0 answers

PyroCMS make a custom type page into JSON

How can I create a page and print results in JSON, even though I can not change the header('Content-type: application/json'); in the twig template.
Rafael RN
  • 176
  • 1
  • 8
2
votes
5 answers

Codeigniter Temporary Solution for Mcrypt extension

i have a big problem in my project. i developed project into PYROCMS and PYROCMS developed into Codeigniter. but PYROCMS required "Mcrypt extension". i have a ssh detail of server but i don't have permission to install anything into server. i need a…
Renish Khunt
  • 5,620
  • 18
  • 55
  • 92
2
votes
1 answer

Changing header dynamically with set_partial in pyrocms

I like to overload the header partial at front-end. I have a module that customizes the header but it doesn't work. I tried using this one in index of my controller ->set_partial('header','header.html') and I have my header.html in my…
Hendrick
  • 33
  • 5
1 2
3
27 28