Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Advanced Private Message Notice
#21
In that case it's nothing to do with the plugin, sounds like you've just turned the notice off. Check it's enabled in your User CP Options.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply
#22
Good plugin, with a few edits, this could be put into a drop down to show latest messages right? I don't need the code, just wondering if it could be done. Smile
Reply
#23
Does anyone know what the code bit is and what template it should be in?  I can't find it in my old templates to add to my new theme... Blush
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Reply
#24
Consider adding the collapse feature to the box.
Reply
#25
@RocketFoot , this plugin uses global templates. no changes are required in the templates of individual themes.

@labrocca , you can easily add required collapse & expand code into advancedpmnotice template

eg. code [may not be the perfect]
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<thead>
<tr>
		<td class="thead" colspan="5"><a href="{$mybb->settings['bburl']}/private.php"><strong>{$lang->advancedpmnotice_header}</strong></a><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['indexapm']}.png" id="indexapm_img" class="expander" alt="{$expaltext}" title="{$expaltext}"></div></td>
	</tr>
	</thead>
	<tbody style="{$collapsed['indexapm_e']}" id="indexapm_e"> 
	<tr>
		<td class="tcat" width="20%" align="left">{$lang->advancedpmnotice_subject}</td>
		<td class="tcat" width="50%" align="left">{$lang->advancedpmnotice_message}</td>
		<td class="tcat" width="10%" align="center">{$lang->advancedpmnotice_from}</td>
		<td class="tcat" width="15%" align="center">{$lang->advancedpmnotice_date}</td>
		<td class="tcat" width="5%" align="center">{$lang->advancedpmnotice_controls}</td>
	</tr>
	{$advancedpmnotice_unread_pms}
	{$advancedpmnotice_footer}
	</tbody>	
</table>
Reply
#26
(2017-12-14, 06:51 AM)labrocca Wrote: Consider adding the collapse feature to the box.

Will add to next release, thanks for the suggestion.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)