wfitg Posted September 9, 2014 Report Posted September 9, 2014 I would like to suggest a menu plugin for Blesta. It would be used to help clients navigate outside web pages. For instance, the menu could allow clients to return to the home page of a Wordpress, or go to the Wordpress contact page, etc... Quote
Blesta Addons Posted September 9, 2014 Report Posted September 9, 2014 Your idea Not clear . please describe more . Quote
PauloV Posted September 9, 2014 Report Posted September 9, 2014 I would like to suggest a menu plugin for Blesta. It would be used to help clients navigate outside web pages. For instance, the menu could allow clients to return to the home page of a Wordpress, or go to the Wordpress contact page, etc... Is something like this you want? http://www.blesta.com/forums/index.php?/topic/3031-blesta-bookmarks-plugin-comming-really-soon-p/?hl=blesta+bookmarks We have almost done, just waiting fot Blesta 3.3 to go stable to release it Michael and wfitg 2 Quote
flangefrog Posted September 9, 2014 Report Posted September 9, 2014 I think what wfitg is referring to is a menu on the client side header, which you can add or remove items from in the admin panel. Basicly what I have on my site: https://account.orangehost.co.nz but customisable. PauloV 1 Quote
Blesta Addons Posted September 9, 2014 Report Posted September 9, 2014 I think what wfitg is referring to is a menu on the client side header, which you can add or remove items from in the admin panel. Basicly what I have on my site: https://account.orangehost.co.nz but customisable. Navigation Links , this should be in core function . the $show_header should be dissapear from the code . wfitg 1 Quote
wfitg Posted September 9, 2014 Author Report Posted September 9, 2014 I think what wfitg is referring to is a menu on the client side header, which you can add or remove items from in the admin panel. Basicly what I have on my site: https://account.orangehost.co.nz but customisable.Exactly. A public facing menu that matches the main website. I had installed a jQuery responsive menu in the blesta template at the top, but it vanished. Quote
wfitg Posted September 9, 2014 Author Report Posted September 9, 2014 Is something like this you want? http://www.blesta.com/forums/index.php?/topic/3031-blesta-bookmarks-plugin-comming-really-soon-p/?hl=blesta+bookmarks We have almost done, just waiting fot Blesta 3.3 to go stable to release it This is good too. But I'm talking about a menu on the user side. Quote
flangefrog Posted September 9, 2014 Report Posted September 9, 2014 Exactly. A public facing menu that matches the main website. I had installed a jQuery responsive menu in the blesta template at the top, but it vanished. The structure.pdt will be overwritten sometimes when you upgrade Blesta. If you want the changes to be permanent you can copy the "bootstrap" template and rename it, but you will need to add any new changes to your template when upgrading. You could also write a vQmod with the modifications. wfitg 1 Quote
wfitg Posted September 9, 2014 Author Report Posted September 9, 2014 To use vQmod insert in the template: $var = 'Remove client tax ID field'; correct? Quote
flangefrog Posted September 10, 2014 Report Posted September 10, 2014 To use vQmod insert in the template: $var = 'Remove client tax ID field'; correct? If you want to use a vQmod you have to install vQmod using the files here and the instructions here. Then you can copy the xml files from my links into the /vqmod/xml folder on your installation. wfitg 1 Quote
wfitg Posted September 10, 2014 Author Report Posted September 10, 2014 I like the idea. But I don't like having to set some file permissions 777 Quote
flangefrog Posted September 10, 2014 Report Posted September 10, 2014 You don't need 777 permissions. If Blesta already runs fine and you can upload files to it then you probably won't need to change anything. Depending on your server configuration file permissions of 644 or even 640 will be enough. wfitg 1 Quote
wfitg Posted September 10, 2014 Author Report Posted September 10, 2014 You don't need 777 permissions. If Blesta already runs fine and you can upload files to it then you probably won't need to change anything. Depending on your server configuration file permissions of 644 or even 640 will be enough. OK thanks. I'll try this soon. I have it downloaded. Quote
Paul Posted September 10, 2014 Report Posted September 10, 2014 We are intending to extend the portal plugin into a more fully featured CMS. Adding additional links to the navigation, even if they link to external content (ie your existing website) would be best suited for this plugin most likely. You could create additional pages and enter the content in a WYSIWYG editor in Blesta, or link those pages to external content. Michael, Daniel B, wfitg and 3 others 6 Quote
flangefrog Posted September 10, 2014 Report Posted September 10, 2014 We are intending to extend the portal plugin into a more fully featured CMS. Adding additional links to the navigation, even if they link to external content (ie your existing website) would be best suited for this plugin most likely. You could create additional pages and enter the content in a WYSIWYG editor in Blesta, or link those pages to external content. If it is part of the portal I think there should be an option to disable the portal except for the navigation. Because in my case as I'm using Joomla as my CMS I want Blesta to go straight to the account overview/login page. wfitg 1 Quote
wfitg Posted September 10, 2014 Author Report Posted September 10, 2014 We are intending to extend the portal plugin into a more fully featured CMS. Adding additional links to the navigation, even if they link to external content (ie your existing website) would be best suited for this plugin most likely. You could create additional pages and enter the content in a WYSIWYG editor in Blesta, or link those pages to external content. I like this idea better. Sticking as close to the original code without too many changes is always best. Quote
Cody Posted September 11, 2014 Report Posted September 11, 2014 This is trivial to implement with a plugin using the AppController.structure event. Michael and PauloV 2 Quote
Blesta Addons Posted September 11, 2014 Report Posted September 11, 2014 This is trivial to implement with a plugin using the AppController.structure event. my new plugin can do this easy ,as you drink water Quote
Blesta Addons Posted September 12, 2014 Report Posted September 12, 2014 We are intending to extend the portal plugin into a more fully featured CMS. Adding additional links to the navigation, even if they link to external content (ie your existing website) would be best suited for this plugin most likely. You could create additional pages and enter the content in a WYSIWYG editor in Blesta, or link those pages to external content. i'm was thinking in a plugin to add custom pages for client and admin side . now i have removed it from my thinking . any ETA for it ? PauloV 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.