<span class="qte-attr qte_31_32-qte">3.1.x & 3.2.x</span>
dmzx
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 23 Jan 2016, 13:09
Extension Name: Feed Hover
Author: dmzx
Special thanks to: martin
Extension Description:
Feed hover effect.
Video:
https://www.youtube.com/watch?v=tx6GgOXjfX0
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `feedhover `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `feedhover ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/feedhover/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Feed Hover ` under the Disabled Extensions list, and click its `Enable ` link.
zardos
Users
Posts: 175 Joined: 26 Feb 2016, 23:20
Post
by zardos » 27 Jul 2016, 23:42
DM does this not need to be enabled within the html- forumlist_body before it works, this is what i did.
Code: Select all
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->[color=red]<!--[/color] <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a>[color=red] -->[/color]<!-- ENDIF -->
I had to delete the red tags for the feeds to show.
Last edited by
zardos on 30 Jul 2016, 21:15, edited 2 times in total.
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 29 Jul 2016, 13:01
Thank you for the extension.
But it don't work.
Help me please.
Thx.
zardos
Users
Posts: 175 Joined: 26 Feb 2016, 23:20
Post
by zardos » 29 Jul 2016, 23:45
Remove the tags in the html file as above, it then works perfect. where it says color=red remove <!-- and near the endif -->
Last edited by
zardos on 30 Jul 2016, 21:16, edited 1 time in total.
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 29 Jul 2016, 23:58
blaaaa blaaaaa blueeeeeeeeeee yup they work
Code: Select all
[color=#FF0000]blaaaa[/color] [color=#808040]blaaaaa[/color] [color=#4000BF]blueeeeeeeeeee[/color]
zardos
Users
Posts: 175 Joined: 26 Feb 2016, 23:20
Post
by zardos » 30 Jul 2016, 00:06
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
<!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a>
--> <!-- ENDIF -->
Code: Select all
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->[color=#FF0000]<!--[/color] <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> [color=#FF0000]-->[/color]<!-- ENDIF -->
Last edited by
zardos on 30 Jul 2016, 21:17, edited 1 time in total.
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 30 Jul 2016, 10:36
zardos wrote: 29 Jul 2016, 23:45
Remove the tags in the html file as above, it then works perfect. where it says color=red remove <!-- and near the endif -->
color=#FF0000sdfsdfsdfsdf/color. DMZX=Colour tags do not work.
Did you write this to me?
zardos
Users
Posts: 175 Joined: 26 Feb 2016, 23:20
Post
by zardos » 30 Jul 2016, 21:13
Yes for you tamarin
Remove the red tags below in forumlist_body.html the above ext will then work.
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --> <!-- ENDIF -->
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 30 Jul 2016, 21:42
zardos wrote: 30 Jul 2016, 21:13
Yes for you tamarin
Remove the red tags below in forumlist_body.html the above ext will then work.
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
<!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a>
--> <!-- ENDIF -->
Thank you zardos.
I did as you said.
Now it is showing.
But it is not working as it should RSS.
Where can I see how this extension work?
Thx.
zardos
Users
Posts: 175 Joined: 26 Feb 2016, 23:20
Post
by zardos » 30 Jul 2016, 22:27
Hi tamarin, sorry but i know nothing about RSS feed, i could only show you how to enable the feed for the above extension to work, but maybe dmzx or martin or others may help with RSS.