Page 2 of 11
Re: BizBuzz - New Template
Posted: Thu Jul 08, 2010 2:23 pm
by uniqu3
Here is direct Download link
Demo and Demo page
http://www.i-arts.eu/bizbuzz/
Re: BizBuzz - New Template
Posted: Thu Jul 08, 2010 2:28 pm
by ale1981
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
Posted: Thu Jul 08, 2010 2:48 pm
by uniqu3
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

Re: BizBuzz - New Template
Posted: Thu Jul 08, 2010 2:55 pm
by ale1981
I have sent you a PM

Re: BizBuzz - New Template
Posted: Thu Jul 08, 2010 3:01 pm
by ale1981
The new XML seems to have done the trick, thanks!
Re: BizBuzz - New Template
Posted: Fri Jul 09, 2010 11:18 am
by yelwor
Thanks a million! New XML file sorted my problems.
Great Template!
Re: BizBuzz - New Template
Posted: Sat Jul 17, 2010 5:23 pm
by kinowski
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 !
Re: BizBuzz - New Template
Posted: Sat Jul 17, 2010 9:47 pm
by uniqu3
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.
Re: BizBuzz - New Template
Posted: Sun Jul 18, 2010 9:22 am
by kinowski
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 !)
Re: BizBuzz - New Template
Posted: Sun Jul 18, 2010 9:58 am
by uniqu3
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"
Re: BizBuzz - New Template
Posted: Sat Jul 24, 2010 2:01 pm
by jeffer
i have send you an .xml request aswell...nice theme! would love to get this running here

Re: BizBuzz - New Template
Posted: Sun Jul 25, 2010 11:30 am
by WMD
Nice theme, uniqu3!
Will it work under CMSMS v1.6 (php 4.3.9)?
Thank you.
Re: BizBuzz - New Template
Posted: Sun Jul 25, 2010 12:36 pm
by uniqu3
I didn't test it, but it should probably work.
Re: BizBuzz - New Template
Posted: Mon Aug 02, 2010 11:41 am
by gasemans
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?
Re: BizBuzz - New Template
Posted: Mon Aug 02, 2010 12:03 pm
by uniqu3
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
Code: Select all
<__script__ type="text/javascript" src="modules/Gallery/templates/jquery/jquery.js"></__script>