-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
+1 for that looks awesome like Blesta haha
-
I found this today: http://thomasjbradley.ca/lab/signature-pad/#intro open sourced and cool.
-
This has been added in 3.4: - Show the Tax ID Field in the Client Interface --> Settings > Billing / Invoices You are talking about: http://dev.blesta.com/browse/CORE-547?focusedCommentId=11604&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-11604
-
Ah you should be piping to program under advanced.
-
Haha not had one ask me yet must be lucky.
-
Are you using: /usr/local/bin/php for the start? cPanel likes to do things different to other control panels and Linux. Is pipe.php permissions 777 for 666 whichever you prefer I use 777 myself.
-
Sounds awesome sexy titles.
-
You're welcome mate, sorry but I'm not that good at coding haha I can only edit stuff and copy and that was a bit confusing
-
I would have banned you myself if you tried to be a customer with me because of your attitude and as stated below a trouble customer. I'm sure I'm not the only one who would refuse you because you think a trial is free forever, and because you stated a product was awful and then try to re-order"... I don't have to respect people who are arrogant or people have a bad attitude because I'm a moderator, and as for being young it shows a lot when I have more brains about what a trial is and to not to be cocky when I'm in the wrong. I've banned customers from my services because 1. They was too much trouble for the money they pay... 2. Their attitude was abusive. Now I could be wrong but the way you are talking to ModulesBakery here I would say you was that in my example 1. And just because your "older" doesn't mean you are correct or can also be a .... because you own a company.
- 25 replies
-
- blesta modules
- blesta plugin
- (and 7 more)
-
With that attitude I'm surprised they don't I wouldn't reply to you either, and it's not a free license it was a trial license! You are so incredibly awesome [Edited by Paul].
- 25 replies
-
- blesta modules
- blesta plugin
- (and 7 more)
-
Haha you're welcome I sort of thought it was easy but by the time I did this: <?php Configure::set("knowledgebase.map", array( 'module' => "knowledgebase", 'module_row_key' => "id", 'module_row_meta' => array( (object)array('key' => "server_name", 'value' => (object)array('module' => "hostname"), 'serialized' => 0, 'encrypted' => 0), ), 'support_kb_articles' => array( 'domain' => (object)array('key' => "id", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "company_id", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "access", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "up_votes", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "down_votes", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "date_created", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "date_updated", 'serialized' => 0, 'encrypted' => 0) ) 'support_kb_article_categories' => array( 'domain' => (object)array('key' => "category_id", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "article_id", 'serialized' => 0, 'encrypted' => 0), ) 'support_kb_article_content' => array( 'domain' => (object)array('key' => "article_id", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "lang", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "title", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "body", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "content_type", 'serialized' => 0, 'encrypted' => 0), ) 'support_kb_categories' => array( 'domain' => (object)array('key' => "id", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "parent_id", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "company_id", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "name", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "description", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "access", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "date_created", 'serialized' => 0, 'encrypted' => 0), 'domain' => (object)array('key' => "date_updated", 'serialized' => 0, 'encrypted' => 0), ) )); ?> I found out that I was doing it wrong and I have to make a whmcs_knowledgebase.php in the modules folder not config folder. And that looks harder :S as it uses get and then splits the table into something lol sorry
-
feel free to email it me mike[a--t]myusername.com or pm me
-
That is normal need a new template if it was to make a new opening one.
-
Haha not many people use 2CO anymore a lot of providers on WHT are hesitated.
-
500 Internal Server Error At Installation
Michael replied to kikloo's question in Pre-Sales Questions
cPanel has a thing against Blesta where extracting misses things or doesn't upload the zip, check you've uploaded everything and the files are 644 and folders are 755. -
If you don't want to add a plugin and ask for help by the developer to make it so you can remove default links then you need to edit the database...
-
Yum Yum
- 25 replies
-
- blesta modules
- blesta plugin
- (and 7 more)
-
To edit that contacts tab you need to use the Admin Tools plugin from Naja7Host, or you can edit the database but the plugin is the safe route to go. You'll need to ask Naja7host though because I don't see an edit list: Same above if you want to remove it from the top. /app/views/client/bootstrap/client_main_myinfo.pdt or /app/views/client/customfolder/client_main_myinfo.pdt Find this to remove the email address: <hr /> <a href="mailto:<?php $this->Html->_($contact->email);?>"><?php $this->Html->_($contact->email);?></a><br /> Find this to remove the other bits: </div> <div class="list-group"> <?php if ($this->Html->ifSet($myinfo_settings['invoice'])) { ?> <a href="<?php echo $this->Html->safe($this->base_uri . "main/invoicemethod/");?>" class="list-group-item"> <i class="fa fa-envelope fa-lg pull-right"></i> <p class="list-group-item-text"><?php $this->Html->_($myinfo_settings['invoice']['description']);?> <?php $this->_("ClientMain.myinfo.setting_change");?></p> </a> <?php } ?> <?php if ($this->Html->ifSet($myinfo_settings['autodebit']['enabled'], false)) { ?> <a href="<?php echo $this->Html->safe($this->base_uri . "accounts/");?>" class="list-group-item"> <i class="fa fa-cog fa-lg pull-right"></i> <p class="list-group-item-text"><?php $this->Html->_($myinfo_settings['autodebit']['description']);?> <?php $this->_("ClientMain.myinfo.setting_change");?></p> </a> <?php } ?> </div>
-
500 Internal Server Error At Installation
Michael replied to kikloo's question in Pre-Sales Questions
Sounds like file permissions to me. -
-
Do you have a preview of the folder for me please?
-
Have you uploaded the files to the merchant folder? it might need to be renamed, I had to remove one folder (not sure if it was my attempt before) and then remove a _ or something.
-
You're welcome, and hopefully you can join the Blesta family haha.
-
The structure of the table and if you could do a preview of one of the articles in the database would help too