See details directly view

frankpto

New Member
Hello.

I made a filter to a list through the id. {$My->id}

The procedure is as follows:

1. I click on the menu option in joomla (image 1) (Comentarios de Donantes).
2. The filter shows me a unique id. (Image 2)
3. Click the unique glass icon and shows the detail view with the comments. (Image 3)

all right, no problem, at the end shows what I want.

The final link of the details view is:
index.php? option = com_fabrik & view = details & formid = 3 & rowid = 38 & Itemid = 423


But what I want is to click on the submenu of joomla ("Comentarios de Donantes") and directly access the detail view.

The option I've found is using the "details" to add joomla menu (image 4_A, 4_b, by 4 ? C)

But the detail view does not display the comments.

The steps for this option are:

1. Click menu joomla (image 5).
2 Shows the detail view but without the comments.

The final link of the details view is:
index.php? option = com_fabrik & view = details & formid = 3 & Itemid = 445



As you can see the difference in the link it is in "rowid = 38"

The "Details" (new option detail in joomla, image 4_a) does not indicate the "rowid=38" , and shows no comments.


Ideally do something like this:
&rowid = {rowid}

index.php? option = com_fabrik & view = details & formid = 3 & rowid = {rowid} & Itemid = 423

It does not work on "Create an internal or external URL" in Joomla.


Anyone know how I could do it?

Thank you.
 

Attachments

  • image 4_b.png
    image 4_b.png
    8 KB · Views: 122
  • image 1.png
    image 1.png
    20.2 KB · Views: 117
  • image 2.png
    image 2.png
    7.8 KB · Views: 115
  • image 5.png
    image 5.png
    18.9 KB · Views: 113
  • image 4_a  -- new-optio-section-menu.png
    image 4_a -- new-optio-section-menu.png
    6.9 KB · Views: 115
  • image 3.png
    image 3.png
    92 KB · Views: 120
  • image 6.png
    image 6.png
    61.4 KB · Views: 117
  • image 4_c.png
    image 4_c.png
    18.7 KB · Views: 141
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top