Sidebar News

xF1 Add-on Sidebar News 1.2

No permission to download
Compatible XF Versions
  1. 1.2
  2. 1.3
  3. 1.4
  4. 1.5
Description:

Adds a RSS news feed to your sidebar.

(Example of Sidebar News)

xenforo_com_community_attachments_pic001_jpg_121885__.jpg


(Example of Options page)

xenforo_com_community_attachments_pic002_jpg_121886__.jpg


Installation:
  1. Download sidebarnews_v1.2.zip and unzip it.
  2. Upload the Andy folder to your server. The correct location is library/Andy.
  3. From your Admin Control Panel, go to the "Install Add-on" page.
  4. Upload the addon-SidebarNews_v1.2.xml file
  5. Click the Install Add-on button.
Requirements:

The Sidebar News add-on requires the following two add-ons:

https://xenforo.com/community/resources/sidebar-positions.3799/

and

https://xenforo.com/community/resources/sidebar-extra-one.3815/

Setup step 1:

Edit the andy_sidebar_extra_one template like this:


Code:
<xen:if is="{$visitor.permissions.sidebarExtraOneGroupID.sidebarExtraOneID}">

<xen:require css="andy_sidebar_extra_one.css" />

<div class="section">
<div class="secondaryContent">

<h3>{xen:phrase sidebarextraone_title}</h3>

<xen:if is="{$sidebarNewsResults}">
	<xen:foreach loop="$sidebarNewsResults" value="$result">

		<div class="sidebar_news_row">

		<div class="sidebar_news_title"><a href="{$result.link}" target="_blank">{$result.title}</a></div>

		<div class="sidebar_news_date">{$result.sidebar_news_date}</div>

		<div class="sidebar_news_desc">{xen:raw $result.description}</div>

		<div class="line"></div>

		</div>

	</xen:foreach>
</xen:if>

</div>
</div>

</xen:if>

Setup step 2:

Edit the andy_sidebar_extra_one.css template like this:

Code:
.sidebar_news_row
{
	border-bottom: 1px solid @primaryLighterStill;
	padding: 10px 0px 0px 0px;
}

.sidebar_news_title a
{
	color: @primaryMedium;
	padding: 0px 0px 0px 0px;
}

.sidebar_news_date {
	color: @mutedTextColor;
	padding: 0px 0px 10px 0px;
}

.sidebar_news_desc
{
	color: @mutedTextColor;
	padding: 0px 0px 10px 0px;
}

Setup step 3:
  1. Enter the information into the Sidebar News options page.
  2. Set appropriate Group Permissions to "Allow" for the Sidebar Extra One add-on.
  3. Set the Sidebar Position Options page to the position you want the sidebar block to show.
  4. Edit the sidebarextraone_title phrase.
Questions and Answers:

Q: I'm already using the Sidebar Extra One add-on for another sidebar block, can I use one of the other Sidebar Extra add-ons?
A: Yes.

Q: I added my RSS feed link to the Options but nothing shows in the sidebar.
A: There is a Cron Entry which runs every hour which updates the Sidebar News. You can run the Sidebar News Cron manually for testing purposes.

Database table:

This add-on creates a table called xf_sidebar_new in your database.
Author
AnimeHaxor
Size
5.1 KB
Extension
zip
Downloads
15
Views
1,325
First release
Last update

More resources from AnimeHaxor

Latest updates

  1. See description

    On Nov 16, 2015 version 1.1 of this add-on was released to address an exploitable SQL injection...

Similar resources

(ToKi) Sidebar Switcher Admin
Switch the sidebar between sides.
5.00 star(s) 2 ratings
Downloads
35
Updated
This add-on add a block for affiliates sites on the sidebar.
0.00 star(s) 0 ratings
Downloads
2
Updated
Brivium - Latest Posts Sidebar AnimeHaxor
This add-on will add the latest posts of your forum to the sidebar.
0.00 star(s) 0 ratings
Downloads
15
Updated
Brivium - Monthly Top Posters Sidebar AnimeHaxor
Showing all users who posted the most at your forum per month in the sidebar.
0.00 star(s) 0 ratings
Downloads
31
Updated
Brivium - Popular Forums Sidebar AnimeHaxor
This add-on allows to add the most popular forum to the sidebar based on the post count.
0.00 star(s) 0 ratings
Downloads
5
Updated