Jump to content

Snowman

Member
  • Posts

    261
  • Joined

  • Last visited

About Snowman

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Snowman's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. Had me puzzled for a while... thanks for the info on this as i previously couldn't find anything about it seems a bit counterproductive this setting that has been added for this because if your using a custom template, which is recommended then i would have thought it should be looking by default for the image in the images folder of that template, not in the assets folder... or it should use the one defined in the admin settings function?
  2. does anyone have any specific guidelines on how to add pages to the front end of WHMCS in the same manner and formatting as the new /store pages from the WHMCS Market Connect functions do? I think id like to apply similar styling to hosting plans etc internally within WHMCS rather than by using a 3rd party theme or wordpress etc... I know how to add pages in general but wondered if theres a different process for the new market connect style show it shows up when enabled in the menu context etc?
  3. Just wondering what plugin or addon WHMCS itself uses on its site that shows up the support department open/close times and the 4 steps to support? Id like to implement something similar
  4. Hi im wondering if there is a way to remove or hide the Domains Tab from the Admin Client Profile menu... is this done via a hook in the same manner as it is in the client side? Unsure of the correct menu name to identify it as if it is... can anyone assist? TIA oh and im also looking to remove or hide the domain registration functions from the Admin Add New Order function as well The install im working on isnt being used for Hosting or domain names...
  5. It didn't mention anything its just outputting it in the management cron process also i updated to 1.6.3 and in the addons it still says its 1.6.2 if that has any bearing i deactivated the module and the error went away... ive also double checked incase i had an old file still in place from an older release but didnt find anything that wasnt over-written when we upgraded.
  6. Ive noticed a bit of a weird error in our whmcs management cron when it runs each night saying it cant find File /home/XXXXXX/public_html/includes/wrapper/whmcspm2.php does not exist or can not be read im not sure where this file is being called from or why... any ideas?
  7. yes im aware of that but we are trying to give them the functionality thru the client area instead
  8. I am wondering if there is a way to flag dedicated or VPS clients to allow them access to the module we have dedicated and vps clients that have managed cpanel installs that dont have root access (they have reseller access) but we cant set them in whmcs to be identified as a cpanel server (because of provisioning modules in use) has anyone seen a way to show the module to these clients... perhaps by having an if statement or something?
  9. Commweb are a confusing bunch and they run several legacy gateways of their own and also outsource some to other providers my understanding is that the module does not work with their gateways unless you specifically register with them as a MIGS Gateway merchant and from what i understand is most on their merchant line dont even know it exists...
  10. i need to adjust the orderform addtocart function so that from the configure product page when you click to add to the cart the order will get added but the page will redirect to a different product group rather than the view cart page the html line code is <input type="button" value="{$LANG.continueshopping} »" class="checkout" onclick="addtocart();" /><br /> the js code is functionaddtocart (gid) { jQuery("#loading1").slideDown(); jQuery.post("cart.php", 'ajax=1&a=confproduct&'+jQuery("#orderfrm").serialize(), function(data){ if (data) { jQuery("#configproducterror").html(data); jQuery("#configproducterror").slideDown(); jQuery("#loading1").slideUp(); } else { if (gid) window.location='cart.php?gid='+gid; else window.location='cart.php?a=confdomains'; } }); now i know that if i adjust the onclick to use onclick="addtocart('43');" this button will not go to the view cart page but will instead load product group 43 what i want to achieve however is to add the order to the cart on click and redirect to group 43 can anyone assist me with this adjustment to the js code to achieve this
  11. nevermind i worked it out... for anyone wanting to do this {include file="$template/subheader.tpl" title=$LANG.knowledgebasepopular} {php} // Get Articles with highest count $i=0; $client_query = "SELECT * FROM tblknowledgebase ORDER BY views DESC LIMIT 5"; $result = mysql_query($client_query); while($row = mysql_fetch_array($result)) { $kbmostviews_array[$i]['id'] = $row['id']; $kbmostviews_array[$i]['category'] = $row['category']; $kbmostviews_array[$i]['title'] = $row['title']; $kbmostviews_array[$i]['article'] = strip_tags($row['article']); $kbmostviews_array[$i]['views'] = $row['views']; $i++; } //Pass the values to smarty $this->assign('kbmostviews',$kbmostviews_array); {/php} {foreach key=num item=kbarticle from=$kbmostviews} <div class="row"> <img src="images/article.gif"><a href="{if $seofriendlyurls}knowledgebase/{$kbarticle.id}/{$kbarticle.urlfriendlytitle}.html{else}http://knowledgebase.php/?action=displayarticle&catid={$kbarticle.category}&id={$kbarticle.id}{/if}" class="fontsize2"><strong>{$kbarticle.title}</strong></a> {$kbarticle.article|truncate:100:"..."} {$LANG.knowledgebaseviews}: {$kbarticle.views}<br /> </div> {/foreach} <br />
  12. im wondering if anyone knows how to retrieve the top results from the knowledgebase for display on other pages of the helpdesk other than the Knowledgebase itself? I have created a new page within the templates system and tried to use the code from the knowledgebase template but it seems that the variables dont seem to be available according to {debug} the variable is {$kbmostviews}
  13. im wondering if the googleapps module still works under the latest release of whmcs and whm? I found after upgrading to 5.2.5 i got an error on the client side product details page: Fatal error: Uncaught exception 'Exception' with message 'No host defined' in /home/mydomain/public_html/includes/cpanel_xmlapi.php:233 Stack trace: #0 /home/mydomain/public_html/includes/hooks/googleapps.php(48): xmlapi->__construct(NULL) #1 /home/mydomain/public_html/includes/hookfunctions.php(0): googleapps_show(Array) #2 /home/mydomain/public_html/includes/classes/class.clientarea.php(0): run_hook() #3 /home/mydomain/public_html/clientarea.php(0): WHMCS_ClientArea->output() #4 {main} thrown in /home/mydomain/public_html/includes/cpanel_xmlapi.php on line 233
  14. i have noticed the same issue since switching over to the opensrspro module... its a right pain to have to enter the international code and far too confusing for most clients... im trying to sort out a solution
  15. Chris No i haven't spoken to them yet about this... although i will as for the code that Onapp developed they are more than happy for you to work with the code and develop a module from it.. and or to develop one yourselves like hostbill did.. which is what i requested in my support ticket about it a while back and was told you weren't doing any module development currently My issue with 3rd party developers is a lot have come and gone over the years and i dont want some closed source module developed and then find it cant be updated or fixed later on when that company dissapears.. (not that im implying they all will do that...just a lot have) Im sure if you developed one you'd blow theirs away... and you would have a powerful CDN and cloud solution built into whmcs directly
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated