Keyword

Removing some text

  • danijel
  • danijel's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #62790 by danijel
Removing some text was created by danijel
Hi,

all i need to know is it possible to remove or change "Click to open image!" text in image gallery.

Thanks

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #62791 by Aaron
Replied by Aaron on topic Re: Removing some text
I checked the template. It doesn't look like the text is in the template. This means you will need to hack the sigpro plugin php. I don't use that plugin but it should be in the plugins directory.. probably under content (not sure)... look in the file between two tags: <a></a>

Sorry I could not be more helpful.. it is where I would start looking.


Aaron :)

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #62792 by william white
Replied by william white on topic Re: Removing some text
also, check the joomlaworks forum sig section
you may find your answer there

Please Log in or Create an account to join the conversation.

  • danijel
  • danijel's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #62793 by danijel
Replied by danijel on topic Re: Removing some text

Aaron wrote: I checked the template. It doesn't look like the text is in the template. This means you will need to hack the sigpro plugin php. I don't use that plugin but it should be in the plugins directory.. probably under content (not sure)...


thanks,

I found it right where you told me and commented those lines to remove it completely:

if($gal_captions!=0){
$html_template .= '
<span class="sig-pseudo-caption"><b>{CAPTION TITLE}</b></span>
<span class="sig-caption" title="{CAPTION TITLE}">{CAPTION TITLE}</span>
';
}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum