Hi,
I wish to use phoca template component, so how can i make my existing template Phoca Template Framework compatible?
I already tried to join my template code with Phoca Rhein but without sucess.
There is any kind of guide or blank template available?
Best Regards
Existing template Phoca Template Framework compatible
-
- Phoca Newbie
- Posts: 2
- Joined: 06 Apr 2011, 15:22
- Location: Portugal
- Contact:
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Existing template Phoca Template Framework compatible
Hi, for now I didn't find time to write the manual.
The best way is to take the code from Phoca Rhein template
What must be taken:
- css/topmenu.css (_rtl, ie6) CSS for topmenu (in CSS folder)
- helpers/extension.php - it is a class which tries to find if Phoca Template component is installed (it is good to check it so the template does not return any error - in case Phoca Template component is not installed)
- html/mod_menu/default.php - to render the tree of menus in topmenu
- images/ptm/ - all icons - arrows in top menu
- javasctipt/ bot javascript - menu matic for creating the menu
- in index.php - set the position for topmenu, set loading of all css, set loading of menumatic menu
Jan
The best way is to take the code from Phoca Rhein template
What must be taken:
- css/topmenu.css (_rtl, ie6) CSS for topmenu (in CSS folder)
- helpers/extension.php - it is a class which tries to find if Phoca Template component is installed (it is good to check it so the template does not return any error - in case Phoca Template component is not installed)
- html/mod_menu/default.php - to render the tree of menus in topmenu
- images/ptm/ - all icons - arrows in top menu
- javasctipt/ bot javascript - menu matic for creating the menu
- in index.php - set the position for topmenu, set loading of all css, set loading of menumatic menu
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 06 Apr 2011, 15:22
- Location: Portugal
- Contact:
Re: Existing template Phoca Template Framework compatible
Thank's Jan!
I will try again to "join" both templates.
I will try again to "join" both templates.
-
- Phoca Newbie
- Posts: 2
- Joined: 19 Aug 2011, 11:19
- Contact:
Re: Existing template Phoca Template Framework compatible
I just want to say thank you for the information.
It is very valuable for me..newbie here and encountering the same situation.
Thanks and keep up the good work..
It is very valuable for me..newbie here and encountering the same situation.
Thanks and keep up the good work..