Joomla 3.8 Adding a Custom Registration Check - php

I'm building a website using Joomla 3.8.0.
I'd like to add a custom question to the registration process. For example, I'd like to ask them the capital city of Canada and then check upon submit if the answer was Ottawa. I'd like to do this, if possible,using an extension and not modifying php code within Joomla.
Does anyone know of such an extension? I've looked through the Joomla extensions directory already, but haven't seen one that seems to do what I want. Seems they all simply allow custom fields, but not fields that can be reviewed for a specific answer as described above. Preferably it would be free as well.
Thanks!

EasyCalcCheck Plus will do this for you. It's free. There are probably others too.

Related

how to search joomla members on joomla front page

I was wondering if I could i ask the best way forward. I am making a joomla site which will have an advanced registration form. Which I am planning to create with rsform pro. What would be the best method for people to able to search those registered users on the front page .
Any other method that one could or would advice rather than rsform pro like some extension that would ease both the registration and searching as a single component. The search function also needs to be multi optioned. I am trying to take the most informed decision before I start with the coding.
Thank you.
Easy Profile does a great job of this:
https://extensions.joomla.org/extension/easy-profile
See the example at https://www.easy-profile.com/users-list.html for a searchable user list.
You'll need the paid version for custom fields.
I think you can try JoomProfile. Is seems quite useful extension for joomla user profile management. If also has good and fast search http://demo.function90.com/joom-profile/search-in-joom-profile.html
Joomla already has some search components, so the best thing to do is to use it. Actually there is two components that you can use
Search, based on com_search component which do the work on the fly
Advanced search, based on com_finder component which index data and give it back after, it is more efficient and has more functionalities
In both case, you'll have to write a plugin to search user, joomla doesn't have it by default (or you can search some on joomle extensions).

Drupal Commerce - Load drupal variations images instead of a select box

I am not a beginner with Drupal, but I am a beginner with Drupal Commerce. I have used Ubercart since this project.
Actually, If I create a product display, and then a few variations under this product, Drupal Commerce automatically creates select box with titles of the other variations. This is quite useful for almost all the e-shops, but not for this one. I need to replace select box with titles with just images, on which customer will be able to click on, and select variation type just by image.
I think that there is almost all the functionality in drupal commerce kickstart which I am using right now. But I do not know how to achieve the result. I have already tried editing product view, but was not able to make it working. I have also searched through core modules of drupal commerce in code, because I think that there should be just an array function with result of titles, but did not found something like this yet. I have searched whole internet to search for solution but did not found anything useful.
In some threads peoples use to solve similar problems with for example colors, to give the ability for customers to see the color squares instead of color select box, this is achieved by module, which some of devs written. Maybe I can edit this module?
Also, I have never ever created a module, I am a bit lost in drupal codes, but tried it before.
Here are the attachments for better vision:
http://ofca.sk/temp/printscreen.png,
http://ofca.sk/temp/result.png
Any advice will be greatly appreciated; I just need to be pointed to the right direction,
You can achieve this feature, the same way than Commerce Kickstart v2 does: http://demo.commerceguys.com/ck/tops/drupal-commerce-hoodie - note the color selector at the right middle.
This is done using Commerce fancy attributes module which allows you to render color or image selectors that come from a taxonomy:
This module provides a "Rendered term" attribute mode, that shows the rendered term instead of a radio button (degrades to a normal radio button when JS is off) on the add to cart form.
You've got a video demo of this module with a step by step to configure in http://vimeo.com/44308580
Thank you for an advice, but I still had not been able to make it working with fancy attributes module. I used another way using taxonomy and a few views, which done almost the same.
But I still think, It is achievable by Fancy Attributes.
Thank you again
I have created a module for this case: https://www.drupal.org/project/commerce_options_as_images
I use it on my projects.

How to make a global address book for all customers in Magento?

I'm investigating if there is a possibility to pre-populate the address book with some fixed shipping addresses for all customer in my Magento 1.6.1 Community shop? So the address select box in the onstepcheckout gets populated for all customers?
Of course it is possible but I don't know where to start? Any links to resources or perhaps extensions that does this would be very much appreciated.
Many thanks,
Ismail
This would have to be done by creating a module. Whether something like this already exists, I don't know, but I doubt it.
All you'd really have to do is override the shipping template, or possibly the block that's generating the select html.
I haven't looked into how it's done exactly. If you need more help, I'd be happy to assist, but these are general guidelines of what you'd have to do. I'm assuming you already know how to create a module.
Ok, guys!
I made a custom extension for Magento. If you want it you can comment below.
Best,
Ismail

How to add multi-language support to opencart module

I've gotten pretty good at creating my own vqmods and it has allowed me to customize the cart to my heart's content. I am now at a point where I want to start supporting the other official language in my country.
I've searched and searched plus looked as some modules on the opencart extension store but still can't quite get a grasp on it. There are no posts that I could find in the support forums explaining how to go about achieving this. I have a module that creates a new tab on the product page. On this tab, I have use ckeditor to format the text and all works well.
I've seen it done where you go into a module to customize it and you can see extra buttons to add text for different languages. Just can't find any free modules that uses this so that I could muddle my way through making it work.
Can anyone help me to add multilanguage to my custom opencart modules?
I was able to figure it out by looking at another mod with language files in it.

Multilingual implementation in buddypress

i’m working on the wordpress and buddypress. I was easily implemented the multilingual for wordpress but it’s really very hard to implement for buddypress.
I gone through most of the forums, most of the people said buddypress multiligual plugin only works for Wordpress Multisite. Is it any way to enable the multilingual for buddypress or already any plugin exists for this task??
I tried the buddypress multilingual lpugin too. But it's not supporting!! Please leave your suggestions!
I had the same problem some weeks ago. I'm sorry but you've three options:
Consider modify the Buddypress ML plugin in order to get it working: That's modify every line of code that's not working for the last version of Buddypress and fixing it. It's a lot of work but, for sure, the most valuable option. You can ask for help for this in the community of Buddypress because there're a lot of people searching for it.
Make it multilingual only the labels
and not the post (that can be easy
done modifying your wp-config.php to
get the GET parameter and loading the
needed file of location:
if ( isset($_GET['lan']) && $_GET['lan'] == 'es')
define ('WPLANG', 'es_ES');
The problem with that is you only get located the labels of the website and not the content, obviously, but I think in a community like Buddypress almost all the content is generated by the user so they will write it in his language and you don't have to worry about translate it. (is like Facebook, labels of the site translated but not the content).
Finally, make a blog for each language and
make manual links between them: What about that? Well if Wordpress can do now multisite, you can create a blog for, for example, the Spanish content and another for the English. You will must to hyperlink each post with his translation but may be a easy solution for your problem.
Sorry for my bad english, I'm Spanish but I hope you understand it.

Categories