zomex Posted October 28, 2013 Report Posted October 28, 2013 Hello everyone, I need assistance finding the correct file to edit for: - The Blesta homepage (specifically the section with the icons and text e.g support, order etc) - In the Dashboard there is a section which is imported using Javascript, where is the markup found for this (invoices, support ticket blocks)? Lastly is there anyway to import dummy content so I can check all functionality in the template? Thanks, Jack Quote
Michael Posted October 28, 2013 Report Posted October 28, 2013 Not sure if your looking for this: http://www.blesta.com/forums/index.php?/topic/370-site-integration-with-blesta/ Order form edits: /plugins/order/views/templates/standard/ Javascript is pulled from the structure.pdt (url is in the integration url post). Support Ticket edits: /plugins/support_manager/views/default/client_... Warning: Please note these can be overwritten in a upgrade, you can remove the structure.pdt from the patches (Easy way to stop overwriting), and the order / support take a backup before you upgrade the module. Quote
zomex Posted October 28, 2013 Author Report Posted October 28, 2013 Sorry, one last question. On the order pages I'd like to remove some stuff from the header and footer to increase conversion rates. Does anyone know a if statement I can use in structure to detect the order pages. Thanks, Jack Quote
zomex Posted October 28, 2013 Author Report Posted October 28, 2013 Not sure if your looking for this: http://www.blesta.com/forums/index.php?/topic/370-site-integration-with-blesta/ Order form edits: /plugins/order/views/templates/standard/ Javascript is pulled from the structure.pdt (url is in the integration url post). Support Ticket edits: /plugins/support_manager/views/default/client_... Warning: Please note these can be overwritten in a upgrade, you can remove the structure.pdt from the patches (Easy way to stop overwriting), and the order / support take a backup before you upgrade the module. Thanks for your reply. Sorry that's not what I'm looking for but it's something I'd need to know in the future, thanks. Here is the icons I need to find the structure for: And here's the contents on the dashboard I can't find: I've found the file for this section which has a include for the sidebar (edited this section), but the above contents is loaded using Javascript. So I'm wondering where the HTML/PHP markup for this contents is. In terms of the main integration I've finished it but as it's going to be responsive I need to restructure all pages unfortunately. Thanks, Jack Quote
zomex Posted October 28, 2013 Author Report Posted October 28, 2013 I'm thinking it may be best to leave the markup on all pages and use CSS to tweak it because I could see upgrades being a problem with many files edited. So far I've edited the structure, messages and a couple of other files Quote
Michael Posted October 28, 2013 Report Posted October 28, 2013 Icons are located in: /vendors/fugue_icons/ CSS is located in: /plugins/cms/views/default/css/ And yeah I normally use the !important; on the layout.css or add my own css file depending on the integration. As for editing the portal, you can do so by going to: Settings > Plugins > Installed > Portal > Manage > view source. 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.