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>
Previous topicNext topic
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

zardos
Users
Users
Status: Offline
User theme: Dark
Posts: 175
Joined: Feb 26th, '16, 22: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 Jul 30th, '16, 19:15, edited 2 times in total.
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

tamarin
Users
Users
Status: Offline
User theme: Dark
Posts: 72
Joined: Mar 15th, '15, 00:07
    Windows 10 Firefox

Re: Feed Hover

Post by tamarin »

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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

zardos
Users
Users
Status: Offline
User theme: Dark
Posts: 175
Joined: Feb 26th, '16, 22: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 Jul 30th, '16, 19:16, edited 1 time in total.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

zardos
Users
Users
Status: Offline
User theme: Dark
Posts: 175
Joined: Feb 26th, '16, 22: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 Jul 30th, '16, 19:17, edited 1 time in total.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

tamarin
Users
Users
Status: Offline
User theme: Dark
Posts: 72
Joined: Mar 15th, '15, 00:07
    Windows 10 Firefox

Re: Feed Hover

Post by tamarin »

zardos wrote: Jul 29th, '16, 21: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:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

zardos
Users
Users
Status: Offline
User theme: Dark
Posts: 175
Joined: Feb 26th, '16, 22: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 -->

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

tamarin
Users
Users
Status: Offline
User theme: Dark
Posts: 72
Joined: Mar 15th, '15, 00:07
    Windows 10 Firefox

Re: Feed Hover

Post by tamarin »

zardos wrote: Jul 30th, '16, 19: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

zardos
Users
Users
Status: Offline
User theme: Dark
Posts: 175
Joined: Feb 26th, '16, 22: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.

Previous topicNext topic