Need to get rid of the _bx_mp3s_albums_count_info

Ok so I know that I figured this out a long time ago and can't seem to find it in my mental tutorials. _bx_mp3s_albums_count_info and _bx_mp3s_albums_add_info  is located on the sounds page of every profile, right under the tabs menu What it says when it's not in that state is You have 1 albums (s)" and "Click here to add new Albums"

I made a few changes to my tab and it ended up looking like the _bx links. I created the languages in the laguage file like I was suppose to but I have no idea what the string text is suppose to say. Obviously Im not putting in the right thing because it's not coming back like it should. Does anyone know how to clean this little mess up?

Quote · 14 Jul 2010

Here's what my default strings are:

Key name: _bx_sounds_albums_count_info   

String text: You have {0} <a href="{1}">albums(s)</a>.



Key name: _bx_sounds_albums_add_info

String text: <a href="{0}">Click here</a> to create new album.

I would expect the same strings to work for your new key names, but knowing Dolphin, I won't guarantee anything.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 14 Jul 2010

That was what I tried when I first tried to fix it. It totally didn't work at all. I'm a bit lost. Is there a way I can get rid of it completely? I mean it's an area that is duplicated anyway?

Quote · 15 Jul 2010

I figured out what I needed to do. I was wondering where this link was coming from that was supposed to be clicked. So instead of just pasting You have {0} <a href="{1}">albums(s)</a>. I pasted You have {0} <a href="The link itself" >albums(s)</a>. I inserted this into the Language file in my admin area Don't ask my why the default values didn't work, maybe it was because I had changed my module name. All I know is the problem has been corrected and I'm a happy camper.

Quote · 16 Jul 2010

If you just want it to go away, one way is just to comment out all the code in modules/boonex/sounds/templates/base/admin_short.html

You are right, the same thing, except for the counter,  is on the menu directly above.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 16 Jul 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.