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
21 Sep 2023 11:08

uniongaiaeventi

Hi, Is it possible to associate the directory view
(index.php?option=com_rsform&view=directory)
within a joomla module instead of linking it to a menu item?
Thanks
Regards
Category: RSForm! Pro
31 Aug 2023 21:30

kvallema

Hi

Running a website where most everything is reserved for registered members only, I would like to hide the feedback-component from Public. I do not have a public menu-item for teh forum but should you get the complete URL from somewhere, you can get all the feedbacks without logging in.

Is there a way for me to prevent public access to the component.

Best regards,
Kimmo
Category: RSFeedback!
02 Jun 2023 22:40

kvallema

Is there a way to configure a menu item that would open a specified category automatically. I only have one category (for the time being at least), and it seems unnecessary that the user lands first on a category-list when there is only one category, and has to click the category before getting to the actual content.
Category: RSFeedback!
03 Apr 2023 17:57

info5963

You can use the link that is generated when you click Preview.

Or you can create a menu item directly to the form, which is not displayed, and call it "Individual link".
Category: RSForm! Pro
12 Jan 2023 13:19

dragos

Hello,

First you'll need to create a custom.css file as explained here, where you can use something similar:
#rstpl-main-menu-position .navbar .navbar-collapse .mod-menu > .nav-item.active > a::after {width:0;}
#rstpl-main-menu-position .navbar .navbar-collapse .navbar-nav-scroll .mod-menu > .nav-item:hover > a::after {width:0;}
Category: Templates
11 Jan 2023 02:06

signcoders

Hi guys

Did you know how to disable the first character underline decoration on top menu items?

Thank you
Category: Templates
09 Jan 2023 01:07

jenjg@msn.com

I am looking to hire someone who can help me perform a template override to my RSEvents!Pro component so that the module version of the events calendar displays more like the menu item version of the calendar. I am using Yootheme Pro, so I am not able to display the calendar how I want it.
Category: Templates
21 Dec 2022 12:11

dragos

After adding the mentioned module (RSForm! Pro Module List):

- create and configure a Submissions - Directory menu item for your desired form, and under the Link Type tab set the 'Display in menu' option to 'No', if you don't want this to be actually displayed in your menu. After saving it, you will be able to copy the generated ItemId for this menu item.

- assign a custom position to this module, for example: directory-position;

- in the Advanced tab of the module, paste the menu item Id of...
Category: RSForm! Pro
28 Oct 2022 10:27

dragos

Hello,

You can try enabling the 'Show archived events' option from your events listing menu item.
Category: RSEvents!Pro
14 Oct 2022 00:19

cappleby

I'm upgrading to Joomla 4 and have installed RSJuno 2.1.3 but when I go to the front end I get an error 500 with the message
count(): Argument #1 ($var) must be of type Countable|array, null given.

The site works fine with Casseiopia set as the template. I've tried uninstalling then reinstalling the template with no success.
The error only occurs on some menu items.
Category: Templates
06 Oct 2022 12:16

mabdelhady

Is there a way to run a query on the submissions list menu item? What I'm trying to accomplish is to list submissions belonging to users based on a query, the one who is logged in, the submissions are not necessarily submitted by the logged in user but the records belongs to the user based on an ID number in the database so I want to run a query to fetch records using a join statement. Thanks.
Category: RSForm! Pro
01 Sep 2022 11:33

DiGwork

I would like to be able to filter a form by the logged in user's id so that the user can only see his or her form submissions.
To put it another way I would like to apply a filter to the menu item form directory so that when the list of submissions show the only submissions viewable are those of the logged in submitter.
this is my attempt but it does not work:
[img size=1280px]risingstar.plumsystems.co.za/images/User...ing_of_Directory.png[/img]

As you can see there is a row in the list that I would...
Category: RSForm! Pro
03 Aug 2022 08:16

kovacshazi

We have updated RSForm to the latest version.
After the update the Sumbission View menu items do not work.
The error message: 0 - Call to undefined method RsformViewSubmissions::setDocumentTitle()
Joomla 3.10.10
RSForm 3.1.0
Category: RSForm! Pro
08 Jul 2022 15:08

huwhuw

Here is a solution to list all RS Forms in a joomla article using the excellent Regular Labs sorcerer

<?php

$servername = "changeme";
$username = "changeme";
$password = "changeme";
$dbname = "changeme";



try {
// Start connection
$conn = new PDO("mysql:host=$servername;dbname=$dbname", $username, $password);
// Set the PDO error mode to exception
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

// Query
$sql = "SELECT * FROM jos_rsform_forms WHERE Published = 1 ORDER BY...
Category: RSForm! Pro
19 Apr 2022 07:35

adrianp

Hello,

Try these steps:

- ensure that you're using the latest RSForm!Pro version (updating instructions).

- check your Manage Directories settings for this second form, more precisely check the "Fields" tab to actually have fields selected to be included in your listing or details page.

- if you've manually adjusted the Details Layout, save your custom layout elsewhere and generate a pre-defined one.

- if you're using cache, clear your Joomla! cache and then check this once more (it may...
Category: RSForm! Pro
Displaying 16 - 30 out of 779 results.