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: menu item
02 Dec 2013 20:53

benclintz

@ octavian unfortunately the code gives the title of the page that the form is placed in/
i am also looking for a similar thing
Category: RSForm! Pro
02 Dec 2013 16:07

slewis1972

Hi

Instead of a search box, I was wondering if I can create a link in say a menu to a search criteria so that it just brings up those items eg

One of my fields has comments that include, left, right or both. So I want to create a url that will bring back all entry's that have say "left" in.

Any ideas if possible?
Category: RSForm! Pro
02 Dec 2013 14:58

markus.thurner

$formLayout = str_replace('[','',$formLayout);
$formLayout = str_replace(']','',$formLayout);

this did the job :-) so i got no [] in the generated link (Scripts -> PHP Scripts ( $formLayout))

and called the value with this (dropdown menu!) on the next form

//<code>

$options = array('Dezember', 'Jänner', 'Februar', 'März', 'April');

$selected_option = JRequest::getVar('formmonat');

$items = "|
\n";

foreach ($options as $options_item) {
$items .= $options_item."|".$options_item;

if...
Category: RSForm! Pro
02 Dec 2013 11:21

adrianp

Hello,

With RSForm!Pro, when listing submissions, the menu item used to list submissions can be set to only show the logged in user's submissions only for that particular form.

The newest RSForm!Pro revision also comes with a Manage Directories feature, which is used to allow editing the submitted information from the frontend area(this can also be setup to only show the logged in user's submissions).

In your case, since you want to update the submitted information for a particular user,...
Category: RSForm! Pro
26 Nov 2013 11:52

adrianp

Hello,

Since you are also getting the user's ID from the database, you can try using the following approach:

- a script will be needed within the "Scripts called on form process area" that will update the "#__rsform_submissions" table based on the user ID from the dropdown's selection for that submission.

More information on the RSForm!Pro PHP scripting areas can be found here:

www.rsjoomla.com/support/documentation/v...602-php-scripts.html

- you can use the "Directory...
Category: RSForm! Pro
26 Nov 2013 09:56

nytweb

Hey there

I have created a form, and there is a drop down menu were the poster selects a user, i am using this code to achieve this:

//<code>
$db =& JFactory::getDBO();
$db->setQuery("SELECT `id`,`name`,`email` FROM #__users LEFT JOIN #__user_usergroup_map ON #__users.id=#__user_usergroup_map.user_id WHERE #__user_usergroup_map.group_id=11");
$results = $db->loadObjectList();
$items[] = "|Vælg venligst";
foreach ($results as $res){
$value = $res->id;
$label = $res->name;
$items[] =...
Category: RSForm! Pro
18 Nov 2013 14:24

octavian

Go to Menu Manager and click "Rebuild". You have errors in your database and menu items from the backend get mixed up with the ones from the frontend.
Category: RSFirewall!
08 Nov 2013 11:30

accounts65

I have installed and configured RSJuno! and it works fine - except for one frustrating problem - I cannot make Custom HTML modules display. I have checked module configuration and have ensured that the modules are attached to menu items, including trying out every variable in this regard. i have tested other modules in the same template positions and they all display without issue. I'm not sure if it's me doing something wrong here, or it's an issue with the template. Anybody else had this sort of problem - and know how to fix it! Thanks, :)
Category: Templates
04 Nov 2013 09:37

adrianp

Hello,

The RSForm!Pro Joomla! User Registration plugin allows you to create a user registration with RSForm!Pro:

www.rsjoomla.com/support/documentation/v...stration-plugin.html

This basically allows you to map the basic required fields that will be used in the Joomla! registration with your custom RSForm!Pro form. It does not have any built-in features that will allow you to also assign the extra information you collect along with these.

The...
Category: RSForm! Pro
29 Oct 2013 20:05

tony32

I have a url that RSmembership will not trap, however if I turn or SEF urls it works perfectly. All other ones I use work fine. The link can be accessed from 2 different menu items which give 2 different sef urls

the non sef url is:

index.php?option=com_sobipro&task=list.user&sid=62&uid={*}

this link gets trapped www.stocktipsnetwork.com/live-stock-tips/list/user?uid=1393

this one dosent: www.stocktipsnetwork.com/filtered-tips/list/user?uid=1393

Can you explain of ell me what I need to look at?

thanks

Tony
Category: RSMembership!
29 Oct 2013 04:24

Dan1980

Hi guys,

RSForm Pro is forcibly overriding all the Meta Descriptions on every page of our client's Beta site (Joomla 2.5.14).

Any tips on how we can disable the Meta in RSForm Pro and allow the Global Config Meta and/or Menu Item Meta and/or Article Meta to take precedence?

Btw, the Forms (we have 3) are mostly in modules that occur on each page of site (eg. footer).

Thanks,
Daniel
Category: RSForm! Pro
22 Oct 2013 15:04

surrender

Hello team RSJoomla forum! My english bad, so please don't judge me )) I'm using rsform. One of my form fields is dropdown menu named "kname" with code

Warning: Spoiler! [ Click to expand ]


One more field is file upload with...
Category: RSForm! Pro
21 Oct 2013 06:27

octavian

Please check all of the configuration options of the menu item: http://www.rsjoomla.com/support/documentation/view-article/509-rsblog-menu-items.html and make sure "Only Display Intro Texts" is set to "Yes".
Category: RSBlog!
18 Oct 2013 14:02

jlizaso

Hi,

We are missing our Breadcrumb module only on the menu items related to RS!EventsPro.
The Bradcrumb module is marked as All Pages. I was wondering if there is any way to keep the BreadCrumb on the RS!EventsPro menu items,

Thank you for the help,
Jorge
Category: RSEvents!Pro
11 Oct 2013 14:36

stevent

I'm creating a form with conditional fields. If a user selects an item from a dropdown menu, two aditional fields will appear, depending on the selected choice. I have feeling this only works with a usr action on the dropdown (that is onChange)

Now I want the dropdown to be pre-selected, depending on a variable that is passed through the url. (like www.mysite.com/form?choice=1) I know how to preselect the dropdown, but how can I have the subsequent fields be shown as well?
Category: RSForm! Pro
Displaying 376 - 390 out of 779 results.