Jump to content

mediastream

Member
  • Posts

    12
  • Joined

  • Last visited

About mediastream

mediastream's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. 5.2.13 --> 5.2.14 patch " add addons button inoperable in product/services " i can edit existing addons but not add one to client existing package? same issue here also 2 years ago lol http://forum.whmcs.com/showthread.php?76366-Case-2611-5-2-6-Cant-add-quot-Add-new-Addon-quot-to-product-service&highlight=add+addon
  2. yay after 1 hour i can login thanks to above query. thanks guys now to see if rest will work hahahah
  3. nice one bear!! thanks everyone. implemented looks great
  4. could you please post an exact example of what would work bit confused over the p busines lol for example pick a link in frontend say affiliate page how could i link that page direct with affiliate link etc so if adverising from another site instead of landing on home page it would goto affiliate.php for example little more clarity neeeded, does * stay as is, do you have to add many edits to it per page i wanna redirect? or it stays with both referneces as p cheers steve
  5. changing icons are not however and styling whmcs with header and footer makes it look totally different whilst keeping future updates at a minimal rework .htaccess can be used for url redirects like in the case i use joomla and whmcs whmcs downlaods and knowledgebase has nothing on joomla ease of use. plus you can select any joomla template out there and customise to ya hearts content!!
  6. Im stuck trying to select right server type for dreamhost. most my hosts use cpanel so thats easy but dreamhost doesnt. Anyone know what to select for ser type under Servers / Server edit / drop down has auto release cpanel and many more which one i select?
  7. you can use joomla and whmcs without having full inetrgration, ie joint db access. I would stay away from joomla accessing db only to keep both scripts seperate in regards to security. however there is a mod on joomla extensions. but me i just used joomla for all articles design knowledgebas bla bla and use whmcs for billing etc. works nice for me. this way both look exactly the same
  8. joomla is also good too, again joomla worpress war haha. both are easy to intergrate. of course just adjust header and footer tpls in whmcs to incorporate. you dont really need full intergration, better to keep scripts seperate and secure remember to if using joomla, literal tag the js ! have fun
  9. no it doesnt, joomla is not written in smarty and whm is. i use joomla all the time and have come across this in other scripts but is easy fix to avoid blank pages place literal tags around javascript code and inline css example: change this <script type="text/javascript"> window.addEvent('load', function() { new Fusion('ul.menutop', { pill: 0, effect: 'slide and fade', opacity: 1, hideDelay: 500, centered: 0, tweakInitial: {'x': 0, 'y': 0}, tweakSubsequent: {'x': 2, 'y': -12}, menuFx: {duration: 200, transition: Fx.Transitions.Sine.easeOut}, pillFx: {duration: 400, transition: Fx.Transitions.Back.easeOut} }); }); </script> to this {literal}<script type="text/javascript"> window.addEvent('load', function() { new Fusion('ul.menutop', { pill: 0, effect: 'slide and fade', opacity: 1, hideDelay: 500, centered: 0, tweakInitial: {'x': 0, 'y': 0}, tweakSubsequent: {'x': 2, 'y': -12}, menuFx: {duration: 200, transition: Fx.Transitions.Sine.easeOut}, pillFx: {duration: 400, transition: Fx.Transitions.Back.easeOut} }); }); </script>{/literal}
×
×
  • 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