188 Posts
uriel
9 years ago
8
Topic


Good day! Ladies and gentlemen!

the SEBLOD comes with live field, (URL variable).

I have tried to use, but I can only get the Article,  ID.

I want to get the title of the article, the article category also.

How to do this?

Get a VIP membership
154 Posts
WebOne
9 years ago
4
Level 1

What view are you using to retrieve these values?

Have you tried simply adding the Article Title and Article Category Fields to that view (and then retrieving those values)?

188 Posts
uriel
9 years ago
3
Level 2

Hello!

I'm using the standard live field SEBLOD
"Live URL Variable".

theoretically it should get data from the URL.
Examples: Title, ID, category

site.com/category/ID-title 

SD live field (simmons)
works correctly.

Hugs

4229 Posts
Kadministrator
9 years ago
2
Level 3

Hi, you are confusing SEF urls and real ones, to see real ones turn off SEF in Joomla, most of the time there will only be a id in the url. To get values from main conten type into e..g module, you can use SD live plugin.

188 Posts
uriel
9 years ago
1
Level 4

Hello.

I'm not connected SEF.
SEBLOD the default field (URL Variable), only shows the article ID.

Please. Take a picture of your for me to see how it works.
Or makes a tutorial.

I do not want to use SD live field.

hugs

4229 Posts
Kadministrator
9 years ago
0
Level 5

it is NOT possible without Sd Live.

9 years ago
0
Level 1

this may work http://www.seblod.com/community/forums/fields-plug-ins/what-is-the-correct-syntax-for-uri

9 years ago
1
Level 1

dynamic select

table - content

where - id=$uri->get('id')

value - title

label -empty

1283 Posts
Bucklash
7 years ago
0
Level 2

Hi

Update:

dynamic select
table - content
where - id=$uri->getInt('id') // <-- here
value - title
label - whatever you want

Get a Book for SEBLOD