[MODDB] Red Blinking PM
Posted: 05 Dec 2011, 04:15
Custom support is given at this forum
ACP Testing Area
Modification Name: Red Blinking PM MOD
Author: all4phone
Modification Description: Displays the number of new PM in the navbar, in any colour chosen by Administrator, additionaly number and text is blinking, default is red - possibility of many changes in the ACP (font, text, background, colours, size, blur, shadow, variant, spacing, transform, decoration,transparency).
Credits:
Special thanks to Pico88, who helped me to perform the modules installation and configuration for v 0.1.0 of MOD.
I dedicate this MOD to my brother-in-law, Masal, which can not see this anymore ...
Author notes:
This MOD has been tested successfully with the following browsers:
Modification Version: 1.0.10
phpBB: 3.0.12
phpBB topic: http://www.phpbb.com/customise/db/mod/r ... king_pm_2/
Installation level: Easy
Installation time: ~10 minutes
Available languages​​:
Screenshots: screenshots
FAQ,s:
[spoiler=Subsilver2 - Installation Guide]Installation guide for Subsilver2 style ( by AutoMod )
Go to ACP and on the AUTOMOD tab upload a zipped MOD package. AutoMOD will then attempt to unzip the file and have it ready for installation.
Run the installer
- Actions -> install -> install (to copy files and make edits)
On the next screen -> The MOD requires an external installer to finish installation. Click here to continue to that step. - > Submit (do not select the version) -> Yes
If you see "Red Blinking PM - Success" go back to AutoMod (Admin index -> Automod tab) and from "Installed MODs" list select "Red Blinkink PM -> Details"
find Available Changes: "Red Blinking PM - Subsilver2 (Install this MOD)" and click on it, this will allow for execution of editing and copying new files
Then go to Styles tab -> Style components -> Refresh (Templates, Themes, Imagesets) -> Yes
Go to General tab -> Purge the cache -> Run now -> Yes
And finally go to MODs tab -> Red Blinking PM -> Configuration -> enable and set the Red Blinking PM MOD[/spoiler]
Installation level: Easy
Installation time: ~5 minutes
Note: Red Blinking PM MOD uses the jQuery library. It is your responsibility to ensure adding this MOD does not cause any conflicts with other jQuery related MODs on your board. jQuery should never be included on a page more than once.
If you have installed on your board other modifications that use the jQuery library also, such as mChat MOD, Social Network MOD and others:
after installation is complete (and You have a problem with blinking information about new PM - eg no blinking):
Open styles/prosilver/template/overall_header.html
Find and just remove this code:
Download: download area
ACP Testing Area
Modification Name: Red Blinking PM MOD
Author: all4phone
Modification Description: Displays the number of new PM in the navbar, in any colour chosen by Administrator, additionaly number and text is blinking, default is red - possibility of many changes in the ACP (font, text, background, colours, size, blur, shadow, variant, spacing, transform, decoration,transparency).
Credits:
Special thanks to Pico88, who helped me to perform the modules installation and configuration for v 0.1.0 of MOD.
I dedicate this MOD to my brother-in-law, Masal, which can not see this anymore ...
Author notes:
This MOD has been tested successfully with the following browsers:
- Mozilla Firefox
- Opera
- Chrome
- Internet Explore
- Opera Mini (mobile)
Modification Version: 1.0.10
phpBB: 3.0.12
phpBB topic: http://www.phpbb.com/customise/db/mod/r ... king_pm_2/
Installation level: Easy
Installation time: ~10 minutes
Available languages​​:
- English
- Polish
- prosilver
- subsilver2
- [color=#086682][size=120][b]Features:[/b][/size][/color]
- Number of new PM is blinking (enable/disable in ACP).
- Words "new message" or "new messages" gives a link to the PM inbox, the number of messages is not a link. To go to the new PM must use the words link.
- Possibility change font style (italic) or/and font weight (bold).
- Possibility to change the colour of the number new PM (select any colour by popup color picker or write by hand in textarea, use hexidecimal colour codes eg. FF0000).
- Possibility to change font-family and font-size.
- Possibility to add tekst-shadow and text-shadow-blur.
- Possibility to change text-shadow colour (select any colour by color picker or write by hand in textarea, use hexidecimal colour codes eg. 000000).
- In ACP "Color Picker" for colour selection.
- Possibility enable blinking and formating of texts "new message" "new messages" (independent of the number PM).
- Possibility to set many options for background blinking number of new PM and of texts "new message" "new messages" (colour, border, radius).
- Possibility to set many formating options for text shadow (horizontal, vertical, size, colour) and blur (size, colour).
- Possibility to set many formating options for font and text (variant, spacing, transform, decoration).
- Help system in ACP.
- Background transparency for news about the new PM (1 new message), 0 to 100% (readout selection for the background color in the RGB system, needed to create a background transparency).
- Possibility to set color of number and text for unread messages.
- Added tabs to switch between settings in ACP module.
- Possibility enable showing unread PM on index board.
- Possibility on/off blinking unread PM on index board.
Screenshots: screenshots
FAQ,s:
[spoiler=Subsilver2 - Installation Guide]Installation guide for Subsilver2 style ( by AutoMod )
Go to ACP and on the AUTOMOD tab upload a zipped MOD package. AutoMOD will then attempt to unzip the file and have it ready for installation.
Run the installer
- Actions -> install -> install (to copy files and make edits)
On the next screen -> The MOD requires an external installer to finish installation. Click here to continue to that step. - > Submit (do not select the version) -> Yes
If you see "Red Blinking PM - Success" go back to AutoMod (Admin index -> Automod tab) and from "Installed MODs" list select "Red Blinkink PM -> Details"
find Available Changes: "Red Blinking PM - Subsilver2 (Install this MOD)" and click on it, this will allow for execution of editing and copying new files
Then go to Styles tab -> Style components -> Refresh (Templates, Themes, Imagesets) -> Yes
Go to General tab -> Purge the cache -> Run now -> Yes
And finally go to MODs tab -> Red Blinking PM -> Configuration -> enable and set the Red Blinking PM MOD[/spoiler]
Installation level: Easy
Installation time: ~5 minutes
Note: Red Blinking PM MOD uses the jQuery library. It is your responsibility to ensure adding this MOD does not cause any conflicts with other jQuery related MODs on your board. jQuery should never be included on a page more than once.
If you have installed on your board other modifications that use the jQuery library also, such as mChat MOD, Social Network MOD and others:
after installation is complete (and You have a problem with blinking information about new PM - eg no blinking):
Open styles/prosilver/template/overall_header.html
Find and just remove this code:
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery-1.7.2.min.js"></script>