Leaderboard
Popular Content
Showing content with the highest reputation on 12/06/2016 in all areas
-
How to Modify Adobe DreamWeaver to Audit your file changes sitewide
Paul and one other reacted to Blesta Addons for a topic
every one has it own method of working . in my work , i try the most as i can to not touch any core files .2 points -
For those of us who have made CSS, text or code modifications to our files AND cannot remember what we did or where exactly we did it... We need the ability to Audit our file changes. ============ Personally, like to audit my changes so that the changed files are not overwritten or the code gets lost when updating to a new version of Blesta. IMPORTANT : I ALWAYS tag my code changes using PHP, HTML or CSS comments EXAMPLE: //MODIFIED CODE <!--MODIFIED CODE--> /* MODIFIED CODE */ This way all I have to do is a site-wide" code search for " MODIFIED CODE " in DreamWeaver , and then ALL my changes and files are listed site-wide. ============ I use DreamWeaver CS3 to search for all my changes on a Windows 7 OS NOTE: Out-of-the-box, DreamWeaver CS3 does not detect PDT files. ============ Here's what to do... STEP 1 - Go to https://helpx.adobe.com/dreamweaver/kb/change-add-recognized-file-extensions.html To see your version of Dreameaver . STEP 2 - In Windows 7, go to "C Drive" and then search for the " Dreamweaver 9 " folder STEP 3 - Inside the folder you will find a text file called "Extensions.txt" STEP 4 - I would suggest you make a backup of your original DreamWeaver file by naming it " Extensions_(OLD) " STEP 5 - Open up the "Extensions.txt" file with a 3rd party text editor like Notepad ++ STEP 6 - On the 1st line just add the PDT ( all capitalized ) so that it looks like... HTM,HTML,SHTM,SHTML,HTA,HTC,XHTML,STM,SSI,JS,AS,ASC,ASR,XML,XSL,XSD,DTD,XSLT,RSS,RDF,LBI,DWT,ASP,ASA,ASPX,ASCX,ASMX,CONFIG,CS,CSS,CFM,CFML,CFC,TLD,TXT,PHP, PHP3,PHP4,PHP5,PDT,JSP,WML,TPL,LASSO,JSF,VB,VBS,VTM,VTML,INC,JAVA,EDML,MASTER:All Documents STEP 7 - Startup DreamWeaver. - - > Find and Replace - - > ( Leave the replace text area blank ) - - > " Find In: Selected Files In Site " ( you should have your Blesta folder selected to be searched ) STEP 8 - And then do a "site-wide" (Global) search for all the areas you tagged ( commented ) as being modified ============ Viola! You are ready to Audit and "copy and paste" all your changes by comparing your modified files to the NEW ones of your Blesta upgrade. AS A BONUS... You can also use DreamWeaver to "Reverse Engineer" by using the keyword search sitewide for code and text. Hope this helps. And vote it up if you like it.1 point
-
Hide Client Menu Link "Payment Accounts"
Michael reacted to INUMIO-Rob for a question
Nice, nice. That worked a treat. I did have to remove a few more lines in order to get the entire array, but it worked as promised. Thanks for that! I'll post the snippet I removed below: $base_uri . "accounts/" => array( 'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts"), 'active' => false, 'secondary' => array( $base_uri . "accounts/" => array( 'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts"), 'active' => false, 'icon' => "fa fa-list" ), $base_uri . "accounts/add/" => array( 'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts_add"), 'active' => false, 'icon' => "fa fa-plus-square" ), $base_uri => array( 'name' => $this->_("Navigation.getprimaryclient.nav_return"), 'active' => false, 'icon' => "fa fa-arrow-left" ) ) ),1 point -
You wouldn't have a universal one. In reality the shared login will allow you to create a plugin/module for any of the forums out there in order to do a SSO style login. From there you can also use the API to do whatever else you need to do with the user's account. It shouldn't take much more than an hour per forum as long as there was some boilerplate plugin/module framework as most of them do similar things for handling login hooks as most of your code is the same between them.1 point
-
Hide Client Menu Link "Payment Accounts"
INUMIO-Rob reacted to Michael for a question
Try this: /app/models/navigation.php Find: $base_uri . "accounts/" => array( 'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts"), 'active' => false, 'secondary' => array( $base_uri . "accounts/" => array( 'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts"), 'active' => false, 'icon' => "fa fa-list" ), $base_uri . "accounts/add/" => array( 'name' => $this->_("Navigation.getprimaryclient.nav_paymentaccounts_add"), 'active' => false, 'icon' => "fa fa-plus-square" ), And remove it and then clear the cache by removing the 1 folder in: /cache/1 point -
1 point
-
[Plugin] Quotes/estimates Plugin
activa reacted to Blesta Addons for a topic
Tax Support is coming ... probably we will do a pro version that has some more feature than the normal version .1 point -
Import Invoice Template
activa reacted to Blesta Addons for a question
Send me a PM . we can do it .1 point -
They are there incase you 1. What to organise clients. 2. If you wish to give different customers different limits (maybe dedicated customers can get more time to pay, etc).1 point
-
@WebhostingNZ.com Thanks. We rectified this issue earlier at ...1 point
-
Nevermind. I figured it out. I created a "Contribute" post on how to Modify DreamWeaver to recognize PDT file extensions, hence the ability to audit all our file changes via it's file search. This is better than using "Diff Merge" or "GitHub" since you have to compare each file piece-by-piece. Whereas DreamWeaver does a Global site-wide search of every single file change in mere seconds, with the single push of a button You can learn more by clicking on my "Contribute" post below... Enjoy !1 point
-
To manually to RE-send an email of the bill/invoice to a client.... Go to the client's account - - > "tick" the checkbox that is inline to the invoice - - > this dynamically opens the "Deliver via email" option - - > click the "Submit" button.1 point
-
The translator doesn't include v4 language yet.1 point
-
@Blesta Addons may be able to do this for you for a fee, I'd definitely recommend him. If not, there are others that can.1 point
-
1 point
-
If you understand the basic html and blesta, I can say integration with gohugo is not hard1 point
-
But it's not the 30th of December yet?1 point
-
Unless you're using LicenseCart's CMS plugin for Blesta, I suggest "integrating" Blesta with your website by simply updating the ~/app/views/client/bootstrap/structure.pdt file to match the header/footer of your website. This keeps your website and Blesta separate (Which is good for PCI and other security purposes) and still allows you to make them look the same. Take it a step further by creating your own CSS overrides file, adding that to structure.pdt, and overwriting styles you wish to change.1 point
-
There's no integration for Hugo it's just Blesta uses it for their standalone website.1 point
-
Custom Plugin compatibility
PauloV reacted to Blesta Addons for a topic
almost all of my public and custom plugins/modules are working in v4 without any issues . we want to use namespacing and new buttons in admin area to be fully designed like v4 are now .1 point -
How Do We Whitelist an Email Address to Avoid "Support Request Failed" ?
activa reacted to Blesta Addons for a question
normally the email used in support should not be used in other website that need registration or verification , normally create a new email like admin@...... and use it in other website . it has no sense to make support@... for piping and work with it in other websites .1 point