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
0
votes
1 answer

PyroStreams is adding an extra slash after 'files', before the image name in image urls?

PyroStreams is adding an extra slash into url's for some reason. The images display fine in all tested browsers, however my client is concerned. I've checked my .htaccess but I can't see where I would be causing this. This also happens within the…
jayseeg
  • 49
  • 2
  • 9
0
votes
3 answers

PHP truncating string when using strip_tags

I have this stored in my MySQL InnoDB UTF8 database:

At 5'1" (155cm) in length, this "Baby" grand piano was introduced in the 1930's and features the powerful and rich tone of a much larger piano. Small enough to fit nicely into almost any…

dallen
  • 2,621
  • 7
  • 37
  • 47
0
votes
2 answers

Proper PyroStreams where statements in PyroCMS

I'm a Pyro and CI noob, so sorry for any obvious omissions. I'm building a site for a tour company. I've setup a stream with departure_locations and another with tours. Both have an assigned field called departure location name. I'm trying to output…
jayseeg
  • 49
  • 2
  • 9
0
votes
3 answers

PyroCMS - Assets class doesn't minify and combine

I have some problem with the Assets class to minify and combine my css and js. I have this plugin ad it seems to work without problem: class Plugin_Theme_Assets extends Plugin { /** * combine and insert multiple js files * * usage: …
Christian Giupponi
  • 7,408
  • 11
  • 68
  • 113
0
votes
1 answer

How i can extend the Codeigniter library in Pyrocms

I want to add some more library and helpers file into Pyrocms which is based on codeigniter.Actually i have to add facebook connect and found some good working examples of facebook connect so now i want to implement these codeingiter libraries and…
Pramod Kumar Sharma
  • 7,851
  • 5
  • 28
  • 53
0
votes
1 answer

What's the best way to integrate PyroCMS into an existing CodeIgniter 2.x webapp?

I want to use PyroCMS as a basic CMS for a webapp front end pages (home, privacy policy, about, contact, etc.). I already have my webapp started using CodeIgniter 2.x. Anybody know the best way to "bolt on" PyroCMS to my existing CodeIgniter…
Tim Jahn
  • 1,154
  • 7
  • 16
  • 29
0
votes
1 answer

List files in Dir using Pyro

I want to list all files in a directory Using PyroCMS. Using the Files module each client has their own folder, the folder is their User ID \files\clients\{ID}\ I need something like this. {{ foreach file in { files:/clients/{{ user:id }} } }}…
IEnumerable
  • 3,610
  • 14
  • 49
  • 78
0
votes
3 answers

Is there a eCommerce plugin for Pyro CMS?

Im starting to use PyroCMS and Codeignigter more often; I find it a very powerfull little CMS. However I cant find any eCommerce plugins/Shopping cart features around. Question Does anyone know if there is a Shopping Cart plugin available for…
IEnumerable
  • 3,610
  • 14
  • 49
  • 78
0
votes
2 answers

How i can create pyrocms login module in core php?

I have developed a Web Application in pyrocms and thats working perfectly. Now i want to create the mobile version of this site in core php as my client ask me to do. I have done almost but facing problem in creating login module in core php as i…
Pramod Kumar Sharma
  • 7,851
  • 5
  • 28
  • 53
0
votes
2 answers

set_theme does not work in module pyroCMS 2.1

I create a custom theme with name "uni" in addons/default/themes. Ok this work because i can see it in CP. Next i create a custom module with code : class Server extends Public_Controller { public function…
tieungao
  • 45
  • 1
  • 3
0
votes
1 answer

configure and run scheduled tasks (Cron Jobs!) using php

I want to build a section at admin panel to give the ability to configure the scheduled tasks. Idea : at that panel: admin can upload a php file (I can do this) make a schedule (i.e. once a week at friday 12:00) (I can do this) assign a…
John
  • 2,461
  • 5
  • 21
  • 18
0
votes
3 answers

How do I update module without deleting module table records in PyroCMS?

I have a products module. It's working fine. I can add, update, delete and list products on the admin of pyrocms. But now I need to add 4 columns namely for Available, In Stock, On Hand, Delivered something like that columns above. whenever i…
Clannad System
  • 479
  • 3
  • 9
  • 19
0
votes
2 answers

basic routing in Codeigniter/Pyrocms

I have a module in pyrocms its called event, since I can't call it event due to the already existing events class I'd like to have the localhost/events url to lead to the event module though, so I've tried setting a route in…
Jakob
  • 4,784
  • 8
  • 53
  • 79
0
votes
1 answer

PyroCMS - Add WYSIWYG editor in frontend

i need to show a simple editor in the frontend of my website. I tried to append the wysiwyg editor in my Public_Controller in this way: function ask(){ $this->template ->title('ask your question') …
Christian Giupponi
  • 7,408
  • 11
  • 68
  • 113
0
votes
1 answer

PyroCMS admin panel not working in IE8

I try to hard on working admin panel in IE8 but admin panel not working. Specially add pages or select page.
1 2 3
27
28