1. WoltLab Suite
    1. Apps
    2. Features
    3. Services
    4. Pricing
  2. Customer Area
  3. Community
    1. Dashboard
    2. Unresolved Threads
  4. Plugin-Store
  5. Blog
  • Login or register
  • Search
API Packages
  • Everywhere
  • API Packages
  • Forum
  • Plugin-Store
  • Articles
  • Pages
  • More Options
  1. WoltLab®
  2. Plugin-Store
  3. Plugins
  4. Development
  5. API Packages

Third-Party Newsfeeds 1.1.1

  • ShatteredMotion
  • April 17, 2015 at 1:58 PM
  • 52 Downloads
  • 0 Comments
  • Download
  • Overview
  • Versions 1

Allows third-parties to intigrate their newsfeeds into the front page of the admin control panel.

This package allows third-parties to intigrate their newsfeeds into the front page of the admin control panel. It does not provide any direct functionality to end users.

How to use?

  • Bind a template listener on newsTabMenuTabs (template __indexNewsInjection) to add a new tab to the news tab menu:
    XML: templateListener.xml
    <templatelistener name="newsTabMenuTabs">
           <environment>admin</environment>
           <templatename>__indexNewsInjection</templatename>
           <eventname>newsTabMenuTabs</eventname>
           <templatecode><![CDATA[<li><a href="{@$__wcf->getAnchor('codequake')}">codeQuake</a></li>]]></templatecode>
    </templatelistener>
  • Bind a template listener on newsTabMenuContents (template __indexNewsInjection) to add the tab content:
    XML: templateListener.xml
    <templatelistener name="newsTabMenuContents">
           <environment>admin</environment>
           <templatename>__indexNewsInjection</templatename>
           <eventname>newsTabMenuContents</eventname>
           <templatecode><![CDATA[{include file='__indexNews' application='cms'}]]></templatecode>
    </templatelistener>


    Heads up! The tab menu content must be wrapped into a div element with the same id as the anchor name specified in step one. Assuming that you want to integrate a twitter widget, an example content might look like this:

    Code: __indexNews.tpl
    <div id="codequake" class="containerPadding">
           <a class="twitter-timeline" href="https://twitter.com/codeQuake" data-chrome="nofooter transparent" data-widget-id="546662296089821185">Tweets von @codeQuake </a>
    </div>
  • Version 1.1.1

    • ShatteredMotion
    • April 17, 2015 at 2:17 PM
    • 22.02 kB
    • 51 Downloads

    -

File Details

License Agreement
GNU Lesser General Public License (LGPL)
Website
codequake.de/
Additional Authors
Jenso
Supported Versions
Burning Board 4.0 / WCF 2.0
Burning Board 4.1 / WCF 2.1

More Files by ray176

  • Who was online?

    ShatteredMotion January 4, 2014 at 9:55 PM

WoltLab Suite

  1. WoltLab Suite
  2. Apps
  3. Features
  4. Services
  5. Customer Stories
  6. Pricing

Support

  1. Manual
  2. Community
  3. Frequently Asked Questions
  4. Developer Documentation
  5. Contact Form

Information

  1. General Terms and Conditions
  2. Rental Conditions
  3. Community Guidelines
  4. Plugin-Store Guidelines
  5. Jobs
  6. Privacy Policy
  7. Legal Notice
Powered by WoltLab Suite™ 6.0.0 RC 2