Copy the `anipmnotify` folder to `/ext/sniper/` if done correctly, you'll have the main extension class at (your forum root)/ext/sniper/anipmnotify/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Animated PM Notification` under the Disabled Extensions list, and click its `Enable` link.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by Sniper_E on Jan 22nd, '17, 03:12, edited 12 times in total.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
Nully wrote:If I keep the extension, I'll have to change the background color in styles Artodia, which I made dark.
The way I had the template written it might be hard to change the colors. You need something simple Nully... Everyone does.
So I re-wrote the template... Changed the classes to make it easy for you to edit the colors... And changed the language file.
Now with the new css, which is setup to look like the "rules" class, you can easily adjust the look to what you want it to be.
Animated PM Notification 1.0.1 Update
Check the first post for the new download.
Note: Edit the .pm-notify class in the theme/anipmnotify.css to get the look you want for your style.
Last edited by Sniper_E on Oct 18th, '15, 18:26, edited 1 time in total.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
Nully wrote:If I keep the extension, I'll have to change the background color in styles Artodia, which I made dark.
The way I had the template written it might be hard to change the colors. You need something simple Nully... Everyone does.
So I re-wrote the template... Changed the classes to make it easy for you to edit the colors... And changed the language file.
Now with the new css, which is setup to look like the "rules" class, you can easily adjust the look to what you want it to be.
Animated PM Notification 1.0.1 Update
Check the first post for the new download.
Note: Edit the .pm-notify class in the theme/anipmnotify.css to get the look you want for your style.
It has been very simple to change background color in Artodia style
There is a file _custom.scss where I have (I changed this color just after installation - before it was a dark blue):
I had it setup with saying Message and Messages with IF statements at first and David63 shot it down.
He said I would have to set it up with the Plural Rules in the listener.php before it would pass.
I don't understand all that stuff. Look at "Private messages [0]" in your header. phpBB dose not use Plural Rules there.
I would like for this to use Messages and Message depending on having 1 or more messages.
I think I'm going to change the event/overall_header_page_body_before.html template back to this..