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

Jquery manipulate urls

I am using pyrocms and all nav links are absolute links which won't allow me to make smooth scrolling work on the page. My smooth scrolling script is .js $('.nav a').click(function() { $('html, body').animate({ scrollTop :…
user1881482
  • 746
  • 2
  • 16
  • 34
4
votes
1 answer

ci-merchant purchase() not working

Im using the ci-merchant library in my PyroCMS module locally on my development WAMP server. (all working fine) When I upload to my Linux test server the purchase() function being called does not seem to work. When it executes it pools for 5 minutes…
IEnumerable
  • 3,610
  • 14
  • 49
  • 78
4
votes
3 answers

How do I write an 'if' statement with PyroCMS Lex tags?

Here is my 'if' statement in a loop. Sometimes the description will exist and sometimes it will not. But all I am getting is the word LIKE and not ME when the description actually exists. {{ description }} {{ if description }} ME {{ endif…
mattbrill
  • 51
  • 8
4
votes
1 answer

Codeigniter view function changing to $template

I currently have the following function but I would like to change it into a "template" using the following but I am not sure what the best way to achieve my goal is: The reason behind this is because I need to take advantage of the admin WYSIWYG…
Jess McKenzie
  • 8,345
  • 27
  • 100
  • 170
4
votes
1 answer

Third Level Navigation in PyroCMS Navigation bar

I am having some trouble making a third level navigation bar in PyroCMS, I have not two levels working fine but for some reason it won't let me look through the {{ navigation }} array twice. This is what I currently have: {{ navigation:links…
Allister
  • 851
  • 3
  • 10
  • 21
4
votes
1 answer

Manage Login Redirection in Pyrocms

I need to manage login in such a way that it should redirect the control after successful login to the page which call login method in pyrocms. By default it return control to Home Page. for example i want to go gallery page but it require user to…
Pramod Kumar Sharma
  • 7,851
  • 5
  • 28
  • 53
3
votes
2 answers

PyroCMS: module, plugin, or widget?

I'm new to PyroCMS and struggling to figure out how to implement something. Say I have a list of products I want to display. Each item in the list shows a photo of the product, a description, and its price. This listing of products can be used on…
StackOverflowNewbie
  • 39,403
  • 111
  • 277
  • 441
3
votes
1 answer

Pyrocms module or widget or plugin

This is driving me mad! I want to include a simple contact form on a sites homepage. I can't work out if I need to build a module, widget or plugin. None of them seem to be quite right! Modules only seem to work as standalone pages eg the existing…
musoNic80
  • 3,678
  • 9
  • 40
  • 48
3
votes
1 answer

Codeigniter database Join on two columns based on multiple values

I want to help in following query:- $this->db->select('nbr.*, dm.dma, st.abbrev as state,unit.size_title as ad_size_title,unit_u.size_title as ad_unit_title,di.size_title as ad_di_title,color.title as…
3
votes
4 answers

Laravel - Calling Redirect::to() from within view

I'm currently working on a cms which is built on the Laravel 4 framework. I'm trying to build a plugin system, similar to Pyro CMS, where module views can be included in a page view using the Blade template system. I'm building a contact form…
ArranJacques
  • 814
  • 3
  • 9
  • 9
3
votes
1 answer

PyroCMS / Codeigniter : too many session entries in db

I'm using for a small website the pyrocms / codeigniter combo. after adding some content, i checked the db and saw that: is this a normal behaviour? multiple session_ids for one user with the same ip? i can't imagine that this is correct. my…
Jens
  • 345
  • 1
  • 6
  • 19
3
votes
1 answer

How do I add an RSS feed to PyroCMS?

I am trying to add an RSS feed to a website through PyroCMS (Version 2.1.4). I want it to be a feed of all of the blog posts in our PyroCMS. I don't want to display RSS items from another site. I want to syndicate out OUR items.
andi
  • 35
  • 5
3
votes
1 answer

Does PyroCMS have a Search function?

I'm trying to search my pages and posts - is this a native concept with PyroCMS?
Shamoon
  • 41,293
  • 91
  • 306
  • 570
3
votes
2 answers

Pimcore Vs PyroCMS

Going forward a company I'm working with atm would like to stop with various frameworks/cms systems and go forward with just one for all future clients. To that end, I've prepped a list of options and it's been whittled down to Pimcore and…
Beertastic
  • 691
  • 1
  • 9
  • 27
3
votes
2 answers

Rearranging multidimensional array in PHP

I have an array that I need to rearange a bit. I am building a voice server status widget for pyrocms. I use for querying the voice server -> https://github.com/Austinb/GameQ I use for the template -> https://github.com/BorisMoore/jsrender whit a…
1
2
3
27 28