Unihost Posted November 26, 2011 Share Posted November 26, 2011 (edited) Yes you don't want all of that, just copy the image part - will work for the standard captcha, just not reCAPTCHA. Matt Okay, I tried that, and that didnt work, it doesnt read the captcha correctly, I'm very sure that I enter the code correctly every time, but I still get the "code entered incorrectly" error. I've added the homepage image and the results page image below each other for convenience sake... I also turned default captcha on and ReCaptcha off Edited November 26, 2011 by Unihost Link to comment Share on other sites More sharing options...
deathrequest Posted November 26, 2011 Share Posted November 26, 2011 If someone would prefer to look, I have modified the client area theme slightly and intergrated it with my main site, and the results seems to just so awesome and perfect to my taste. http://wickeddevelopers.com/clients/ Again, wanted to say thanks to the WHMCS theme. Nice job on the Client Area theme Just so that I am heard, I would really request the same magic to happen with the backend theme sometime Regards Nikhil Gupta Link to comment Share on other sites More sharing options...
bobbravo2 Posted November 26, 2011 Share Posted November 26, 2011 Hey there! Great job on 5.0.2! Please add "View PDF" to Quotes! Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted November 26, 2011 Author WHMCS CEO Share Posted November 26, 2011 Okay, I tried that, and that didnt work Seems to be working ok here. Just thought, if you're using SSL, you will need to ensure the form is submitting to the SSL URL - can either hardcode that or prefix domainchecker.php with {$systemsslurl} @bobbravo2: Thanks, and yep I guess that would make sense! Will add it to our dev list. Link to comment Share on other sites More sharing options...
Keksi Posted November 26, 2011 Share Posted November 26, 2011 Client Area: First of all: I love the new client side of WHMCS. It’s really really awesome. Admin Area: I just can’t see what’s the big new thing is? After some testing, I can’t really see what’s new. Where is all the big new functionality? I would expect to see something like: - Internal Knowledge base - Improvements on the support part of whmcs - Integration with Active Directory - Support for multiple organization names and sites in one installation - A good add-on for Exchange hosting like the one for cPanel (direct from whmcs, not via websitepanel) - +++++ The first four have been requested allot of times for a long time on the forums.. Will we see some improvements of these first four useful futures later? But a side note: It’s great that you guys keep developing WHMCS, and it’s nothing better than new features. But I think it’s better to improve what’s already there instead of keep adding all this new stuff. The time used e.g. at the social networking part could rather been spent on improving the support system. The same goes for the widget part.. Link to comment Share on other sites More sharing options...
NixDot Posted November 26, 2011 Share Posted November 26, 2011 Great release, just waiting on an external integration so I'll test more once they are all done. Link to comment Share on other sites More sharing options...
othellotech Posted November 26, 2011 Share Posted November 26, 2011 3. We still can't create per-admin to-do lists. I'm sure this was requested a long time ago. We really don't wan't to be able to see each others' to-do lists, and assigning a to-do to a specific admin still keeps it visible for the rest of us. You've always been able to do this - in v4.5 it's as simple as changing the foreach in admin template homepage.tpl to {foreach key=num from=$todoitems item=todoitem} {if $todoitem.bgcolor eq "#f5f5d7"} <tr bgcolor="#ffffff" style="text-align:center"> <td>{$todoitem.date}</td> <td align="left">{$todoitem.title|truncate:100:"..."} <!-- {$todoitem.description|truncate:80:"..."} --></td> <td>{if $todoitem.duedate|regex_replace:"'(..)/(..)/(....)'":"\\3-\\2-\\1"<$smarty.now|date_format:"%Y-%m-%d"}<font color="red">{/if}{$todoitem.duedate}</font></td> <td align=center>{$todoitem.status}</td> <td><a href="todolist.php?action=edit&id={$todoitem.id}"><img src="images/edit.gif" border="0" alt="{$todoitem.description}"></a></td> </tr> {/if} {/foreach} To only show "yours":D What's _really_ missing, is the ability to assign multiple admins to a ToDo item Link to comment Share on other sites More sharing options...
ljesh Posted November 26, 2011 Share Posted November 26, 2011 Sorry missed this one earlier and haven't seen any other reports of it yet. I guess we would have to add the captcha image to the homepage to resolve that. Just copying the image tag as used in domainchecker.tpl should work. I experience the same performance but I thought that is by design So, on the first page there is no captcha, then you go on the next one after you enter domain, but it says that the captcha is entered wrong. Since on this page the captcha appears, you need to enter it and re-check the domain. Link to comment Share on other sites More sharing options...
Strother Posted November 26, 2011 Share Posted November 26, 2011 5.0 looks great, thanks for the update! Note that the upgrade has the older version of the Distribute IT (TPP) module in it. A few weeks ago TPP released a new module, but upgrading will overwrite the new one if you have it installed. See: http://www.tppwholesale.com.au/support/integration/api/manual-whmcs-module-installation Link to comment Share on other sites More sharing options...
deltatech Posted November 26, 2011 Share Posted November 26, 2011 Has anyone else noticed that the shadow effect used in the horizontal nav menu in version 5 looks awesome in every browser except Chrome? In chrome the text is so faint that it is barely readable. I can fix it by simply commenting out all the text-shadow: statements in bootstrap.css but, I rather like that effect in all other browsers. I was thinking of making a new stylesheet that would be called after the main one overriding those effects and ONLY load it if the user-agent says its chrome. Has anyone else seen this? Is this something that is already being worked on? I doubt it is only my installation but if someone wants to look to compare, here is the URL https://www.deltatechnicalservices.com/clients/ Or if you want to see it with the stock unmodified default template... https://www.deltatechnicalservices.com/clients/?systpl=default Link to comment Share on other sites More sharing options...
itsnyc Posted November 26, 2011 Share Posted November 26, 2011 Hello guys for me it's language and I have upgrade and so far play little by little my thing is to portugues... This string where can I find it to add in the registration page ..... $_LANG['pwstrength'] = "Password Strength"; $_LANG['pwstrengthenter'] = "Enter a Password"; $_LANG['pwstrengthweak'] = "Weak"; $_LANG['pwstrengthmoderate'] = "Moderate"; $_LANG['pwstrengthstrong'] = "Strong"; Here is my site http://minashosting.com.br/whmcs/?ccce=register Link to comment Share on other sites More sharing options...
mitk Posted November 26, 2011 Share Posted November 26, 2011 Hi, Is the Chrome browser supported with this latest version update? I just installed the upgrade, but when using Chrome: - none of the menu buttons work/load - the homepage modules are showing in a single column with most of the modules in an eternal loading state - there is no ability to open/close any of the homepage modules Everything seems to be ok when using Firefox or IE9 Thanks! I also had this problem.. Yep it should work fine in all browsers. You should try clearing your browser cache, and forcing a hard refresh (Ctrl+F5) to load the updated CSS, as well as possibly clearing the templates cache within WHMCS (Utilities > System > System Cleanup or deleting files from the templates_c dir manually) Matt Ctrl F5 fixed it. Link to comment Share on other sites More sharing options...
wsd Posted November 26, 2011 Share Posted November 26, 2011 Hi, How long do you expect will go before, all texts is moved from .tpl to the language files? Because there is some missed in the new template. Link to comment Share on other sites More sharing options...
mdkock Posted November 26, 2011 Share Posted November 26, 2011 not able to sort on domain status "Adding funds" is disabled under settings, but link still shows in client area and client able to add funds Link to comment Share on other sites More sharing options...
AeonCube Posted November 26, 2011 Share Posted November 26, 2011 Is anyone else having issues with paypal not sending transaction details back to whmcs? As people are paying invoices just like normal with no settings changed and invoices stay unpaid. Matt and the team I have opened a ticket but any help would be great as this is a major issue for us. Cheers! Link to comment Share on other sites More sharing options...
PingEx.com Posted November 26, 2011 Share Posted November 26, 2011 Yes it all works in Chrome, you need to clear your cache, ensure you have uploaded all the files. Thank you working now Loving the new design. q: in the client panel, where are the 'announcements' sections? dave Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted November 26, 2011 Author WHMCS CEO Share Posted November 26, 2011 Client Area:First of all: I love the new client side of WHMCS. It’s really really awesome. Admin Area: I just can’t see what’s the big new thing is? Where is all the big new functionality? I would expect to see something like: Now I know everyone wants to see their own needs & features implemented. I mean we just had some guy this morning complaining that a feature they first requested on 23rd November wasn't implemented in v5 (1 day before the final release) But we can't implement everything, we have to prioritise. Bit unfair to say you don't see anything new though just because it's maybe not what you wanted? There's lots of things in 5 that the majority of our users should benefit from and find improve their productivity, as well as what they can do, along with all the usual tweaks and optimisations each new update brings. You need to check out the PDF really for a comprehensive list but some key ones are listed @ http://www.whmcs.com/whats-new/ Hello guys for me it's language and I have upgrade and so far play little by little my thing is to portugues... You are using the old style template, which remains the same using a javascript password strength meter, so cannot load variables dynamically from language files. The new template however has a new and improved solution implemented you can try though. Hi, How long do you expect will go before, all texts is moved from .tpl to the language files? Because there is some missed in the new template. For the language strings that have been missed in the new template, I guess we'll be putting out some updates for those next week. Thank youworking now Loving the new design. Great to hear it. Thanks! not able to sort on domain status "Adding funds" is disabled under settings, but link still shows in client area and client able to add funds Ok wasn't aware of that, am checking into this one. Is anyone else having issues with paypal not sending transaction details back to whmcs? As people are paying invoices just like normal with no settings changed and invoices stay unpaid. We're not having other reports of this so please check the gateway log, and ensure your ticket contains any details from there, and admin url/login details. We'll get to it just as soon as we can. Matt Link to comment Share on other sites More sharing options...
Raven Posted November 26, 2011 Share Posted November 26, 2011 Hi guys found an issue in v5 not sure if its been mentioned yet but. In staff notice board when you hover over say Settings you can only go down as far as products/services then the drop down vanishes If its been posted just delete me lol Link to comment Share on other sites More sharing options...
Eduardo G. Posted November 26, 2011 Share Posted November 26, 2011 Nice work, guys! Would be great to get notified about bugfixes so we can update to 5.0.x every time a new minor version is released. (well, I just want to get notified when bugfixes come out) Link to comment Share on other sites More sharing options...
zelatech Posted November 26, 2011 Share Posted November 26, 2011 when running cron: | php -q /var/www/vhosts/****.it/httpdocs/pipe/pipe.php i got in activity log this: Email Sending Failed - You must provide at least one recipient email address. (Subject: Link to comment Share on other sites More sharing options...
ptdesigner Posted November 26, 2011 Share Posted November 26, 2011 Very nice update. Thank you Matt and all Team. Just a small question: Normaly, suspended accounts link appear in the front page of admin inside system overview I'm using theme v4 and i can't find that status accounts. Even whith blend theme. I know if i change admin template to Original i can see Suspended Services on the statistics left bar. Link to comment Share on other sites More sharing options...
isdoo Posted November 26, 2011 Share Posted November 26, 2011 When you release a patch, is the original download updated? Hopefully the answer is yes, but thought ought to check. Link to comment Share on other sites More sharing options...
Revolution Posted November 26, 2011 Share Posted November 26, 2011 I tried using reCAPTHCA but the reCAPTHCA uses non-HTTPS origin. so my SSL cert is crossed out. How could I fix this? I get same problem? Anyone have a fix to this? Link to comment Share on other sites More sharing options...
vpn-shazam Posted November 26, 2011 Share Posted November 26, 2011 guys... i have upgraded my software and facing many problems. i tried hard to solve it but didn't work!!! 1. when a client makes new order, it do not send him a order confirmation email 2. when the client want to make an order and clicks on "Complete order button", the client gets this message "The website encountered an error while retrieving https://www.vpn-shazam.com/ClientsBillingArea/cart.php?a=checkout. It may be down for maintenance or configured incorrectly." 3. also when the client forget to clicks on "I have read and agree to the Terms of Service" the page get an error. i use Verticalsteps Please help me to solve error number 2, i lost many clients because of this. i opened an email ticket and they told me to re upload the software again, i did for 5 times but gets the same error. Ceehrs Link to comment Share on other sites More sharing options...
williamkevenis Posted November 26, 2011 Share Posted November 26, 2011 Gateway Module is Missing Errror in all modules ;x Link to comment Share on other sites More sharing options...
Recommended Posts