How to remove *asterisks* from Images Tab ?
Ning To Jamroom
This is most likely due to not having a language string setup for the tab... if your using the jrCore_lang function, you must have a corresponding language string in your skins/YOURSKIN/lang/en-US.php file. If you don't want to use the jrCore_lang function, just remove it and add your text only. For example:
Change this:
{jrCore_lang skin=$_conf.jrCore_active_skin id="1" default="home"}
To this:
If you add a line for your new language, you want to run the Integrity Check tool so the new language gets added to the database.
Hope this helps!
updated by @douglas: 12/29/14 09:23:54AM