Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / UserSubs Support / [RESOLVED] Remove "See all ads from 'xxx' " text

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

[RESOLVED] Remove "See all ads from 'xxx' " text

  • mrainone7@gmail.com
  • Topic Author
  • Offline
  • User
  • User
More
9 years 4 months ago - 9 years 4 months ago #17079 by mrainone7@gmail.com
[RESOLVED] Remove "See all ads from 'xxx' " text was created by mrainone7@gmail.com
I am trying to see if I can remove the "See all ads from 'xxx' " text from the ads context page (xxx = username or email address). I cannot figure out how to do so. I am concerned about the privacy of my ads posters and would like to hide this line of text in my ads. Attached is a picture of the text in question

Attachments:
Last edit: 9 years 4 months ago by loic.
More
9 years 4 months ago #17083 by loic
Hello,

In 'components/com_adsmanager/views/details/tmpl/default.php', remove the block of code line 75 to 86:
<?php 
			if ($this->content->userid != 0)
			{
				echo JText::_('ADSMANAGER_SHOW_OTHERS'); 
				$target = TLink::getUserAdsLink($this->content->userid);
 
			    if ($conf->display_fullname == 1)
					echo "<a href='$target'><b>".$this->content->fullname."</b></a>";
				else
					echo "<a href='$target'><b>".$this->content->user."</b></a>";
                }
                ?>

Give a backup of the old file or create an override of this view for this modification, it will be safer.

Best regards.
The following user(s) said Thank You: mrainone7@gmail.com
  • mrainone7@gmail.com
  • Topic Author
  • Offline
  • User
  • User
More
9 years 4 months ago #17096 by mrainone7@gmail.com
Replied by mrainone7@gmail.com on topic How to remove "See all ads from 'xxx' " text
Thanks It worked!
More
9 years 4 months ago #17105 by loic
Hello,

Great news :)
I update this topic to resolved.

Best regards.
Time to create page: 0.151 seconds
Powered by Kunena Forum