Joomla Modules Uploaed
I need to Joomla modules uploaed and configigured.
Testimonail mod
Event Registration Mod.
I need to Joomla modules uploaed and configigured.
Testimonail mod
Event Registration Mod.
I would like to have all the showcase positions of the Akiraka template on a Vortex one (RocketTheme Templates).
Depending on price I will like also the bottom module positions as well.
I need this ASAP, so please bid only if you are available to work as soon as I choose you.
Note:
-I will not give you the whole template files (only those needed for the module creations).
-It’s better if you are a RT developer member.
-I need you to post JRTD in your bid or PMB or your bid will be ignored.
-Please show me 2-3 examples of SIMILAR projects you have done (I DON’T NEED THE 100′s of websites you have done not related to what I’m asking).
I need some minor tweaks done to the following modules/plugins: groupjive, community builder, jcal pro.
The work will take 1-2 hours at max.
You MUST BE familiar with those modules, You Must be available on Yahoo Messenger or Skype, AND you MUST start ASAP. I need this completed today. If the work is not completed today I will cancel the job.
I would like to have changes made to three standard Joomla modules. With each, I want to be able to turn them ON or OFF based upon whether an argument exists in the URL.
BANNER – I want to turn it off if “&task=edit” is in the URL. I have hacked this and have it working on my local server but not on a live site, so there may be some PHP version issue or something.
RELATED ITEMS – I want this ONLY to display if “&view=article” is in the URL.
MOST READ – Same as above, display ONLY if “&view=article” is in the URL.
For the latter two, if they are not running, I do not want their module position displayed at all (so if they are in the left menu, I want the left menu to collapse if there is nothing else in there, as if they are unpublished).
i’m running joomla 159 and also i’m usign the whmcs script for manegement of my hosting services.
i want to 2 modules:
- login in whmcs by front-end module, no bridge, just login.
- other for searching domains if are available or not for further registration, using whmcs > domain checker.
VERY IMPORTANT after userd sucessuful login and domain serach result sucessuful show all in wrapper.
html guides provided by script developers:
login
<form method=”post” action=”http://demo.whmcs.com/dologin.php?goto=clientarea”>
Email Address: <input type=”text” name=”username” size=”50″><br>
Password: <input type=”password” name=”password” size=”20″><br>
<input type=”submit” value=”Login”>
</form>
domain check
<form action=”http://demo.whmcs.com/domainchecker.php” method=”post”>
<input type=”hidden” name=”direct” value=”true”>
Domain: <input type=”text” name=”domain” size=”20″> <select name=”ext”>
<option>.com</option>
<option>.net</option>
<option>.org</option>
</select>
<input type=”submit” value=”Go”>
</form>
or check at demo.whmcs.com