We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Row_id - how the hell do I find it

How Do I?

IdeaFarm's avatar
IdeaFarm
47 posts
one month ago
IdeaFarm's avatar IdeaFarm

Client has a website running on 4.3.1 - Has a mirror website. On one I did utilize row_id - Now I can’t remember how the hell to find the row_id.

Trying to get them to upgrade. But it’s pulling teeth at this point and I’m about done.

How do you find a row_id on EE?

Thank you, JohnBoy

       
Andy McCormick's avatar
Andy McCormick
316 posts
4 weeks ago
Andy McCormick's avatar Andy McCormick

row_id can mean a lot of different things. Do you mean you used row_id in a channel entries loop? Maybe looping through a grid? A little context and maybe a code snippet would help us help you a lot here.

       
IdeaFarm's avatar
IdeaFarm
47 posts
4 weeks ago
IdeaFarm's avatar IdeaFarm

Hey Andy,

It’s a list of TV Channels. For the movie package networks I pulled the specific row_id from a Grid. I would set this up differently now but this was built like 6 years ago - and they want to match it on a mirror site. And now I can’t for the life of remember how I pulled the row_id.

                <tbody>
                    {exp:channel:entries channel="tv_channels" entry_id="82" dynamic="no" }
                    {channel_list row_id="51|52|53|54|242"}
                    <tr>
                        <td [removed]>[img]{channel_list:channel_img}8iwiMScGaAeKvvO4AOEsArR3CM6tpNEstypography_img_src_end width="75" height="75"
                                alt="" [/img]</td>
                        <td class="fw-bold">{channel_list:channel_number}</td>
                        <td class="fw-bold">{channel_list:channel_name}</td>
                        <td>Available with Subscription</td>
                    </tr>
                    {/channel_list}
                    {/exp:channel:entries}

                </tbody>

Any Help would be appreciated.

Thanks - Johnboy

       
Andy McCormick's avatar
Andy McCormick
316 posts
4 weeks ago
Andy McCormick's avatar Andy McCormick

I believe it’s legitimately the row in the database. (https://docs.expressionengine.com/latest/fieldtypes/grid.html#row_id . So you would need to find that grid field’s table in the database and get the row id.

       
SteveCode's avatar
SteveCode
4 posts
2 weeks ago
SteveCode's avatar SteveCode

Hope your problem can be solved soon

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.