Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: vbgamer45 on January 30, 2013, 02:31:12 PM

Title: Child Board Hover
Post by: vbgamer45 on January 30, 2013, 02:31:12 PM
Link to Mod (https://custom.simplemachines.org/mods/index.php?mod=3603)

Child Board Hover


SMF Version: 2.0.X
Mod Version: 1.0

Description:
Add more than just the Posts and Reply details to your Child Board Hover, this mod does that shows you more info including Child Board Description.
This mod also adds to the Message index so it works for grand children boards.
And if that was not enough, you can also choose where the mod works be it in just the MessageIndex or Just the BoardIndex or if your cRAZY then you can choose both!
Bring more control to your forum.

PLEASE NOTE YOU NEED TO HAVE A DESCRIPTION IN YOUR CHILD BOARD FOR FULL EFFECTS OF THIS MOD

To activate this mod please go to Admin - Modification Settings

License:

This mod is released under a closed license, so please read the license.txt file enclosed in the modification.

Bug Testers:
A big Thank You to the following people for bug testing the mod before release:

Colin
Labradoodle

Why Not Visit:
http://www.smfhacks.com (http://www.smfhacks.com)
Title: Re: Child Board Hover
Post by: Frank Hunt on March 20, 2013, 12:27:22 AM
Why not a picture to show what this does?
Title: Re: Child Board Hover
Post by: Deaks on March 20, 2013, 08:47:54 AM
As I didnt want one :)
Title: Re: Child Board Hover
Post by: Jade Elizabeth on December 16, 2015, 08:55:10 PM
I think uninstall is broken for this?

It errors on manage settings using the last edit for the message index template, then every edit after is accepted because it's finding and replacing nothing (the code boxes are empty in the operations).

I have uploaded new files and it's still happening. Thought I would mention it so you could take a look or let me know what's happening :). For now I will have to do it manually I guess.
Title: Re: Child Board Hover
Post by: vbgamer45 on December 17, 2015, 08:54:33 AM
Hmm the xml looks good and the changes seem unique enough.
Title: Re: Child Board Hover
Post by: Jade Elizabeth on December 17, 2015, 11:30:32 PM
Did you try it?

It's only happening with this mod. Click the "replace" thing to see the changes on everything from the bottom up and make sure they're right....I'll show you some screenies later if you like.
Title: Re: Child Board Hover
Post by: vbgamer45 on December 17, 2015, 11:48:32 PM
no didnt try
Title: Re: Child Board Hover
Post by: Jade Elizabeth on December 19, 2015, 09:47:58 PM
Can you please try because it's happening to me every time :(.
Title: Re: Child Board Hover
Post by: Jade Elizabeth on December 28, 2015, 12:36:07 AM
It's still doing it, in fact now it's just adding blank lines before ?> on every edit. I manually uninstalled it but I think you should double check.
Title: Re: Child Board Hover
Post by: d3vcho on December 28, 2015, 06:30:01 AM
Translation for Spanish_es and Spanish_es-uft8
Title: Re: Child Board Hover
Post by: Grammy on July 20, 2016, 09:31:34 PM
I'm getting the "120 days" pink warning when posting, but where else would I ask?   :D

This mod installed easily into 2.0.11, default with no warnings.  I just need to clean up a couple of errors, please?  (Well... there are 208 occurrences of them, but still, only two distinct errors.)  This line of code in BoardIndex.template.php is throwing Undefined Index for both raw_desc and raw_name:

<a class="subject" href="', $board['href'], '" title="', $board['raw_name'], ' - ', $board['raw_desc'] , '" name="b', $board['id'], '">', $board['name'], '</a>';

The only other issue is just a little quirkiness.  I have to really move my cursor over the child board name for quite a bit before the hover actually shows.  It does show, eventually, but it's quite slow to respond.  Also, it's trying to create hover over the parent boards (but there's no content in the hover).  I'm attaching a screenshot for that.

Is it meant to react with parent boards, as well?   I do also have Nice Tooltips installed; perhaps they're conflicting?
Title: Re: Child Board Hover
Post by: Grammy on July 22, 2016, 07:21:26 AM
Quote from: Grammy on July 20, 2016, 09:31:34 PM
I'm getting the "120 days" pink warning when posting, but where else would I ask?   :D

This mod installed easily into 2.0.11, default with no warnings.  I just need to clean up a couple of errors, please?  (Well... there are 208 occurrences of them, but still, only two distinct errors.)  This line of code in BoardIndex.template.php is throwing Undefined Index for both raw_desc and raw_name:

<a class="subject" href="', $board['href'], '" title="', $board['raw_name'], ' - ', $board['raw_desc'] , '" name="b', $board['id'], '">', $board['name'], '</a>';

The only other issue is just a little quirkiness.  I have to really move my cursor over the child board name for quite a bit before the hover actually shows.  It does show, eventually, but it's quite slow to respond.  Also, it's trying to create hover over the parent boards (but there's no content in the hover).  I'm attaching a screenshot for that.

Is it meant to react with parent boards, as well?   I do also have Nice Tooltips installed; perhaps they're conflicting?


*waiting for vbgamer45 to come talk me off the ledge*   :D
Title: Re: Child Board Hover
Post by: vbgamer45 on July 22, 2016, 08:28:10 AM
Sorry don't have time at the moment.
Title: Re: Child Board Hover
Post by: Grammy on July 22, 2016, 08:30:29 AM
Quote from: vbgamer45 on July 22, 2016, 08:28:10 AM
Sorry don't have time at the moment.


Well, alrighty, then......    :-\

I'll just uninstall the mod; no worries.