Re: [Koha] Include dynamic content in opac main page

2020-07-06 Thread Alvaro Cornejo
Hi We found a solution that satisfied our requirements: We added a script tag in each place we need to display dynamic content (in our case: IntranetmainUserblock and OpacMainUserBlock) file-nnn.html has all the html data/content we want to show in the mentioned sections. CSS/styles, as does

Re: [Koha] Include dynamic content in opac main page

2020-07-06 Thread Tim McMahon
You should use htdocs instead of cgi-bin for HTML files, but I'm not sure how good of an idea it is to put custom content in a Koha directory. On 7/3/20 3:50 PM, Alvaro Cornejo wrote: Hi We want to include some content that is generated daily in html format into the main opac/intranet pages. W

[Koha] Include dynamic content in opac main page

2020-07-03 Thread Alvaro Cornejo
Hi We want to include some content that is generated daily in html format into the main opac/intranet pages. We tried to use this (snip) code in IntranetmainUserblock and OpacNavBottom but canĀ“t get the content to be shown $(function(){ $("#includedContent").load("DynamicCode.html"