
bobbravo2
Retired Forum Member-
Posts
115 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by bobbravo2
-
May I ask what your suggested deployment pipeline would look like? Symlinks seem like a pretty massive oversight... IMHO
-
What about using Capistrano for railsless deploys, and having a custom template as a Capistrano Symlink inside of /templates/myCustomTemplate? Are you saying that this functionality is now broken in WHMCS 6.x? I've been using a complex build/deployment pipeline for managing our systems for ~4 years now, I'd hate to have to lose the Capistrano capabilities.
-
Thanks for the kind words! Version 3.0.03 has been released
-
Yes. 3.0.01 has been release!
-
We're preparing for the release of eNom PRO V3.0, and could use the help of some beta testers with our release candidate. New features in V3.0.00 Include: 3rd party whmcs themes for testing / QA, including support for SwiftModders compatibility checker support WHMCS 6.0 support added delete tld from whmcs added whois server status filters added GZip compression for widget ajax responses added SSL reminder tests based on statuses added counts to the page navigation improved handling of errors for the domain import page extract pending domains transfer to use widget API fixed update notification bug in the credit balance widget fixed Auto-Upgrade folder bugs fixed domain pagination licensing improvements refactored domain transfer action ajax updated ioncube encoder to php53 fixed WHMCS admin roles widget chooser title display fixes for whmcs v4 admin sidebar repaired pending verification widget admin home screen view interface and CSS improvements bootstrap tooltips improved documentation and screenshots improved IP address exception handling help message added help page with ajax support To help beta test, please open a ticket, and we can send a beta copy: Open a ticket here to help beta test!
-
From what I can see, it looks like it should work fine. The NameSpinner is a single ${smarty} tag that uses AJAX to get the results & insert them into the page.
-
Yes. After we release 3.0, we're going to be extending eNom PRO with provisioning modules. Which eNom products are you looking to re-sell?
-
Thanks for the testimonial, Tony!
-
Domain Import to WHMCS & 4 Admin Widgets! WHMCS Admin Addon. Features include: Bulk Import Pricing for all of eNom's TLDs Bulk Import Domains for existing WHMCS users Displays your eNom reseller balance directly on the WHMCS admin homepage without modifying any templates. Displays pending transfers with quick resubmit and resend links Displays Expiring SSL Certificates in an Admin Widget Displays eNom Account Stats, including number of registered domains and expiring domains eNom NameSpinner template tag to easily add namespinner results to domain checker and shopping card pages! Flawlessly integrated into WHMCS Shows eNom Credit Balance on Admin Homepage Native WHMCS v5+ Addon Plugin Architecture Full integration with the eNom reseller API See all the details on the enom PRO product page! --or-- Buy Now!
-
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Nope. This module is for enom only. -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
I've responded to your ticket. Please use tickets for these issues. Thank you for being a valued part of the Circle Tree community, we sincerely appreciate your business! -
+1 hang in there!
-
I've updated it to include the option of filtering by category id Just go to your this file's URL and add the catid from WHMCS: ie - knowledgebaserss.php?catid=1 <?php header("Content-Type: application/xml; charset=ISO-8859-1"); echo '<?xml version="1.0" encoding="ISO-8859-1"?'.'>'."\n"; echo '<rss version="2.0">'."\n"; echo '<channel>'."\n"; define("CLIENTAREA",true); //define("FORCESSL",true); # Uncomment to force the page to use https:// require("dbconnect.php"); require("includes/functions.php"); require("includes/clientareafunctions.php"); $result = mysql_query("SELECT * FROM tblconfiguration WHERE setting='SystemURL' OR setting='CompanyName' OR setting='SEOFriendlyUrls'"); while ($data = mysql_fetch_array($result, MYSQL_ASSOC)) {$values[$data['setting']] = $data['value'];} echo '<title>'.$values['CompanyName'].' Knowledgebase Feed</title>'; echo '<description>'.$values['CompanyName'].' Knowledgebase Feed created by WHMCS Knowledgebase RSS addon module.</description>'; echo '<link>'.$values['SystemURL'].'</link>'; if (isset($_REQUEST['catid'])) { //Show this category $query = "SELECT * FROM `tblknowledgebase`,`tblknowledgebaselinks` WHERE `tblknowledgebaselinks`.`articleid` = `tblknowledgebase`.`id` AND `tblknowledgebaselinks`.`categoryid`=".(int)$_REQUEST['catid'];; } else { //Show all categories $query = "SELECT * FROM tblknowledgebase"; } $result = mysql_query($query); while ($data = mysql_fetch_array($result, MYSQL_ASSOC)) { echo '<item>'."\n"; echo '<title>'.$data['title'].'</title>'."\n"; echo '<description>'.strip_tags(substr($data['article'],0,140)).'</description>'."\n"; echo '<link>'.$values['SystemURL'].'knowledgebase.php?action=displayarticle&id='.$data['id'].'</link>'."\n"; if($seourls){ echo '<link>'.$values['SystemURL'].'knowledgebase/'.$data['id'].'/'.str_replace(' ','-',$data['title']).'.html</link>'."\n"; }else{ echo '<link>'.$values['SystemURL'].'knowledgebase.php?action=displayarticle&id='.$data['id'].'</link>'."\n"; }//if echo '</item>'."\n"; }//while echo '</channel>'."\n"; echo '</rss>'."\n"; ?>
-
eNom Transfer Status Client Area Addon
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
New Client Area Template for V5 Added! Download for Free here: http://circletr.ee/5 -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Just a note that a new version 2.1 has been released with reworked WHMCS V5 widget support! It can be ordered FREE here: circltr.ee/5 -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
No — you shouldn't have to enter credit card info. Can you select PayPal? -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Please try again — We've been doing a lot of work on our new site design / functionality of the cart. Thanks for your patience! -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Make sure you have the widget installed in the whmcs/modules/addons directory, and activated. Then — go to WHMCS > Setup > Admin Roles > Homepage Widgets. Select enom balance widget, and it'll appear on the admin homepage for roles you specify! -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Thanks for reporting the bug — it was happening in all browsers. Float / z-index bug. Should be all fixed now! -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Thank you for that! What browser & os are you using? -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
I'm sorry to hear you're having trouble. We do not require any credit card info for free products, simply select paypal, and you'll be redirected to the clientarea with the product added to your account. Please open a support ticket if you have any more trouble, and I'll be happy to help you! -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Sorry about that, we are currently testing a new cart for WHMCS 5, if you run into any trouble, please open a support ticket, we really appreciate any help tracking down bugs! Browser and OS info would be very helpful. -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Dear John, I can make a Namecheap module. Please provide me with the API docs and a test API interface, and I'll whip one up. -
eNom Reseller Balance Admin Page Addon for WHMCS 4.3+
bobbravo2 replied to bobbravo2's topic in Third Party Add-ons
Just upgraded to Version 5.0's Widget System! Fully AJAX compatible to load the balance asynchronously after the page has loaded. Please make sure to enable the widget under "Admin Roles" after activating the module! -
Hey there! Great job on 5.0.2! Please add "View PDF" to Quotes!