d4ng
8 years agoGuide
Where can I find m-p param?
Hi I need to know where I can find in LiQL param "m-p"? ("view_href" : "/t5/Na-karte/testowanie-ograniczenia-znakow/m-p/1884#M12",) because I won't display all post with this param (m-p)
Hi thank you for your answer but it is not the solution to my problem. I want to know where in database kept these parameters:
t5/Baza-wiedzy-Telewizja/Wyłączenie-kanałów-SD-TV/ta-p/12414
t5/Ogłoszenia/Wszystkiego-najlepszego/td-p/14701
t5/Abonament/Jaki-jest-aktualny-nr-faksu/m-p/15565
etc.
for example:
I need query to display all post from "td-p"
d4ng - You need to use conversation_style from this doc. To get all the ta-p, you can use this call.
SELECT message FROM boards WHERE conversation_style = 'tkb'
I hope this helps.