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: show hide
15 Apr 2014 13:48

SanderL

Hi there,

I'm wondering how I can manage the following: I have a Dropdown as choice to choose a certain 'Company'. If you choose your 'Company', I need to know through a second Dropdown which 'Location' of the company you're at.

I managed to hide the 'other' locations (which you don't choose) by adding
{if {locationX:value}} Don't show if value is empty {/if}
{if {locationY:value}} Don't show if value is empty {/if}
etc.

to the PHP Email Scripts.

But now, in the confirmation emails...
Category: RSForm! Pro
12 Mar 2014 14:17

adrianp

Hello,

RSForm!Pro comes with a built-in conditional fields feature especially made for such scenarios:

www.rsjoomla.com/support/documentation/v...ditional-fields.html

Basically you can choose which form fields will show or hide based on the user's choice made from a dropdown, radio group or checkbox. The above article explains this in a more detailed way.
Category: RSForm! Pro
06 Mar 2014 11:08

adrianp

Hello,

By default, RSDirectory! does hide empty fields from the entries details page.

However, you were probably confused when viewing this in our demo server for RSDirectory!:

directory.rsjoomla.com/administrator
directory.rsjoomla.com

This actually uses the "Use description template" feature that generates the entry description based on the description template you have added(useful to provide a custom description without actually modifying any source code).

If you are to go...
Category: RSDirectory!
28 Feb 2014 08:44

r.loberto

Hello,
I need some suggestion for calendar module.

Translation: There is one file to modfy?
Disable tooltip: It's showing blank tooltip, for my site is better hide, is css or javascript?

And after click I need to disable the hover effect in events list (seems no css but javascript)

Thankyou in advance.
Category: RSEvents!Pro
21 Feb 2014 10:54

adrianp

Hello,

The RSForm!Pro built-in conditional fields feature can also hide or show Free Text elements. Check the conditions you have setup and make sure these are correctly added as explained here:

www.rsjoomla.com/support/documentation/v...ditional-fields.html

If this is not the case, can you provide a working URL of the form in question so we can have a look?
Category: RSForm! Pro
30 Jan 2014 13:49

adrianp

Hello,

You will have to add for your RSEvents!Pro Categories Module the ID of the menu item you are using for the event listing page(the "List Events" menu item has an option which can show or not archived events, so make sure that this is set to "No").

Adding this custom itemid is done by editing the module > Options tab > "Custom Itemid" field, here you can add the same ID as your List Events menu item has. Now, if the module has the same item ID as the menu item, it will actually inherit the Archive setting, thus, your archived events will no longer show.
Category: RSEvents!Pro
30 Jan 2014 11:21

PMFrans

My events are automatically archived after one day. I can still let them appear in my calendar, which is great. However, when I add a module RSEvents!Pro Categories and click on one of the categories, I'm presented a list of events for that chosen category including the archived events.

There might be something simple I'm overlooking here, but is there a way to show the archived events inside the calendar, but not in the list of events whenever I choose an event-category from the RSEvents!Pro...
Category: RSEvents!Pro
27 Jan 2014 10:04

adrianp

Hello,

You can try using the RSForm!Pro conditional fields feature that can show or hide a field based on the user selection from a dropdown, radio, or checkbox group. More information on this can be found here:

www.rsjoomla.com/support/documentation/v...ditional-fields.html

Basically you add another item in your radio group and when this is selected, you can display an input field.
Category: RSForm! Pro
20 Jan 2014 03:03

kingkongjoshua

Thanks,
but here's what I did.

I copied the codes directly from the link you gave me.
and here's the result.

<?php

$ph='{surname_partner:value}';
$value_key=array_search($ph,$args);

if ($args[$value_key]=='')
$info->useremail_layout = str_replace($ph,'',$info->useremail_layout);

?>

but still "surname_partner" is showing up in the PDF. Sorry im new to this.
can you give me a hint on what exactly will I do to hide the textbox "surname_partner" if there is no values input by the user?

Much appreciated.
Category: RSForm! Pro
13 Jan 2014 10:25

adrianp

Hello,

You can now choose for your desired events which information to be displayed in the frontend area. The following article(under the "Frontend" section) explains which sharing and event options can be enabled/disabled:

www.rsjoomla.com/support/documentation/v...2-addedit-event.html

You can also configure these options to be checked or not by default for your desired user groups when adding events:...
Category: RSEvents!Pro
12 Jan 2014 15:39

stjschultz

There is an option under Event Registration that says, "Show registered guests on the event page". Is there a way to only make this visible to members that have already registered and logged in, and hide it from public, non-registered view?
Category: RSEvents!Pro
28 Dec 2013 09:11

wayne.yang

I really don't know why Your Component have no City to filter the area for visitors.

No matter what visitors found that they interest, they will leave your site because its not nearby.

What is the points? Check on Craigslist simple website with simple function.

Should have a module that list all the city automatically base on what advertiser enter in the city field.

Also, homepage is using List Categories. and the option for top level category is force to show hide. Because if i set yes it...
Category: RSDirectory!
25 Nov 2013 08:51

alexp

You can't have variable fields within your form, but you can have them show or hide depending on other fields. More on this here:

http://www.rsjoomla.com/support/documentation/view-article/749-conditional-fields.html
Category: RSForm! Pro
05 Nov 2013 17:51

trisha

Hi

how i can get mebership status and get allow to show or hide some html div?

like user group for joomla

something like that
$user =& JFactory::getUser();

if (!$user->guest) {
echo 'You are logged in as:<br />';
echo 'User name: ' . $user->username . '<br />';
echo 'Real name: ' . $user->name . '<br />';
echo 'User ID : ' . $user->id . '<br />';
}

thanks.
Category: RSMembership!
04 Nov 2013 09:14

adrianp

Hello,

RSForm!Pro comes with several layouts for your forms to choose from. If these do not suit your needs, you can perform layout and style adjustments as explained here:

www.rsjoomla.com/support/documentation/v...yle-adjustments.html

The simpler way would be to start with a 2 columns layout and work your way from there(to display the "Cost" on a third column).

Note that you cannot actually dynamically add fields within a form. RSForm!Pro...
Category: RSForm! Pro
Displaying 166 - 180 out of 404 results.