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

No output from Blogger Listing plugin

Development and Programming

Kenn Christ's avatar
Kenn Christ
26 posts
18 years ago
Kenn Christ's avatar Kenn Christ

I’m trying to use the Blogger Listing plugin but am having trouble getting it to work. I’m starting out using the most basic setup possible just to get it working:

{exp:bloggers weblog="main"}

<span class="highlight">{screen_name}</span> 
{interests}

{/exp:bloggers}

By my reading, this is all I need to get a list of names and interest blurbs, but I’m not getting any output at all. Any plain text I enter inside the {exp:bloggers} tags is not displayed, which suggests the plugin isn’t firing at all.

I’m trying this on a development site with two authors, both in the Super Admin group, only one of which has posts at this time, if this makes any difference.

Thanks.

       
lealea's avatar
lealea
202 posts
18 years ago
lealea's avatar lealea

I have this problem, too… I also have super admins, and then I added a regular “member” just to see if that was the cause, but nothing is showing up still… Any ideas?

       
Kenn Christ's avatar
Kenn Christ
26 posts
18 years ago
Kenn Christ's avatar Kenn Christ

I haven’t heard anything. I e-mailed the developer but the plugin appears to be unsupported, as I never heard back about it.

       
silenz's avatar
silenz
1,648 posts
18 years ago
silenz's avatar silenz

That plugin’s not gonna work in its current state. To fix it, open the file and about line 116 find the passage

// More of the query
        $sql .= " FROM exp_members WHERE weblog_id = ".$weblog." AND ";

and change that into

// More of the query
        $sql .= " FROM exp_members WHERE ";

Also note that if you don’t specify the grp_ids=”“-parameter the plugin defaults to “1|6”.

No responsibility is taken for the correctness of this information, since I’m not associated to this plugin or its author 😉

       
Kenn Christ's avatar
Kenn Christ
26 posts
18 years ago
Kenn Christ's avatar Kenn Christ

Excellent, thank you. This fixes it.

Now that it’s working, I discovered that it does not support all the profile fields. Adding new ones is as easy as adding the field names in the $fields array beginning around line 22. I added ‘bio’ and ‘username’ this way and they just work.

       
lealea's avatar
lealea
202 posts
18 years ago
lealea's avatar lealea

silenz, I love you. ok, maybe just deeply in like. but thanks. this worked like a charm. 😉

       

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.