Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Alex L
1
Support / How best to involve the Cookie Bar
« on September 10th, 2015, 04:38 PM »
Hello Community,

I've got a problem and although would like to include in my Wedge board an EU Cookie Bar that will need because I want to use the forum Google.

The code for the Cookie Bar is as follows:

Code: [Select]
<! - Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent ->
<script type = "text / javascript">
    window.cookieconsent_options = {"message": "This forum uses cookies to offer you a better browsing experience please let it out this small and very dangerous files can you and your PC Make no harm Learn more in the privacy policy... by me "," Dismiss. ":" Allow "," Learn More ":" More Info "," link ":" http://internetblogger.de/forum/datenschutz.php "," theme "," dark-floating "};
</ script>

<script type = "text / javascript" src = "// s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"> </ script>
<! - End Cookie Consent plugin ->

This code must be included under the final <head> tag.

But if I do, an error message appears in the frontend. I have included it in the backend under Skins-editing in the index.template.php file. There but not expanded. The place in the code of index.tepmplate.php looks like this.

Code: [Select]
// The main block above the content.
template_html_before function ()
{
        global $ context, $ txt, $ settings, $ topic;

        // Declare our HTML5 doctype, and Whether to show right to left.
        // The charset is already specified in the headers so it may be omitted,
        // But the specs recommend leaving them in, if the document is viewed offline.
        echo '<! DOCTYPE html>
<html ', $ context [' right_to_left ']? 'Dir = "RTL"': ''!, Empty ($ txt ['lang_dictionary'])? 'Lang = "'.. $ Txt ['lang_dictionary'] '' ':' ','>
<head> ', empty ($ topic)? '': '
        <meta charset = "utf-8"> ';






        // Our all-time favorites do not really like HTML5 ...
        if (we :: is ('ie8down'))
                echo '
        <script src = "// html5shiv.googlecode.com/svn/trunk/html5.js"> </ script> ';

        echo theme_base_css () '
        <! - Powered by Wedge, © R.-G. Deberdt - http://wedge.org ->
        <title> ', $ context [' page_title_html_safe '],! empty ($ context [' page_indicator '])? $ context ['page_indicator']: '', '</ title>';

        // If the Forum is in a sub-folder, it needs to Explicitly set a favicon URL.
        if (strpos (str_replace (': //', '', ROOT), '/') == false!)
                echo '
        <link rel = "shortcut icon" href = "', ROOT,' /favicon.ico" type = "image / vnd.microsoft.icon"> ';

        // Present a canonical URL for search engines to prevent duplicate content in Their indices.
        if (! empty ($ context ['canonical_url']))
                echo '
        <link rel = "canonical" href = "', $ context [' canonical_url '],'"> ';

        // Show all the relative links: such as search.
        if (! empty ($ context ['allow_search']))
                echo '
        <link rel = "search" href = "<URL> action = search?"> ';

        // If feeds are enabled to advertise the presence of one.
        if (! empty ($ settings ['xmlnews_enable']) && (! empty ($ settings ['allow_guestAccess']) || we :: $ is_member))
                echo '
        <link rel = "alternate" href = "? <URL> action = feed" type = "application / atom + xml" title = "", $ context ['forum_name_html_safe'], '">';

        // If we're viewing a topic, We Should link to the previous and next pages, respectively. Search engines like this.
        if (empty ($ context ['robot_no_index']))
        {
                if (! empty ($ context ['left'] ['prev']))
                        echo '
        <link rel = "prev" href = "', $ context [' left '] [' prev '],'"> ';
                if (! empty ($ context ['links'] ['next']))
                        echo '
        <link rel = "next" href = "', $ context [' links'] ['next'], '">';

        }

        if (! we :: is ('opera [11-], ie [10]'))
                echo '
        <meta name = "viewport" content = "width = device-width, initial-scale = 1, maximum-scale = 2, minimum-scale = 0.7"> ';

        if (! empty ($ context ['meta_description']))
                echo '
        <meta name = "description" content = "", $ context ['meta_description'], '">';

        // Please do not index thesis Mr Robotto.
        if (! empty ($ context ['robot_no_index']))
                echo '
        <meta name = "robots" content = "noindex"> ';

        if (isset ($ _ SESSION ['session_var'], $ _ GET [$ _ SESSION ['session_var']]))
                echo '
        <meta name = "referrer" content = "origin"> ';

        echo '

</ head> ';

How can I do that best? Thank you in advance.
2
Support / Remove NoFollow attribute from the Wedge Forum
« on September 7th, 2015, 05:19 PM »
Hello Community,

I wanted to know how you can remove the nofollow attribute from the Wedge Forum. This does not contribute to the search engine optimization and since my Forum has an internal character, are the links that I add, rather harmless and I can put them with a clear conscience.

How can I remove nofollow?

Thank you in advance.
3
Support / Create a static page for Imprint
« on September 7th, 2015, 04:57 PM »
Hello Community,
I wanted to ask, how to implement a static page for my imprint at Wedge Forum?

If there were for a plugin or how can I implement a page like this?

Thank you in advance.
4
Support / Recent Forum Topics in Board Index
« on September 6th, 2015, 05:13 PM »
Hello Community,

 I'm still a novice with Wedge and would like to know how you can leave on the last Forum Topics on Forum Home Show. I want to have it so, as here in the forum.

 Is there a plugin? Thank you in advance.
5
Support / Is there the blog for Wedge
« on September 6th, 2015, 02:14 PM »
Hello Community,
I have only today installed Wedge and am pleased with it. I read here on the Forum home page, there are also blogs, but how can you install or enable? I think in the back end of nowhere Wedge this option.

Who can help? Thank you in advance.

P.S. am a German Wedge users :)