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
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
31 Mar 2022 23:30

brynk0

I have two menu items in the frontend of a website. Both are rsforms->submissions->directory

you must login to the front end to see these menu items (registered)

the first menu item is fine. You login and then select this menu item and you can see the data in column format of the data submitted in the form

the second form is not "fine". You can only see a PDF icon for each submission. There are no other columns per line and when you "click" on the icon you get an empty PDF file. (PDF Plugin...
Category: RSForm! Pro
02 Mar 2022 09:36

tamimi5

tamimi5 wrote:
Dear RSform community,

I hope everyone is well, can anyone point me to how to achieve this .. as my head is spinning for hours without any good results lol

I have a 2 form one like incident creation which has few fields - the user will fill it and submit it

the second form will take the name of the incident from the first form using sql like this one I found on tutorials which works as I wanted

//<code>
// Prepare the empty array
$items = array();
// Prepare the database connection
$db =...
Category: RSForm! Pro
23 Dec 2021 01:07

danny.branderhorst

Hello Alexander, sorry but i could not give quicker a respons. But i just start all over here, because i doing something wrong.

Website are: www.db-communciations.nl

And check the following link, temporary:
db-communications.nl/index.php/test-envi...sf003-communications

Also check topmenu item:
test environment

Inside you could see a lot of different components for downloading. I will using RSFiles when i finished, also used bootstrap, so i make a override of...
Category: RSFiles!
14 Dec 2021 11:25

dragos

Hello,

You can take a look at RSForm!Pro's Submissions Directory feature.
Category: RSForm! Pro
Displaying 16 - 30 out of 775 results.