Link configration

XF 2 Questions & Aides Link configration

Add-on xenforo 2

Ressources et modules complémentaires pour XenForo 2

Styles xenforo 2

Styles / Thèmes et apparence pour xenforo 2

Templates xenforo 2

Codes pour modifier les templates sur xenforo 2

Section Premium

Add-on et Styles pour membre Premium
Link configration

XF 2 Questions & Aides Link configration

Catégorie Catégorie Questions & Aides
Titre du sujet Titre du sujet Link configration
Auteur de la discussion Auteur de la discussion Binkaddas
Date de début Date de début
Réponses Réponses 1
Affichages Affichages 123
Réaction Réaction 0
Dernier message par Dernier message par Binkaddas

Binkaddas

Membre Actif

Membre
Réputation: 11%
Discussions
8
Messages
95
Solutions
1
J'aime
9
Points
8
Good day everyone and admin,

As you can see, the links in the post appear as follows:

1- If you choose the second option, it will display a part of the entire topic and not a short paragraph as the second option, and the topic will be from the forum itself and not from an external forum.
2- The first option appears to me when I place the check mark as follows, as in the picture:

3- Is there any option or code that will show you all the internal and external links as the second link shows, which is a small short paragraph

1744043200895.webp



1744043160728.webp
 
XF 2 Questions & Aides  Icone for New thread
Solution
The issue has been temporarily resolved until a final solution or code is found that does what is required.

Open bb_code_tag_embed template and use the below code to replace it

Code 1
Code:
<xf:css src="embed_resolver.less" />

<div class="bbCodeBlock bbCodeBlock--unfurl js-unfurl fauxBlockLink" data-embed-content="{$content.getEntityContentTypeId()}" data-embed-content-url="{$contentUrl}">
    {$content.renderEmbed()|raw}
</div>
1744124724645.webp


Code 2
Code:
<div class="embed fauxBlockLink"
     data-embed-content="{$content.getEntityContentTypeId()}"
     data-embed-content-url="{$contentUrl}"
     style="border: 2px solid orange; padding: 5px; border-radius: 6px; transform: scale(0.9); transform-origin: top right;">...
The issue has been temporarily resolved until a final solution or code is found that does what is required.

Open bb_code_tag_embed template and use the below code to replace it

Code 1
Code:
<xf:css src="embed_resolver.less" />

<div class="bbCodeBlock bbCodeBlock--unfurl js-unfurl fauxBlockLink" data-embed-content="{$content.getEntityContentTypeId()}" data-embed-content-url="{$contentUrl}">
    {$content.renderEmbed()|raw}
</div>
1744124724645.webp


Code 2
Code:
<div class="embed fauxBlockLink"
     data-embed-content="{$content.getEntityContentTypeId()}"
     data-embed-content-url="{$contentUrl}"
     style="border: 2px solid orange; padding: 5px; border-radius: 6px; transform: scale(0.9); transform-origin: top right;">
    {$content.renderEmbed()|raw}
</div>

1744124783362.webp
 
Upvote 0
Solution
Retour
Haut Bas