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 / AdsManager Support / About Email TAG in details

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.

About Email TAG in details

  • RadioMercado
  • RadioMercado's Avatar Topic Author
  • Offline
  • Gold
  • Gold
More
8 years 2 months ago #23939 by RadioMercado
About Email TAG in details was created by RadioMercado
Hi,

We have a little problem with, only one, field in details

With this code:
foreach($this->fDisplay[5] as $field) {	
    $c = $this->field->showFieldValue($this->content,$field);
    if(($c !== "")&&($c !== null)) {
        $title = $this->field->showFieldTitle(@$this->content->catid,$field);
        echo "<span class='f".$field->name."'>";
        if ($title != "")
            echo "<b>".htmlspecialchars($title).":</b> ";
            echo $c."<br/>";
        echo "</span>";
    }
}

HTML is:
<h2 class='section-header'>Contact</h2>
<span class='fname'>peter pan<br/></span>
<span class='fad_phone'>NNNNNNN<br/></span>
<span class='femail'>Email: <a href='mailto:xxx@xxxx.xxx'>xxx@xxxx.xxx</a><br/></span>

I can´t undertand why "Email:" come with the "email" field... :(
More
8 years 2 months ago #23946 by loic
Replied by loic on topic About Email TAG in details
Hello,

That label is a translatable constant.
You can remove it by going in Extensions -> languages -> Override, select your language in the dropdown on the left and click on new.
Here, enter that constant in the first field - ADSMANAGER_FORM_EMAIL - and let the translation empty then save.

To remove the ':', you need to go in Components/com_adsmanager/helpers/field.php line 225 and remove it manually.

Best regards.
  • RadioMercado
  • RadioMercado's Avatar Topic Author
  • Offline
  • Gold
  • Gold
More
8 years 2 months ago #23949 by RadioMercado
Replied by RadioMercado on topic [SOLVED] About Email TAG in details
Great!, Now is OK, but line in "helpers" is 211, ;)

Solved!
More
8 years 2 months ago - 8 years 2 months ago #23971 by loic
Replied by loic on topic [SOLVED] About Email TAG in details
Hello,

Yes sorry, I use a version in developpment so the line may change :)

Best regards.
Last edit: 8 years 2 months ago by loic.
Time to create page: 0.141 seconds
Powered by Kunena Forum