on how to stop the CB Profile Gallery tab description from showing on the front end at all times (it is supposed to only show when the gallery is being edited).
However there is still a message saying "No Items published in this profile gallery" when the gallery is empty.
How do I get the gallery to simply have no output when it is empty?
It doesn't help my visitors to know that other members have not posted any image. I would only like output to show when there are actually images in the gallery.
Nevermind. I found the lines to comment out. I don't know what number they are as I opened it in Dreamweaver and it seems to have double-spaced everything. It's reading as lines 2731 to 2735 for me, so it's probably around 1350 or so. Just search for "No Items published in this profile gallery", then comment out the following three lines:
Code:
// $htmltext2 .= "<br/>";
// $htmltext2 .= CBTxt::Th("No Items published in this profile gallery");
// $htmltext2 .= "<br/>";