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

How can I customize the blog page in PyroCMS?

Specifically, I want to be able to modify the layout for an individual blog page as well as the general blogs page.
Shamoon
  • 41,293
  • 91
  • 306
  • 570
0
votes
1 answer

While using Pyrocms how do I link to an individual post?

How do I link to an individual post while loading a specific layout? I currently have a blog layout in which I am loading all blog posts. From here I want to be able to click on an individual post that will load up just that post with a specific…
rkothari
  • 21
  • 1
  • 5
0
votes
1 answer

Some Page links are not working when i am not logged in Pyrocms

I have a strange issue when i am logged in and exploring the pages created from CP all goes well. But when i am logged out and go to the same page it says Page missing. What is the problem? Also this is only happening only on those pages where i am…
Muhammad Raheel
  • 19,823
  • 7
  • 67
  • 103
0
votes
2 answers

Make footer editable in PyroCMS

I'm relatively new to PyroCMS so I may be asking the wrong question. I have a website, mostly content driven. There are a few different layout files that we've created (maybe 8 of them). The problem is that each layout file is completely distinct…
Shamoon
  • 41,293
  • 91
  • 306
  • 570
0
votes
0 answers

PyroCMS 2.0 - Enabling a module makes all images disappear

When I enable my custom module, all the images (within tags) disappear. It happens only on some of my custom built modules. I had similar problem (not sure if exactly the same) before with a module that was pretty small and straightforward.…
zwolin
  • 974
  • 3
  • 9
  • 19
0
votes
2 answers

Custom data in pyro cms pages, such as images or other data

I'm wondering how in PyroCMS I can add a custom field to a page. Ideally I would like to have an image area at the top of the layout, and have a custom field in pyro that would allow someone to populate that image from the pages module. I realize…
bloveless
  • 4,272
  • 1
  • 16
  • 13
0
votes
2 answers

PyroCMS Using 2.0 Issue with registering new users persists after upgrade

I get the following error when registering a new user ( not from the admin end) as a fix , I tried updating to 2.1 but that didnt solve it.. it is worth noting that the registration form shows only 3 fields : Email, Password and First name .. I…
salmane
  • 4,799
  • 13
  • 48
  • 61
0
votes
2 answers

What is my version of PyroCMS?

How can I find out what version of PyroCMS do I have installed on the server?
zwolin
  • 974
  • 3
  • 9
  • 19
0
votes
1 answer

PyroCMS - Show Blog Posts with date in future

in my PyroCMS website I want to display rock shows of a rock band that will occur in the future. I use a conditional to check whether the date of the blog post (which contains the rock show information) occurs in the future or not. But apparently…
argodots
  • 7
  • 1
0
votes
1 answer

PyroCMS will upload only on local XAMPP server not on hosting platform

On my XAMPP server I have PyroCMS installed. Version 2.1.4 to be exact. When I go to upload files via the file browser in the admin page it will work. I installed the same version on my hosting platform and whenever I go to upload a PNG file it…
b28c92e5ff1
  • 489
  • 1
  • 4
  • 17
0
votes
2 answers

File Name error in Codeigniter Upload Library

I am having multiple fields of file upload. In the start there is no field when a user clicks on add button it displays a file upload field In View PHP Javascript var i = '';
Muhammad Raheel
  • 19,823
  • 7
  • 67
  • 103
0
votes
2 answers

Pagination on Pyrocms pages

I am currently displaying a list of products on pyrocms page. Using plugin i get the products from db tables and display them as a list i want to use pagination but have no idea how to use it and where to start from. Does any one know any tutorial…
Muhammad Raheel
  • 19,823
  • 7
  • 67
  • 103
0
votes
1 answer

Pyrocms image handling through tag

I have created a page in pyrocms CP. I am facing a problem im using this tag to display my image. {{ theme:image file="service.jpg" }} I know the alternative though echo Asset::img('service.jpg','alt text',array('width'=>200…
Muhammad Raheel
  • 19,823
  • 7
  • 67
  • 103
0
votes
1 answer

Displaying image and pass dynamic data to pyrocms page

i need to display an image on a page which i developed from content/pages. But i dont know how i can display image and pass dynamic data to this page.
Muhammad Raheel
  • 19,823
  • 7
  • 67
  • 103
0
votes
1 answer

How to setup a CKEditor text area in pyrocms admin add on module?

Hi i just wanted to ask if this is the standard way of making may text area use CKEditor built in on Pyro CMS... Here is my code.