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 8757985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:26:04+00:00 2026-06-13T14:26:04+00:00

I have a site that has many users, each with their own mini-site. Part

  • 0

I have a site that has many users, each with their own mini-site. Part of this ‘mini-site’ is a blog. I’d like to show a tag cloud for each author. The basic cloud feature of Tag and Tagger will do this, but for ALL authors. Adding an author_id doesn’t work.

I tried to use a channel entries loop to get all the entries by author, then show the tags associated with these entries.

{exp:channel:entries author_id="1" channel="blog"}
{exp:tag:tags entry_id="{entry_id}"}
<li>{title}<a href="#">{tag_name}</a><span>{total_entries}</span></li>
{/exp:tag:tags} 
{/exp:channel:entries}

This did get me a list of tags that only that Author has used (in Tag, it didn’t work in Tagger). However if a tag was used more than once it would list it more than once.

Native EE and Tag functionality won’t let me do what I want to do. I’ll probably need to use php (a plug in) to do this. Fetch all the tags an author has used, put them in an array, remove duplicates, then output this into my template. I did post at Solspace, but they said I’d need to use PHP.

Before I did that I wanted to see if there is a simpler method or some other add-on that can do this. I would also welcome any tips on approaches in such a plug in if that is the way to go.

  • 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-13T14:26:06+00:00Added an answer on June 13, 2026 at 2:26 pm

    Using Tagger and the Query Module you should be able to get what you need (probably Solspace Tags, too, I just haven’t used that one so can’t say for sure).

    A query like this

    SELECT tag_name  
    FROM exp_tagger
    WHERE author_id = 7
    

    Gives a set of tags for that author.

    You can use it with the Query Module like this, using the current entry’s author_id as a dynamic part of the query.

    {exp:query sql= "SELECT tag_name FROM exp_tagger WHERE author_id = {author_id}"}
        {tag_name}
    {/exp:query}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site that has an Rss feed, and this feed is consumed
Currently I have a site where it has a header that looks something like
I have site that has many links to its pages. And I will completely
I have a site that has a /sites/default/files/ directory where user content is typically
I have a site that has 2 DIV tags, one floats left the other
Information: I have a site that has a design on index.php, and then you
I have a paging control on my site that has it's container element set
I have a two column site layout that has the content of the left
I have a Rails 2.1.2 site that only has html templates e.g. jobs.html.erb, so
I have a very complicated site built on CSS3 that has html elements 3d-transformed,

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.