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
08 Nov 2014 15:15

paul.lott

Edit the Menu Item within Menu Manager and set the items number to All
Category: RSForm! Pro
07 Nov 2014 15:39

bfrylinck

Good Day

I've set up RS Files to show the Search and Bookmark options, but my page is only showing an empty nav bar at the top: www.naccw.org.za/publications

For some reason linking to RS Files also moves my template navigation to the left of the page. I have assigned the correct template to this menu item. Why is this happening and what can I do to fix this?

Thank you
Category: RSFiles!
27 Oct 2014 12:54

cosmin.cristea

You can use the CSS and Javascript section of RSForm!Pro to declare background colors to the dropdown list items. For example:
<style>
#dropdown_id option:nth-child(1) {
   background-color: yellow;
}
#dropdown_id option:nth-child(2){
   background-color:black;
}
#dropdown_id option:nth-child(3){
   background-color:red;
}
</style>

This will only be visible in the frontend when submitting the form.
Category: RSForm! Pro
24 Oct 2014 13:52

albert.moreno.forrellad

Hi,

I bought time ago you RSform PRO 1.4 Rev 43 for Joomla 2.5
In a form of the web, there is a dropdown menu that contain countries (reading from an external database):

//<code>
$items = "|- Please Select -[c]\n";
$db =& JFactory::getDBO();
$db->setQuery("SELECT id, printable_name FROM `#__countries`");
$result = $db->loadObjectList();

foreach ($result as $r)
$items .= $r->id . '|' . $r->printable_name . "\n";

return $items;
//</code>

that work fine !!

But on the email the client receive...
Category: RSForm! Pro
24 Oct 2014 12:11

cosmin.cristea

This issue is most likely generated by a misconfiguration in the menu-item's options. More information on this specific menu item can be found here:
http://www.rsjoomla.com/support/documentation/view-article/691-built-in-menu-items.html#events

If the problem persits, please do not hesitate to Submit a Ticket, so we can take a closer look.
Category: RSEvents!Pro
24 Oct 2014 11:16

kampats1986

Hi there,

I am new in the forum as I purchased the component just a day ago.


I am having a problem in appearing a certain only category of events.

I have created categories

I set a menu item in rs event list, in certain category but nothing appears.

It only appears items when I haven't select any categories.

I tried with all categories selected, in case a category had a problem, but nothing.

The menu item appears events only when I have no category selection....
Category: RSEvents!Pro
24 Oct 2014 10:53

cosmin.cristea

This is not a functionality of the current version of RSForm!Pro, however you can allow your submitters to edit their data trhough the use of the Manage Directories menu item.

http://www.rsjoomla.com/support/documentation/view-article/907-how-to-set-up-frontend-submission-editing-manage-directories.html
Category: RSForm! Pro
20 Oct 2014 07:04

pjamm.leenders

I have a form that vistors can fill out (without having to login).
I have also a menu-item showing the submissions (Submissies directory) of this form (can only seen by certain people, who has to login).
When a vistor fills out the form and submit it, the form tries to login and show the menu-item for the submissions.
I don't want that, so how can i prevent that?

The problem was generated by the ccIDEAL-component.
I switch to jdIDEAL component and don't have any problem any more.
Category: RSForm! Pro
16 Oct 2014 20:14

clucking

I have did is this way:

Created a hidden menu with an item with rsjoomla eventspro events including a filter for categories etc.
Now using a plugin inserted a tag in the article which gets and lists the event items from the hidden menu item.

This is the (free) plugin:

extensions.joomla.org/extensions/core-en...embed-a-include/8741

Example of my tag in the article:

{component url='index.php?option=com_rseventspro&view=rseventspro&Itemid=320'}

Regards,

Claus.
Category: RSEvents!Pro
15 Oct 2014 13:42

stl-software

I'm having problems to see SEF urls in RS Forms Pro.

I'm getting this result: en/?option=com_rsform&formId=6
The form is linked to the menu (has an itemid).

Do you know what could be the problem?

All the other links are working with Joomla native SEF enabled.
Category: RSForm! Pro
10 Oct 2014 13:12

tier3

We are using RS Media Gallery. We have a menu item, filtered to display images from one tag. The menu item is configured to allow up to 60 images to display, but only 12 will display. There are 22 with the tag assigned.

How do I troubleshoot this?
Category: RSMediaGallery!
01 Oct 2014 11:05

technik@hqs.de

I would like to insert a menue item for displaying all user feedbacks only for registered user. Everybody (public)should see this menu item, but only registerd may see the Feedbacks. How can I insert a Login form or a link to a Login form?

Thank you

Dieter
Category: RSFeedback!
29 Sep 2014 12:02

cosmin.cristea

The generated PDF file can be attached to the User Email by checking the appropiate box (Form Properties - User Emails -> Attach to email)

You can create a URL to the generated PDF file using this placeholder: {user_pdf}. It can be used to create working links to the RSForm!Pro generated emails, "Thank you message", "Submissions View" - menu item (details view) and the "Submissions Directory" area (details view and emails).

Please keep in mind that the above placeholder will return a URL, in...
Category: RSForm! Pro
26 Sep 2014 15:10

Gerard.Verheij

Hi,

My customer wanted to create Joomla-users to his website in a simple way. So I created a form with RS!Form Pro and the Joomla Registration Plugin, as described here.

Also, he wanted to assign the correct Access-right to this new users. In this website, lots of specific functionality (menu-items, modules, forms, articles etc) is only available (with View-Access-Levels) when you are in the correct ACL-group.

So, I use a dropdown-field in the user-creation-form to select the user-group the...
Category: RSForm! Pro
17 Sep 2014 14:41

emiel

Thank you Alex for your quick suggestion.

In our situation we have on all 60 sites 1 single promotion form. That promotion form can be used in several formats, like the sidebar (where it has additional html around it and a specific title). We want to keep the flexibility to have the form appear in different formats, without ending up creating multiple copies of the same form. So we cannot use the mod_rsform module, because it doesn't allow us to add html before/after the form.

Currently it...
Category: RSForm! Pro
Displaying 301 - 315 out of 779 results.