Giter Club home page Giter Club logo

Comments (9)

brianteeman avatar brianteeman commented on May 28, 2024 1

You are using template overrides as I have already shown!!

from joomla-cms.

brianteeman avatar brianteeman commented on May 28, 2024 1
          <?php echo $this->item->introtext; ?>
          <?php echo $this->item->fulltext; ?>

Yes that is your override and it is why it is breaking. fulltext does not process plugins. Only introtext and text do that. That is true for joomla 4 and joomla 5

But the good news is that I made a pr yesterday that fixes that

from joomla-cms.

brianteeman avatar brianteeman commented on May 28, 2024

Chrome inspector shows the email. But it is not displayed if you view the source in your browser.

from joomla-cms.

Scrabble96 avatar Scrabble96 commented on May 28, 2024

Ok. Two screenshots of page source code (not inspector):

Joomla 4:
email-cloaking-J4

Joomla 5:
email-cloaking-J5

from joomla-cms.

brianteeman avatar brianteeman commented on May 28, 2024

I can see from both of those screenshots that you are using a template override.

These are screenshots without any template override

Joomla 4
image

Joomla 5
image

from joomla-cms.

chmst avatar chmst commented on May 28, 2024

@Scrabble96 can you check the console, if there is a javascript error?

from joomla-cms.

Scrabble96 avatar Scrabble96 commented on May 28, 2024

No JS errors.

from joomla-cms.

Scrabble96 avatar Scrabble96 commented on May 28, 2024

Ok. [I can't really see your images any bigger as when I click on them I just get a blank page with the URL https://private-user-images.githubusercontent.com/1296369/30... etc. Edit: Can't see mine, either. Not sure if it's a Firefox thing.]

I tracked it down. The difference was that I had this in my article default.php code:

          <?php echo $this->item->introtext; ?>
          <?php echo $this->item->fulltext; ?>

and the new version has this:

        <?php echo $this->item->text; ?>

Somehow I'd missed that when checking file updates.

from joomla-cms.

Scrabble96 avatar Scrabble96 commented on May 28, 2024

Great. Thanks.

from joomla-cms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.