Hi
Thanks for all your feedback on Pixie, I also tried concrete 5
recently and was impressed with the front-end editing, it certainly
makes sense to edit a site this way. Its a much easier process to
learn and stops the need to switch from frontend to backend all the
time. One thing I did notice with concrete 5 was that I could not find
an easy way to create blogs... it seems much better suited to small
static content sites. The reason we keep adding pages seperate is due
to the in-frequency of this being used once a site is setup....
certainly lots of options.
In answer to your question:
> 1. Is there a way to change the "tags" headline to "categories".It is
> not very important, just nice if it can be done.
You can change this easily in both Pixie and the front end... to
change it in Pixie, open up admin/lang/en_gb.php and add a line like
this:
'form_tags' => 'Categories',
To change it in the portfilio module itself, goto admin/modules/
portfolio.php and search for the word "tags" and replace it with
categories. Do not replace any of the refrences to "tags" in the
database queries though.
Cheers
Scott