Beiträge von myk32

    Have you tried using an image inside of a url? The image will need to be uploaded somewhere for this to work. When attaching it to a post, Burning Board uses the attach bbcode tag, rather than the img bbcode tag.

    Note that the img tag is disallowed here on Woltlab (at least for my User Group).

    Code
    [url='https://dynamogeek.com'][img]https://dynamogeek.com//themes/jacoweb-agency/assets/images/dynamogeek-logo-bg.png[/img][/url]

    You rock :)

    Problem solved !!

    Hi all,


    I would like insert different banners (ads) in a thread.
    The process :
    - I upload the picture.
    - I click on "edit", i insert the link.

    But, when i click on the picture, as usual, BB opens a windows and shows the real size of the picture; not the website of advertising

    I would like BB opens the website directly for this specific thread and picture.
    How can i manage it ?

    Thx

    Myk

    No, that is only for css changes and custom css.
    You can insert the meta tag if you edit the template headInclude

    i added the following code in headinclude of specific style :
    <meta property="og:image"content="https://xxx.com/wcf/images/facebooklogo.jpg"/>

    Like this :

    <base href="{$baseHref}" />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="format-detection" content="telephone=no" />
    {if $allowSpidersToIndexThisPage|empty}<meta name="robots" content="noindex,nofollow" />{/if}
    {implode from=$__wcf->getMetaTagHandler() item=__metaTag glue="\n"}{@$__metaTag}{/implode}
    {event name='metaTags'}


    <!-- Stylesheets -->
    {@$__wcf->getStyleHandler()->getStylesheet()}
    {event name='stylesheets'}


    {include file='headIncludeJavaScript'}


    <script data-relocate="true">
    WCF.Language.addObject({
    {* dummy language item to preserve compatibility with WCF 2.0, move this to headIncludeJavaScript *}
    'wcf.global.error.title': '{lang}wcf.global.error.title{/lang}'

    {* DEPRECATED -- PLEASE USE javascriptLanguageImport@headIncludeJavaScript *}
    {event name='javascriptLanguageImport'}
    });
    </script>


    {* DEPRECATED -- PLEASE USE javascriptInclude@headIncludeJavaScript *}
    {event name='javascriptInclude'}


    <!-- Icons -->
    <link rel="icon" href="{@$__wcf->getFavicon()}" type="image/x-icon" />
    <link rel="apple-touch-icon" href="{@$__wcf->getPath()}images/apple-touch-icon.png" />


    <script data-relocate="true">
    //<![CDATA[
    $(function() {
    {* DEPRECATED -- PLEASE USE javascriptInit@headIncludeJavaScript *}
    {event name='javascriptInit'}
    });
    //]]>
    </script>
    <meta property="og:image"content="https://xxxxx.com/wcf/images/facebooklogo.jpg"/>

    But doesn't work :/ No picture on FB.

    I am not sure whether there is a built-in option to show a redirect button for guests.

    Ok, i can keep reply button for guest, but there is something strange :

    Why there is "subject box" when guest click on reply button. They answer to a specific subject, can i remove this box ?

    Do you want them to be able to reply?

    1. Go to ACP
    2. Go to group settings
    3. select usergroup erveryone
    4. allow everyone to post

    That's almost perfect :)

    > the best thing should be that guest go directly on register page when they click on reply button.

    you have two options:


    • 1 htaccess file in root of your installation with the content: (You can delete the parts which you do not use)
    • Or one htacces file which is mentioned in the link and put in every app folder

    Okkkkkkkkkkkkkk lol.

    So, it works for forum and blog.
    But it doens't work for "video" part. I get EasyMedia from Cls design. How can i manage this ?

    And other question : url rewrite is nice but there is a number in the url : https://www.xxxxxx.com/blog/entry/16-playstation-vr-guide-how-to-set-up-psvr/
    How can i remove it ?