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
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
08 Oct 2013 13:39

cristian.nicolae

Hello LarsKroschewski,

If you are referring to the events displayed in the "Events" menu item, then please keep in mind that the number of events that are displayed is set in your backend Global Configuration area > Site tab and it is called "Default List Limit".

Please keep in mind that changing this setting will affect the number of items displayed in lists from other Joomla! components as well.
Category: RSEvents!Pro
08 Oct 2013 10:16

cristian.nicolae

Hello Michael1312,

This can be achieved by using the template overrides procedure, which is described in the following article:

www.rsjoomla.com/support/documentation/v...s-look-and-feel.html

Basically this consists of copying the:

components/com_rseventspro/views/rseventspro/tmpl/subscribers.php

... in your template's html folder:

templates/your_active_template/html/com_rseventspro/rseventspro/

(note if any of the folders in the above path don't...
Category: RSEvents!Pro
07 Oct 2013 17:12

Michael1312

Hello Community,

it would be very helpful if the output of MySubscriptions is showing the EventDate left of the EventDescription additionally (If you have subscribed to several events you would get a better usability without clicking each event and then go back again and again)
Howto change the subscriptions.php?

Thank you in advance for your support.
Category: RSEvents!Pro
07 Oct 2013 15:05

corbishley

Thank you for your help. This solution is a good one except that when I go to create a 'New' I Module Manager, upcoming events (or anything related to RSEvents) are not in the list.
If I could create Upcoming Events as a module and give it the custom position this would be an ideal temporary solution, however this solution would limit the number of events shown to the number set in the admin rather than a custom limit. But this would still be a good solution.

Thank you again for your help. Just...
Category: RSEvents!Pro
Displaying 376 - 390 out of 775 results.