Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]Phil Sturgeon[/eluser]
PyroCMS.com is up and running (it its most basic form) and I have a limited demo running too.

Next, shop module!

[eluser]abmcr[/eluser]
The [email protected] and password don't work in the demo....
Thank you for your very excellent work. Ciao!

[eluser]Phil Sturgeon[/eluser]
Should be working now. Sorry for the delay, reset it ages ago. >.<

[eluser]sshz[/eluser]
I made first Pyro-powered site http://isptech.ru/, it's mostly in russian.

Also made a catalog module for this site, tree-like structure based on MPTtree library, unlimited subcategories depth, nice routes like /ibm/servers/tower/x100, search, caching, own breadcrumbs, import from xml in backend. Here it is http://isptech.ru/catalog/
I can share the sources if someone is interested.

[eluser]Phil Sturgeon[/eluser]
Good stuff! Could you send me over that source code? That would be a great module for PyroCMS to have included. It could even be used to replace the currently rather lacking page module.

Also, TinyMCE is being an idiot on local environment when using two different instances. I wanted to be able to apply a class wysiwyg-simple and wysiwyg-advanced and it was working. Now I come back to the branch and it is dead.

I f**king hate TinyMCE so much of the time. Anybody have any other suggestions? I was told about NicEdit by NightLion but that has no upload management.

[eluser]Phil Sturgeon[/eluser]
I think PyroCMS should use NicEdit + a modified nicUpload that will send it to our normal upload folder. A simple upload to a single folder is good enough for me.

[eluser]Phil Sturgeon[/eluser]
For those of you not following me online, I have finally got around to adding some basic meta-data management for the Pages module. Using jQuery UI tabs too, it looks lovely.

Waiting a bit to release it but the current bleeding edge has a few great bugfixes in it and is stable enough. Take a look at the upgrade instructions before taking any action on your server.

[eluser]duffy0[/eluser]
I am having some problems... I installed the most recent version on your subversion, but when I completed the installation process I can see in the source that PyroCMS is attempting to get files based on the document root. This doesn't work on my server. Is there a way to change it to go from a specific domain?

http://pyro.duffsstuff.net/

[eluser]Phil Sturgeon[/eluser]
Ahh damn. It always used to work fine if it was the root of any host (subdomain or otherwise). Since people wanted it working in non-root folders it seems subdomains are now not supported.

As a quick fix, load config/constants.php and set the last two constants like so:

Code:
define('APPPATH_URI', '/'.APPPATH.'/');

define('BASE_URI', '/');

Or something like that anyway.

[eluser]duffy0[/eluser]
thanks I will try that and will post if it works.




Theme © iAndrew 2016 - Forum software by © MyBB