Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8893501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:15:49+00:00 2026-06-14T23:15:49+00:00

I’m building a site with approximately 5 different channels and five different field groups.

  • 0

I’m building a site with approximately 5 different channels and five different field groups. The home page of the site has multiple “feature” areas that can feature any of the entries from any of those channels. I need a way to allow users to “flag” an entry as a feature for the home page, then for an admin to take that entry and place it in any one of the 5 feature areas of the home page.

I have the second part of this equation (the admin placing the feature) figured out — I’m using Low Variables and Playa for that and it’s amazing. It’s the first part (users flagging entries as features) that I haven’t been able to hammer down a great method for.

As I mentioned, any one of the 5 or so channels can have entries flagged as a feature, and each of those channels has a different field group. When flagging any entry as a feature there are a few required things:

  1. Feature Image
  2. Excerpt
  3. Department

That goes for any entry in any channel. The tricky thing for me is the fact that I can’t have similarly titled fields in different field groups.

Any ideas on ways to pull this off so it’s not a convoluted process for the user?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T23:15:51+00:00Added an answer on June 14, 2026 at 11:15 pm

    I’d take a look at Flag Master for user flagging of entries. An add-on from mithra62 which you can see here as well:

    http://devot-ee.com/add-ons/flag-master

    The tricky thing for me is the fact that I can’t have similarly titled
    fields in different field groups.

    One route might be using Switchee with the {channel} variable inside the channel entries loop. The pseudo code might look like this:

    {exp:channel:entries channel="news|someother"}
    
        {exp:switchee variable="{channel}" parse="inward"}
    
            {case value="someother"}
                someother channel tags
            {/case}
    
            {case value="news"}
                your news channel tags
            {/case}
    
            {case default="yes"}
                everything else etc.
            {/case}
    
        {/exp:switchee}
    
    {/exp:channel:entries}
    

    You could also probably do something with Stash and it’s match against params though, that might be a bit more complicated. Stash and Low Variables might come in handy for parsing tags early if you run into parse order issues which might be the case with my next suggestion.

    Also, don’t forget you can prefix your custom fields with the channel shortname and set them up to use the native {channel} variable. For your custom fields give them a prefix which coincides with the channel short name. For example if it was a News channel textarea field for a description of some kind you might do news_textarea_description.

    Then when calling said fields you could so something like this and it would build out the custom fields prefix for you:

    {exp:channel:entries channel="news|someother"}
    
        {{channel}_textarea_description}
    
    {/exp:channel:entries}
    

    Also, you said you have the first part squared away though, this add-on might come in handy as well for others:

    http://brandnewbox.co.uk/products/details/selected_items – Docs and Download

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
In my XML file chapters tag has more chapter tag.i need to display chapters
We're building an app, our first using Rails 3, and we're having to build
I have an array which has BIG numbers and small numbers in it. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.