Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
2k views

PyroCMS helper documentation

I'm working on a PyroCMS project, but having problems due to the lack of complete documentation. Does anyone know where I can find a list of core helpers, such as {pyro:navigation:links}? Thanks, ...
4
votes
4answers
1k views

CodeIgniter CMS: which to use?

I'm looking into CodeIgniter CMS and have found the following: EE Fuel CMS Concrete5 PyroCMS Ionize Any thoughts about these CMS? Thanks.
3
votes
2answers
368 views

PyroCMS language support

Our custom modules in PyroCMS need to support multiple languages. How is this done? Particularly: Where do we put the language folders and files? We assume in /addons/<module name>/language/. ...
3
votes
2answers
391 views

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 ...
3
votes
1answer
314 views

PyroCMS: how to share resources between modules?

I'm new to PyroCMS and struggling to get help on the forums (slow responses, minimal activity, etc.). So, I'm hoping someone here on SO can help. How do I share resources (e.g. models, controllers, ...
3
votes
1answer
1k views

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 ...
2
votes
0answers
20 views

{{ user:username }} not always returning right username

I am using Pyro CMS and implementing its custom module. In this module when I am to get the user name by {{user:username}} it returns wrong value. So I want to ask that is it correct way to get ...
2
votes
1answer
252 views

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 ...
2
votes
2answers
161 views

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
1answer
200 views

Error integrating Google Analytics in PyroCMS

There was no error before i filled up the Google Analytics Setting in the Integration option of Setting menu in Admin Panel. When I submitted the form after filling up the Google Analytics Setting and ...
2
votes
1answer
2k views

Problem sending email with Codeigniter - Headers sent in the message body

Having a strange issue with the email class in codeigniter. When I send email directly to my gmail account email address, it works fine. However if I send email to a different email address and use ...
1
vote
0answers
15 views

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 ...
1
vote
1answer
71 views

Pyrocms Contact form in facebook tabs - displaying errors on page load

I'm trying to use the PyroCMS Contact form in a facebook tab. When displaying the page directly, everything is OK, the form page is displayed as wished without error message. ...
1
vote
1answer
65 views

Pyrocms : blank page on database load

I have a website running with Pyrocms & CodeIgniter. My config is the following: Debian: 5.0.9 Apache: 2.2.9 MySQL: 5.0.51 PHP: 5.2.6-1 I'm facing the following problem: I receive POST requests ...
1
vote
1answer
46 views

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 ...
1
vote
1answer
118 views

Traverse array in pyrocms template variable

I've adapted the File plugin to list all folders and inside of them list all files. The code is more or les like this: $folders = assoc_array_prop($this->file_folders_m->get_all()); $counter = ...
1
vote
1answer
226 views

How to add wysiwyg editor in “HTML” pyrocms widget

I would say if it's possible to add wysiwyg editor (CKeditor) in "HTML" pyrocms widget. I'm trying in this way, but it doesn't work: 1) In "system/cms/modules/widgets/controllers/admin.php", I've ...
1
vote
1answer
75 views

Where should my system and addons folders reside for PyroCMS?

I have just completed a fresh install of PyroCMS on a dev server and it appears that the system and addons folder reside above the document root folder within "public_html". PyroCMS is based off of ...
1
vote
1answer
155 views

How can I borrow PyroCMS' WYSIWYG editor for a module of my own?

I've included the following in the admin controller method (as per the pages admin controller): admin.js CodeMirror.js wysiwyg.php includes some more javascript and initialises the FCKeditor But ...
1
vote
2answers
229 views

Port Codeigniter App to PyroCMS

I'm working on a web application in Codeigniter. I'd like to integrate the functionality of my application with a CMS so that site admins can easily update the site (about pages, blog, etc). Is this ...
1
vote
2answers
627 views

pyroCMS: extending core (users) module

Yes, I already read some posts in the official pyrocms forums about this issue. So I have accepted that is no possible due CI architecture. === Said that. well, I MUST extend it ("users" module) at ...
1
vote
1answer
293 views

Multiple Blogs in PyroCMS (or other OpenSource CMS)

I have been looking round for an open-source CMS framework that I can use as the basis for a few web projects. I used to use Joomla, but I found it to be clunky and out-dated, certainly too ...
1
vote
1answer
191 views

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 ...
1
vote
3answers
385 views

Hello World Module in PyroCMS

How to develop a Hello World Module in PyroCMS
1
vote
1answer
204 views

How do I add additional view (partial view) when a module public page is constructing?

Please take a look at this code // Create event output $this->template->title($event->meta_title) ->set_metadata('keywords', $event->meta_keywords) ...
0
votes
0answers
22 views

How to get Currently logged user's ID in pyrocms?

now i have a project with pyrocms, i have a problem to get the current id user in module's controller, does anyone know how to get it? thanks , mahathir
0
votes
1answer
35 views

Best way to pass the page ID to a plugin in PyroCMS?

I've developed a module which allows the user to upload images to a little gallery widget. When they upload the pics through the admin panel then can also assign which page the image appears on. This ...
0
votes
0answers
7 views

pyroCMS - What module file creates the '+ Add …' button in the control panel?

I'm a total PyroCMS / CodeIgniter newbie and am trying to create my first module, based off Jerel Unruh's Sample module. Can anyone point me in the direction of the file responsible for adding the '+ ...
0
votes
2answers
31 views

PyroCMS - Loading a custom library in a module

I'm writing a PyroCMS module which involves image upload and thumbnail generation. I'm aware codeigniter has a built in image manipulation class that's capable of making thumbnails, but I'm a big for ...
0
votes
0answers
23 views

Cross domain authentication with Ion_auth for Codeigniter

I have a website built on Codeigniter with Ion_auth for authentication. I'm now building a new site with PyroCMS and would like users to be logged into PyroCMS when they're logged into my original ...
0
votes
2answers
81 views

Codeigniter mysql join same table twice

Solution I figured that the codeigniter call missed out the possibility to do a AS inside of a join function, or atleast thats what i know so far, any correction will be appreciated. Therefor i did ...
0
votes
0answers
23 views

Implementing multi-lang support in pyrocms

I have been trying to implement multi-lang support based on Sazans library, but the query doesn't seem to be working for me. The library: ...
0
votes
0answers
42 views

PyroCMS - IDs being displayed instead of names

I am very new to coding in PyroCMS and CodeIgnitor so I apologize for my lack of knowledge. I am working on a module that allows me to display a project on each page and lists them on a listing page. ...
0
votes
1answer
109 views

PyroCMS infinite scrolling / pagination path issue

I'm trying to implement the infinite scroll jquery plugin (http://www.infinite-scroll.com/) by applying it to the blog page of a PyroCMS (http://pyrocms.com) install. However, I'm running in to an ...
0
votes
3answers
44 views

Tracking down mysterious session-ending bug

I'm using Codeigniter/PyroCMS which uses ion_auth. I have my session stuff set for two hours. I'm using db sessions. There is a gremlin somewhere that is booting the session after n minutes, ...
0
votes
1answer
89 views

How Do I access files via Uploads in PyroCMS?

I've uploaded an image; random.png with PyroCMS through the admin and placed it into a folder called "Portfolio Images" (the url slug is 'portfolio-images') In my pages I want to be able to reference ...
0
votes
0answers
49 views

Can I have a multi-lingual navigation when using PyroCMS?

I'm running version 1.3.2 which was until very recently the most recent version. I don't know if this has changed in 2.0.0 but I won't be upgrading my project anyway so it doesn't really matter. I'd ...
0
votes
1answer
74 views

pyrocms codeigniter widgets modules

My question is do widgets get in on any custom libraries that I add to a custom module? What I want to achieve is create a custom module and I want to add ability to generate pdf documents so I was ...
0
votes
2answers
70 views

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

PyroCMS custom libraries and CI SuperObject

It should be simple, but it's not. I have a library that is hoping to use other libraries, but something ain't jiving. Both libs live in system/cms/libraries because as far as I can tell, ...
0
votes
1answer
66 views

PyroCMS remap gone wrong

I have this remap: public function _remap($method, $params = array()) { if (method_exists($this, $method)) { if ($this -> uri -> segment(1)) { $this -> ...
0
votes
1answer
95 views

Trouble using dbforge with PyroCMS (CI based CMS)

I have been using PyroCMS and CI for quite some time, and truly love it. I am extending a DB module that will allow an admin user to manage a DB without having to use something like phpMyAdmin. The ...
0
votes
2answers
176 views

Pyrocms front end controller - can't output image to the browser

here is the code code below class Home extends Public_Controller { /** * Constructor method *`enter code here` * @author PyroCMS Dev Team * @access public * @return void ...
0
votes
1answer
68 views

How to use mobile layouts in PyroCMS

Since pyrocms is down (atleat for me I get a cloufflare error message), atm, I thought I'd ask here. I'm trying to use mobile layouts so that PyroCMS will choose the correct layout automatically if ...
0
votes
0answers
50 views

Extending module to list folders

I am trying to extend this module,currently it lists all files within the root folder and its sub folders. What I am trying to do is make it so that it will list the files if they are placed in the ...
0
votes
1answer
134 views

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 is to be incorporated that is i want to change the default one provided. How can i do that. ...
0
votes
2answers
85 views

Broken Admin Menu in PyroCMS

I just upgraded an install of PyroCMS manually. For some reason my admin section is going nuts. The menu isn't working, and when I try and look at Add-Ons in Admin it throws an error about the module ...
0
votes
1answer
131 views

set_flashdata() triggers a fatal error in PyroCMS

I moved a Pyrocms site to another server. Go to index: blank page. Turn on errors: get this A PHP Error was encountered Severity: Notice Message: Undefined property: Pages::$session Filename: ...
0
votes
0answers
35 views

Two or more categories in PyroCMS [closed]

In PyroCSM, can I choose two or more categories to the same BLOG POST?
0
votes
1answer
88 views

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 ...

1 2