pop-up extension

Looking for an Extension? Have an Extension request? Post your request here for help. (Note: This forum is community supported; while there is an Extensions Development Team, said team does not dedicate itself to handling requests in this forum)
Anti-Spam Guide
Post Reply
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

pop-up extension

Post by TheButcher2 »

Is there a pop-up extension for phpbb

Peace
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: pop-up extension

Post by david63 »

What do you want to pop up?
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

Re: pop-up extension

Post by TheButcher2 »

Hi David

A couple of things, if it could be customizable it would be perfect, I have a plugin one on https://www.sponsorchat.com which is a Wordpress site by the way, called "Wordpress pops" I can write anything I want in the text area.

One thing that gets to me is at least 15 members a day private message me asking if member X Y or Z has been on the forum lately, people just do not seem to notice private message notifications, I even have alex75/blinknewpmandnotify "Blinking counter, for new pm and new notify" installed but it seems the pm notification is not large enough for most to see it.

It would be nice to have a pop up extension or code I could change the text as needed, say when I am running an advertising special.

Peace

Dave
User avatar
Talk19Zehn
Registered User
Posts: 846
Joined: Tue Aug 09, 2011 1:10 pm
Contact:

Re: pop-up extension (PM)

Post by Talk19Zehn »

pop-up extension (PM) phpBB

Hello, test perhaps this EXT: [3.2][3.3][BETA] Popup PM
viewtopic.php?f=456&t=2590871


... and / or change also few instructions into the navbar_header.html:

Find:

Code: Select all

		<!-- IF S_DISPLAY_PM -->
			<li class="rightside" data-skip-responsive="true">
				<a href="{U_PRIVATEMSGS}" role="menuitem">
					<i class="icon fa-inbox fa-fw" aria-hidden="true"></i><span>{L_PRIVATE_MESSAGES} </span><strong class="badge<!-- IF not PRIVATE_MESSAGE_COUNT --> hidden<!-- ENDIF -->">{PRIVATE_MESSAGE_COUNT}</strong>
				</a>
			</li>
		<!-- ENDIF -->
Replace with:

Code: Select all

						<!-- IF S_DISPLAY_PM and S_NOTIFICATIONS_DISPLAY -->
							<li class="rightside" data-skip-responsive="true">
						<!-- IF S_USER_NEW_PRIVMSG -->
							<a href="{U_PRIVATEMSGS}" role="menuitem">
								<i class="icon fa-envelope fa-fw faa-shake animated icon-red" aria-hidden="true"></i><span>{L_NEW_MESSAGES}&nbsp;[{S_USER_NEW_PRIVMSG}]</span>
							</a>
							<!-- ELSEIF S_USER_UNREAD_PRIVMSG -->
								<a href="{U_PRIVATEMSGS}" role="menuitem">
									<i class="icon fa fa-envelope-square fa-fw icon-red" aria-hidden="true"></i><span>{L_UNREAD_MESSAGES}&nbsp;[{S_USER_UNREAD_PRIVMSG}]</span>
								</a>
							<!-- ELSE -->
								<a href="{U_PRIVATEMSGS}" role="menuitem">
									<i class="icon fa-share fa-fw" aria-hidden="true"></i><span>{L_PRIVATE_MESSAGES} </span><strong class="badge<!-- IF not PRIVATE_MESSAGE_COUNT --> hidden<!-- ENDIF -->">{PRIVATE_MESSAGE_COUNT}</strong>
								</a>
						<!-- ENDIF -->
							</li>
						<!-- ENDIF -->

Regards
Best regards
phpBB3 Designs - My own works: Stylearea Ongray-Designs, Adventinducement-Calendar for phpBB
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

Re: pop-up extension (PM)

Post by TheButcher2 »

Talk19Zehn wrote: Sun Dec 05, 2021 1:07 pm pop-up extension (PM) phpBB

Hello, test perhaps this EXT: [3.2][3.3][BETA] Popup PM
viewtopic.php?f=456&t=2590871


... and / or change also few instructions into the navbar_header.html:

Find:

Code: Select all

		<!-- IF S_DISPLAY_PM -->
			<li class="rightside" data-skip-responsive="true">
				<a href="{U_PRIVATEMSGS}" role="menuitem">
					<i class="icon fa-inbox fa-fw" aria-hidden="true"></i><span>{L_PRIVATE_MESSAGES} </span><strong class="badge<!-- IF not PRIVATE_MESSAGE_COUNT --> hidden<!-- ENDIF -->">{PRIVATE_MESSAGE_COUNT}</strong>
				</a>
			</li>
		<!-- ENDIF -->
Replace with:

Code: Select all

						<!-- IF S_DISPLAY_PM and S_NOTIFICATIONS_DISPLAY -->
							<li class="rightside" data-skip-responsive="true">
						<!-- IF S_USER_NEW_PRIVMSG -->
							<a href="{U_PRIVATEMSGS}" role="menuitem">
								<i class="icon fa-envelope fa-fw faa-shake animated icon-red" aria-hidden="true"></i><span>{L_NEW_MESSAGES}&nbsp;[{S_USER_NEW_PRIVMSG}]</span>
							</a>
							<!-- ELSEIF S_USER_UNREAD_PRIVMSG -->
								<a href="{U_PRIVATEMSGS}" role="menuitem">
									<i class="icon fa fa-envelope-square fa-fw icon-red" aria-hidden="true"></i><span>{L_UNREAD_MESSAGES}&nbsp;[{S_USER_UNREAD_PRIVMSG}]</span>
								</a>
							<!-- ELSE -->
								<a href="{U_PRIVATEMSGS}" role="menuitem">
									<i class="icon fa-share fa-fw" aria-hidden="true"></i><span>{L_PRIVATE_MESSAGES} </span><strong class="badge<!-- IF not PRIVATE_MESSAGE_COUNT --> hidden<!-- ENDIF -->">{PRIVATE_MESSAGE_COUNT}</strong>
								</a>
						<!-- ENDIF -->
							</li>
						<!-- ENDIF -->

Regards



The extension gave me a php error so i reported it on the extension page for help, the code modifiction you posted worked thanks a lot


Peace
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

Re: pop-up extension

Post by TheButcher2 »

and now my forum is messed up when I disable the extension.


Fatal error: Uncaught Twig\Error\LoaderError: There are no registered paths for namespace "tatiana5_popuppm" in "overall_header.html" at line 73. in /home/nfvltd/public_html/sponsorchat.com/forum/vendor/twig/twig/src/Loader/FilesystemLoader.php:227 Stack trace: #0 /home/nfvltd/public_html/sponsorchat.com/forum/phpbb/template/twig/loader.php(135): Twig\Loader\FilesystemLoader->findTemplate('@tatiana5_popup...', true) #1 /home/nfvltd/public_html/sponsorchat.com/forum/vendor/twig/twig/src/Loader/FilesystemLoader.php(150): phpbb\template\twig\loader->findTemplate('@tatiana5_popup...') #2 /home/nfvltd/public_html/sponsorchat.com/forum/vendor/twig/twig/src/Environment.php(299): Twig\Loader\FilesystemLoader->getCacheKey('@tatiana5_popup...') #3 /home/nfvltd/public_html/sponsorchat.com/forum/vendor/twig/twig/src/Environment.php(381): Twig\Environment->getTemplateClass('@tatiana5_popup...') #4 /home/nfvltd/public_html/sponsorchat.com/forum/phpbb/template/twig/environment.php(292): Twig\Environment->loadTemplate('@tatiana5_popup... in /home/nfvltd/public_html/sponsorchat.com/forum/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 227
User avatar
Talk19Zehn
Registered User
Posts: 846
Joined: Tue Aug 09, 2011 1:10 pm
Contact:

Re: pop-up extension (PM´s-, Info-Overlay-Lightbox)

Post by Talk19Zehn »

Oops, so please contact the support of that (Beta)-extension: viewtopic.php?f=456&t=2590871


pop-up extension *(PM´s-, Info-Overlay-Lightbox) for phpBB

Hello, here you can find my own works, possibly helpful for you like an alternate: These are language-based (!) ...
BTW: Info-Overlay-Lightbox: A few words make an information next to a link reference possible.
https://www.ongray-design.de/

Regards

Message: Edit ... *)
PM's you have to choose one or the other.
Test, check and decide for yourself what suits your mental intent. :)

Best wishes, regards
Last edited by Talk19Zehn on Sun Dec 05, 2021 5:25 pm, edited 1 time in total.
Best regards
phpBB3 Designs - My own works: Stylearea Ongray-Designs, Adventinducement-Calendar for phpBB
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

Re: pop-up extension

Post by TheButcher2 »

Thanks I posted in the extension support thread, waiting for help to delete the thing and not mess up my forum.

I am going over to look at your extensions, thanks again.

I disabled it and enabled it, checked off the one option it works, peace
Post Reply

Return to “Extension Requests”