How to upgrade module Suggest a Frend from Drupal 6 to Drupal 7, or how to replace it? - drupal-modules

I am creating a social networking site for which I need the module Suggest a Friend. But this module is not available for Drupal 7 (yet), only for Drupal 6.
Is there any module which can be used as a replacement of the Suggest a Friend module (for Drupal 7). Or how can we upgrade a Drupal 6 module to Drupal 7?

You should take a look at the api changes from Drupal 6 to Drupal 7 and look up the functions/objects that are used:
http://drupal.org/node/224333

Related

Is it possible to migrate an API Plugin from Shopware 5 to Shopware 6?

I would like to migrate an API Plugin (which we created) from Shopware 5 to Shopware 6.
Is it possible or should I have to create a new API on Shopware 6 ?
The APIs differ too much, so you won't be able to superficially migrate from the plugin system of Shopware 5 to the plugin system of Shopware 6. You'll have to adapt to the API of Shopware 6 entirely.
As shopware 6 is a complete rewrite, so the code base and also the API is completely different then the shopware 5 one.
So it is best to create a complete new plugin.

Search for fields other than title in Sitefinity backend dynamic module search

In sitefinity version 8.2 there was an option to search within dynamic module items by full name in the backend. But it is not giving any result after my upgrade to 12.2. Is this feature still available or should I need to enable it anywhere in the settings? I couldn't find any documentation related to that.
The search is working only for the title. Our application was in Sitefinity 8 and recently upgraded to 12.2.
Need some help with this.
Unfortunately the new backend UI (AdminApp) searches only by Title field.
A few workarounds are offered here:
https://knowledgebase.progress.com/articles/Article/adminapp-searching-in-the-backend-works-on-title-field-only
The easiest of which is switching back to the classic (old) UI.

Is there a custom module to drag and drop files in drupal 8?

There is an option in Drupal 7 to drag and drop files (https://www.drupal.org/project/dragndrop_upload). But couldn't find one for Drupal 8. Please help me out.
In Drupal 8 drag and drop files feature is possible using the PLupload (https://www.drupal.org/project/plupload) and PLUPload Widget (https://www.drupal.org/project/plupload_widget) combination. Provides integration between for the Plupload widget to upload multiple files and Drupal.
I also search for this but not found any module for that.
You need to do it by custom by using any third party library.
E.g: you can use Dropzone library, they have good documentation also.
Work is being done directly in Drupal 8 core. All efforts should be directed there so that contrib/custom modules are not necessary for this purpose.
See File Field design update for details.

In joomla i want to add multilanguage facility on administrator end in a custom component

I have created custom components in joomla like,event.In these component how i will add multilanguage features that's why i add title and content in a multilanguage?
First, it is important to understand that the Joomla multilingual features are not intended to be a full blown language manager. You will still need to use an additional language manager in order to truly display all of your content in multiple languages. Joomfish has been the most popular, but it does not have a version for 1.7/2.5 yet, though it is supposed to be released shortly. You might want to try FaLang, it's a Joomfish fork and 2.5 compatible. This should help -
Joomla Language Switcher tutorial - http://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6
How to add Joomfish to your component - http://docs.joomla.org/Adding_Joomfish_functionality_to_custom_components (this is for 1.5 but the process should be similar for 1.7 and FaLang)
Joomfish - http://extensions.joomla.org/extensions/languages/multi-lingual-content/460
FaLang - http://extensions.joomla.org/extensions/languages/multi-lingual-content/18210

Payment module in Kohana 3?

I've been using Kohana 2.3.7. There are somethings that are holding us back to using Kohana 3 and one is the lack of modules compared to 2.3.7. For instance, I can't seem to find the Payment module (Paypal, 2C0, Authorize.net, etc) present in 2.3 to 3. If there is already, can you please direct me to it?
Thanks for the help.
There are a few payment modules for Kohana 3.
Paypal
Google Checkout
Both created by Woody Gilk.
You also have the option of porting the Kohana 2 libraries. Takes no longer than half a day and gets the job done.
You can load the official authorize.net PHP SDK as a Kohana module.
http://dev.strategystar.net/2011/10/authorize-net-module-for-kohana-3-x/
I hope it helps. The two resources that Pixel Developer posted work nicely for Paypal and Google Checkout.

Resources