3.1.x Extensions Database 3.1 / 3.2Feed Hover

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
Post Reply Previous topicNext topic
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Feed Hover

Post by dmzx »

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:
Download-link
Feed Hover v1.0.0
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `feedhover`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. 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
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Feed Hover` under the Disabled Extensions list, and click its `Enable` link.

User avatar

zardos
Users
Users
Posts: 175
Joined: 26 Feb 2016, 23:20
    Windows 10 Firefox

Re: Feed Hover

Post by zardos »

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.
Image

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Firefox

Re: Feed Hover

Post by tamarin »

Thank you for the extension.
But it don't work.
Help me please.
Thx.

User avatar

zardos
Users
Users
Posts: 175
Joined: 26 Feb 2016, 23:20
    Windows 10 Firefox

Re: Feed Hover

Post by zardos »

Remove the tags in the html file as above, it then works perfect. where it says color=red remove <!-- and near the endif --> :thumbup:
Last edited by zardos on 30 Jul 2016, 21:16, edited 1 time in total.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Feed Hover

Post by martin »

blaaaa blaaaaa blueeeeeeeeeee yup they work

Code: Select all

[color=#FF0000]blaaaa[/color] [color=#808040]blaaaaa[/color]  [color=#4000BF]blueeeeeeeeeee[/color]
Image

User avatar

zardos
Users
Users
Posts: 175
Joined: 26 Feb 2016, 23:20
    Windows 10 Firefox

Re: Feed Hover

Post by zardos »

<!-- 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 -->
:wink:
Last edited by zardos on 30 Jul 2016, 21:17, edited 1 time in total.

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Firefox

Re: Feed Hover

Post by tamarin »

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 --> :thumbup:

color=#FF0000sdfsdfsdfsdf/color. DMZX=Colour tags do not work.
Did you write this to me?
:wall:

User avatar

zardos
Users
Users
Posts: 175
Joined: 26 Feb 2016, 23:20
    Windows 10 Firefox

Re: Feed Hover

Post by zardos »

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 -->

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07
    Windows 10 Firefox

Re: Feed Hover

Post by tamarin »

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.

User avatar

zardos
Users
Users
Posts: 175
Joined: 26 Feb 2016, 23:20
    Windows 10 Firefox

Re: Feed Hover

Post by zardos »

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.

Post Reply Previous topicNext topic