Info
- 17 posts
- 7 voices
- Started 2 years ago by QuickD
- Latest reply from johnhiler
- This topic is not resolved
Plugin Idea: Flaming Topic Plugin
-
- Posted 2 years ago #
On another forum I visit they have a hot topic post where if the topic has a certain amount of posts it will turn into a Flaming File, with fire bursting from the topic folder. This would be a neat little plugin to develop for BBpress
Just a thought
-
- Posted 2 years ago #
Easy enough to do
<?php if (40 <= $topic->topic_posts) : ?>I'M ON FIRE<?php endif; ?>
Put that in yourfront-page.phpand/orforums.phpsomewhere inside the parts that sayforeach( $something as $topic ), probably best before<?php bb_topic_labels(); ?>. Change 40 to whatever you want the topic to change at and the on fire bit to something... fiery. -
- Posted 2 years ago #
So where does the animated gif go. You would need to create the animated gif of a flaming fire. would that go where I'M ON FIRE is located
-
- Posted 2 years ago #
Yep.
-
- Posted 2 years ago #
@quickd
exactly -
- Posted 2 years ago #
So the key is creating the animated gif, anyone interested in doing that? or is there a free one on the internet?
-
- Posted 2 years ago #
Thanks for the help though!!!
-
- Posted 2 years ago #
This is a wonderful idea. Please someone with skills assist!
-
- Posted 2 years ago #
To the Internets!
-
- Posted 2 years ago #
Er, you mean just like the hot-topic plugin?
-
- Posted 2 years ago #
Maybe but the hot-topic plugin doesn't have a bursting flame of fire animated gif and doesn't work with the latest version of bbpress
-
- Posted 2 years ago #
There's a reason for that. :) Most of us still remember the days of Netscape 2.0, when everybodies website was inside of frames, they all blinked, every frame had a different background and almost every button was some kind of animation.
We're all trying to pretend that it never happened. Animated what now?
-
- Posted 2 years ago #
The Hot Topic plugin has a flaming icon - you could just replace it with an animated gif instead:
http://plugins-dev.bbpress.org/browser/hot-topic/trunk/hot-topic.pngOr just change this file name in the settings are of the plugin:
$hot_topic['indicator']="<img class='hot_topic' src='".$hot_topic['url']."hot-topic.png' />"; -
- Posted 2 years ago #
but it doesn't work with the latest version of bbpress and where do we find a animated gif
-
- Posted 2 years ago #
Google? Animated fire gifs have been around longer than bbPress, BuddyPress and WordPress put together...
-
- Posted 2 years ago #
The purpose of a plugin is to allow non expert people like myself to use all of their intelligence to figure out how to download such plugin and so they can make use of it and improve their user experience. It is not to pretend that there is a plugin by inserting code (which they wouldn't have a clue how to do) in an already non compliant plugin and then search the internet and insert another item into the code of the non compliant plugin (with current version of the software) and hope it works.
I really do appreciate your help and guidance and suggestions, but I am a layman when it comes to computers and when I am looking for a plugin, I am really looking for a plugin and something that I can just download and have work.
-
- Posted 2 years ago #
If you're looking for broad plugin support, you're probably better off on bbPress 0.9.0.x for now... it's going to take some time before a critical mass of plugins works for bbPress 1.0.x.
-
You must log in to post.