![]() |
|
codeblock - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: codeblock (/thread-11267.html) |
codeblock - atomicmak - 2013-08-14 I had made a page previously working where I had some text and added CodeBlock through admin. now after upgrading to latest it does not work. codeblock - atomicmak - 2013-08-14 in admin under pages I am getting this. codeblock - acrylian - 2013-08-14 You need to make sure that the theme used (which you didn't tell) has calls for the codeblock you are trying to use. codeblock - atomicmak - 2013-08-14 I use zpSkeleton codeblock - acrylian - 2013-08-14 Sorry, no official theme, I am not that familiar with the theme. Probably it has not been updated regarding that. Best you look for the codeblock calls yourself. codeblock - sbillard - 2013-08-14 Be sure to delete the code from codeblock 0 after you have moved it to codeblock 1. codeblock - atomicmak - 2013-08-23 Thanks sbillard. codeblock - acrylian - 2013-08-23 If you use codeblock 0 on the backend you need to make sure that there is a call to codeblock - gjr - 2013-08-23 I believe zpSkeleton is using the default: printCodeblock(); ` which I believe is codeblock 1 now. As they say above "0" use to be the default but it is now "1". codeblock - acrylian - 2013-08-23 Of course, there is no codeblock 0 anymore. How you confuse yourself :-) codeblock - sbillard - 2013-08-23 To set the record straight: Codeblock 0 is deprecated (not non existent) If there are data stored in codeblock 0 it will be available (there will be a tab for it) and editable. You will also get the codeblock 0 deprecated message. The only way to clear this is to remove any content from codeblock 0. If this is not working you need to examine your error logs to find what is failing. codeblock - atomicmak - 2013-08-27 so what can be trick to appear old way listing in frontend ? as currently I see at end of source code of page which is I think some way the code is breaking and not completing the html rendering. Sorry but am no programmer so dont understand just had this functionality working on previous version theme and zenphoto both. Please guide. codeblock - sbillard - 2013-08-27 Seeing the Regrettably, if you wish to use a feature you have to acquire the need knowledge. At any rate, save for the deprecation of codeblock zero there has not been changes in codeblock handling. |