[Cppcms-users] merging wikipp and cppblog
Brought to you by:
artyom-beilis
From: Patrick W. <pat...@ra...> - 2016-10-30 15:42:33
|
Hi, I have come across your awesome framework and would like to use it for my website after having installed the wikicpp. My main concern is to change the view in order to make it « design responsive » and to include it together with the cppblog blog. When I change the sql schema so that I have a unique database there is a segment_fault. The author_id field appears to be the root cause. Could anyone give some hintsights on how to do it? Another more trivial question is Anyone could get the syntaxhighlighter working? I downloaded version 3.0.83, added the content of the directory to /media/sh, enabled it in the config.js file ("syntax_highlighter" : "/media/sh",) and changed the main.cpp source code to match the names of the javascript and css files. But there is no syntaxhighlighting. I wrapped the source with the tag <pre> and </pre> in the text area publishing form. Thank you. Patrick Wolf |