Re: BizBuzz - New Template
Re: BizBuzz - New Template
Here is direct Download link Demo and Demo page http://www.i-arts.eu/bizbuzz/
Re: BizBuzz - New Template
Ok, i have just removed all instances of the old download and used that new XML file from the RAR file but still no options when editing a page in admin?
Re: BizBuzz - New Template
PM me your mail, ill send you the xml file.
I will reupload the file again, just noticed that modified date still shows 29.06., weird
I will reupload the file again, just noticed that modified date still shows 29.06., weird

Re: BizBuzz - New Template
I have sent you a PM 

Re: BizBuzz - New Template
The new XML seems to have done the trick, thanks!
Re: BizBuzz - New Template
Thanks a million! New XML file sorted my problems.
Great Template!
Great Template!
Re: BizBuzz - New Template
Hello ! 
Thank you and congratulations for your very nice template !
I'm french, sorry for my english !
Your answers in this forum solved a lot of bugs.
I have two little problems you could see here : www.anis-evenements.fr
First problem : the news module does not work
Message : string(80) "Smarty error: unable to read resource: "module_db_tpl:News;summarynewsFrontpage""
Second problem : The module ContactFooter (div footer, right side) does not appear.
Thanks a lot for your contributions !

Thank you and congratulations for your very nice template !
I'm french, sorry for my english !
Your answers in this forum solved a lot of bugs.
I have two little problems you could see here : www.anis-evenements.fr
First problem : the news module does not work
Message : string(80) "Smarty error: unable to read resource: "module_db_tpl:News;summarynewsFrontpage""
Second problem : The module ContactFooter (div footer, right side) does not appear.
Thanks a lot for your contributions !
Re: BizBuzz - New Template
Hi Kinowski,
First problem:
Create a news summary template from the file newsFrontpage.html (open with editor and copy code) and name the template newsFrontpage.
In the template there should be call for news like {news summarytemplate='newsFrontpage'}
Second problem:
Install FormBuilder module and import the contactFooter.xml file to this module.
First problem:
Create a news summary template from the file newsFrontpage.html (open with editor and copy code) and name the template newsFrontpage.
In the template there should be call for news like {news summarytemplate='newsFrontpage'}
Second problem:
Install FormBuilder module and import the contactFooter.xml file to this module.
Re: BizBuzz - New Template
Thank you, the news module works ! 
Impossible to import the theme "contactFooter", because The DTD version is not correct....
(Sorry, I a not a website master !)

Impossible to import the theme "contactFooter", because The DTD version is not correct....

(Sorry, I a not a website master !)
Re: BizBuzz - New Template
You do imoprt the file in the "FormBuilder" module and not in the CMS Theme section?
"Extensions -> FormBuilder -> at the bottom there is upload from file field"
"Extensions -> FormBuilder -> at the bottom there is upload from file field"
Re: BizBuzz - New Template
i have send you an .xml request aswell...nice theme! would love to get this running here 

Re: BizBuzz - New Template
Nice theme, uniqu3!
Will it work under CMSMS v1.6 (php 4.3.9)?

Thank you.
Will it work under CMSMS v1.6 (php 4.3.9)?

Thank you.
Re: BizBuzz - New Template
I found a problem in the template in combination with the gallery
Tested it on 2 differnt domeins and same issue
When the gallery is installed and you wanne us the fancybox then it doesnt work
When clicking the images it will open the image it self and not in the website
I have loaded the default and 2 other templates and all works fine there
Can you confirm this issue?
Or is it me?
Tested it on 2 differnt domeins and same issue
When the gallery is installed and you wanne us the fancybox then it doesnt work
When clicking the images it will open the image it self and not in the website
I have loaded the default and 2 other templates and all works fine there
Can you confirm this issue?
Or is it me?
Re: BizBuzz - New Template
Gallery module is using jQuery in the Template and i am using jQuery in my Template to, this means you have to remove the jQuery call in the Gallery module to prevent errors.
Simply explained: go to "Content -> Gallery -> Template -> open your template" and remove
Simply explained: go to "Content -> Gallery -> Template -> open your template" and remove
Code: Select all
<__script__ type="text/javascript" src="modules/Gallery/templates/jquery/jquery.js"></__script>