Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
// Same goes for the author
if (!$quotes_author)
{
trigger_error($user->lang['NO_QUOTES_AUTHOR'] . adm_back_link($this->u_action . '&action=add'), E_USER_WARNING);
}
For long quotes it would be good if the quotes box was a set size, and had scrolling built in. Would need height, overflow and word-wrap properties set in css, I think.
I'm looking forwards to the 'close box' button being included as a 'contribution', though should be able to work this out myself.
Don't mean to be a pain (not really), but would it be possible to put in a navigation bar, for visitors to navigate through the quotes, rather than just having them appear on page (re)load. It may be more useful to my forum to do this, as many of the topics require registration to see, but I would like visitors to be able to see some selected quotes from posts on the forum, and to have a large number of them, they can navigate through would be a real boon.
For the scrolling box of fixed height, I have added the following at the bottom of common.css:
Thanks for the info. I installed bxslider jquery, set to Slidehow using adaptiveHeight, moved the left and right controls down and gave them a higher z-index, to give the following rough and ready quotes page:
Screen Shot 2013-03-04 at 18.10.22.jpg
Not sure how to get something like this on my Board Index, and how much it would slow Board Index down, as I want this page to be reasonably quick to load.
There's a few rough edges in my unfinished work (graphics/css) but a slideshow with navigation makes a potentially useful addition to your mod, even if just on the quotes page.
You do not have the required permissions to view the files attached to this post.
Thanks Stoker, that's all I needed, that one line. Now works fine on Board Index. Thinking now there is no need for a separate quotes page, as the visitor can get all the quotes from the Board Index. Happy to share all my edits to get it to work with bxslider, if anyone wants to try it. For demo please PM me.