Search the Community
Showing results for tags 'notification'.
-
hey guys we are using processwire version 3.0.42, we have an important notice that we want to show on the home page of our website. its an image and it should load once the website is loaded and there should be an option to close the popup appearing. is there any plugin that can help us get this done or some code any kind of help would be useful. its a litle urgent. thanks in advance.
- 3 replies
-
- popup
- notification
-
(and 1 more)
Tagged with:
-
Hi, in wordpress homepage we can put a list of LAST ARTICLES AND COMMENTS. Can I do same thing with processwire? If yes, how? There is a tutorial? Thanks!
- 3 replies
-
- blog
- notification
-
(and 1 more)
Tagged with:
-
I hope this is the correct place to post this. I currently am building a "dashboard" that displays some stats etc, but also handles login/logout with a form. Currently, when a user uses the form on the homepage, they redirected (if the credentials are correct) to the backend of processwire. However, I was hoping to direct the user back to the dashboard and display an alert (for now until I get a library to handle this). I got it somewhat working if I dont redirect the user. However, if I refresh the page, the alert still "pops up". Does anyone know of a way to redirect to the home page, but then display an alert? My Code to login: <?php if($input->post->user && $input->post->pass) { $user = $sanitizer->username($input->post->user); $pass = $input->post->pass; if($session->login($user, $pass)) { // login successful $session->redirect($dash); } } ?>
- 4 replies
-
- notification
- login
-
(and 1 more)
Tagged with:
-
Morning everyone, A quick question. Having come from WP which we were on prior to PW, we used to have the ability to have an automatic ping sent out to a variety of URLs to notify them when a new post is published. This is common behavior in WP and I was wondering if anyone has any ideas as to how to make this happen with PW. This link explains the logic / how it works: http://codex.wordpress.org/Update_Services An example url might be: http://rpc.pingomatic.com/ Thanks in advance, Mike
- 9 replies
-
- ping
- notification
-
(and 1 more)
Tagged with: