Debugging block installation
Permalink
Hi
I have written a plug-in based on an existing block - this new block fails to install despite a success message being displayed.
How can I debug this install and get some sort of feedback from Concrete5?
Thanks,
Jake
I have written a plug-in based on an existing block - this new block fails to install despite a success message being displayed.
How can I debug this install and get some sort of feedback from Concrete5?
Thanks,
Jake
if you could either upload the block or send me a link to the block, via pm ill be glad to help you.
Thanks - PM Sent.
It would be good to know if something already exists for this - list pages based on specific tags?
I am also interested in any tools or methods that others use to debug block installations - Concrete5 gives nothing back which was a surprise!
It would be good to know if something already exists for this - list pages based on specific tags?
I am also interested in any tools or methods that others use to debug block installations - Concrete5 gives nothing back which was a surprise!
did you change anything? looks like a clean file...
tags as in the tags block in c5?
tags as in the tags block in c5?
It is the page list block, with parts of the tag block included in the view.
It will allow you to select tags - pages with those tags would then be queried and returned. This seems to be a blazing oversight when it comes to pages and the use of tags?
It will allow you to select tags - pages with those tags would then be queried and returned. This seems to be a blazing oversight when it comes to pages and the use of tags?
tags are just page attributes, you just want it to list all of the ones used? or just specific ones?
I want to list all pages tagged as 'news' or 'event', etc