Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: import data
08 Apr 2011 07:43

houfton

I have been trying this version for J!1.6. It seems to work...
if (isset($_POST['form']['username']))  
{  
    jimport('joomla.user.helper');
    $database =& JFactory::getDBO();  
    $fullname = $_POST['form']['firstname']." ".$_POST['form']['lastname'];  
    $email = $_POST['form']['email'];  
    $username = $_POST['form']['username'];  
    $password = $_POST['form']['password'];  
    $salt = JUserHelper::genRandomPassword(32); 
    $crypt =...
Category: RSForm! Pro
22 Mar 2011 02:58

chakry

Hi All,

how can we import events data in joomla 1.5 site (which uses JEvents component) to the Joomla 1.6 website (which uses RSEvents component).

Thanks in advance.
Category: RSEvents!
17 Mar 2011 12:14

CHCG

Is it possible to create fields that are read-only and not editable by the user?

More precisely: In the form I am trying to create I have a number of fields that are pre-filled-in by user data inserted from Community Builder tables. I don't want these fields to be editable by the user - but (IMPORTANT!) included in the submitted user and admin emails as well as into the submitted forms table.

Is it possible to do?

Your advise is much appreciated.
Category: RSForm! Pro
16 Mar 2011 08:01

CHCG

I am building a form in which I want the user contact info to be imported from Community Builder. For this I have copied (and modified - see below) the script found in the FAQ section into the "default value" field:
$my = & JFactory::getUser();
$db = JFactory::getDBO(); $myid = $my->id;
if ($myid > 0)
{
$db->setQuery("SELECT `firstname` FROM `jos_comprofiler` WHERE `user_id`='".$myid."' LIMIT 1");
$result = $db->loadResult();
}
return $result;

...and modified the database-prefix with...
Category: RSForm! Pro
07 Nov 2010 07:54

sjnims

Did some digging, came up with the following example...it hasn't been tested and does not save data (there are examples on how to save data to a table elsewhere) but should get us started...use from <code> to </code> on the scripts tab in the on form processing text area...
//<code>
 
// Adapted from user registration bind function here: http://api.joomla.org/__filesource/fsource_Joomla-Framework_User_joomlauseruser.php.html#a490
 
// PLACEHOLDER - If logged in, dont show registration form...
Category: RSForm! Pro
20 Oct 2010 17:44

ricky.swanson

How can you import data from a flash form into my rsform?

I have a flash file I created on my home page calls for four simple fields...

Name
City and State
Phone Number
Email

Followed by a submit button that takes me to my RSform page.

How can I import the data they provide to automatically appear on my rsform?
Category: RSForm! Pro
06 Oct 2010 05:51

Flosen

And here is the German Backend


#
# @version 1.0.1
# @package RSEvents! 1.2.0
# @copyright (C) 2009 www.rsjoomla.com
# @license GPL, www.gnu.org/copyleft/gpl.html
#


#GENERAL

RSE_FILTER=Filter
RSE_CLEAR_FILTER=Filter löschen
RSE_PUBLISHED=Veröffentlicht
RSE_ORDER=Soertierung
RSE_SELECT=Auswählen
RSE_SAVE_BTN=Speichern
RSE_CANCEL_BTN=Abbrechen
RSE_CANCEL_OPERATION=Vorgang abgebrochen
RSE_PUBLISHED_ERROR=Eintrag wählen um
RSE_COPY_OF=Kopie von
RSE_#=#
RSE_BACK=Zurück...
Category: RSEvents!
17 Sep 2010 06:28

marchal04

Search Engine Optimization(SEO) is the technique of placing your website so that its ranking increases in search engine databases. You want your website to have a high ranking and be as relevant as possible to a user’s search.

Successful SEO websites use articles and keywords that are based on those words that Internet users type into search engines when they are looking for a particular product or service. As you’re building your website you want to ensure effective keyword placement in...
Category: RSSeo!
14 Jul 2010 06:25

dianat

I use joomla for my site and I was very happy, first helped me greatly in data storage in MySQL
Diana, Constanta
Category: RSMail!
12 Jul 2010 08:14

bogdanc

Hello,

If you are using MSExcel then please try this:

Go to Menu > Data > Import External Data > Import Data, browse the CSV file and set up the Character Set for the imported file to "Unicode (UTF-8)" from the wizard that appears.

If you are using Open Office then, when opening the CSV file, please try setting the Character Set to "Unicode (UTF-8)" from the window that appears.
Category: RSForm! Pro
30 Jun 2010 06:11

andreic

Hello,

Please note that you can import your tickets data and settings from RSTickets! into RSTickets!Pro with the help of the import plugin. You can read more about this plugin here:

www.rsjoomla.com/customer-support/docume...o-import-plugin.html
Category: RSTickets!Pro
16 Jun 2010 00:48

lord313

The CSV file generated by the export uses the "UTF-8" character encoding, which is not correctly detected by some older versions of MS Excel. You must first save the file locally, then open Excel and use the data import wizard (Data menu->Import External Data). There you should be able to choose the correct encoding for your data: UTF-8 if available (Excel 2003) or the encoding corresponding to your language.

If this doesn't work, you need to open your file in a text editor that supports the...
Category: RSForm!
04 Jun 2010 17:17

tyler.park

I have a form we are using for lead generation. There are several marketing channels we are pushing to this form page. We are using Omniture for site analytics, so when a user clicks an add we include a tracking code as a query variable, so they get a URL like this: www.someurl.com/formpage?cpn=paidsearch

What I would like to do is be able to pass in some data (like the query variable, in this case "paidsearch") into a hidden field on the form so the sales people who are reaching out to the...
Category: RSForm! Pro
03 Jun 2010 14:45

HLEBOEUF

Hello,

I'm devlopping my forms on a localhost, is there a way to export the form definition and then import into the production site ?
Data for the form is not important.

Kind Regards
Category: RSForm! Pro
22 Feb 2010 08:50

Matsubara

Hi Rene Kreijveld,

I am very interested to know how you build it. Did you hack the component or did you just use the component resources?

That URL that you put in this quoted post to download is broken. Could you put or URL, or send me by e-mail: This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Thanks for attention,
Alexandre

r.kreijveld wrote:
I have added here a small example form that adds the form data to the database table jos_register while NOT adding the data to the default rsform tables.

Before you run this...
Category: RSForm! Pro
Displaying 121 - 135 out of 171 results.