How to add pop up loggin buttons..?
How to add pop up box with message and logging buttons for unregistered users..?
Tagged:
0
Best Answers
-
peregrine
MVP
It depends on you config.php
this will turn off buttons
$Configuration['Garden']['SignIn']['Popup'] = FALSE;
or this will turn off popups.
$Configuration['Garden']['SignIn']['Popup'] is not in the config.php
$Configuration['Garden']['SignIn']['Popup'] = TRUE;6 -
UnderDog
MVP
@peregrine said:
It's already answered in the threadhttp://vanillaforums.org/discussion/comment/174836/#Comment_174836
Great! So I can close this question
5
This discussion has been closed.

Answers
It depends on you config.php
this will turn off buttons
$Configuration['Garden']['SignIn']['Popup'] = FALSE;
or this will turn off popups.
$Configuration['Garden']['SignIn']['Popup'] is not in the config.php
$Configuration['Garden']['SignIn']['Popup'] = TRUE;
If you are asking how to add links that also popup, give the anchors the class "Popup" to signal that you want the link to show in the page.
Otherwise, follow @peregrine's advice.
cool you can delete your own comments @hgtonight - advantages of being a moderator.
I want that like this http://vanillaforums.org/discussion/22174/
It's already answered in the thread
http://vanillaforums.org/discussion/comment/174836/#Comment_174836
did you see this message in pink at the top of the page regarding posting a questions?
When posting a question on the forum, please include the version number of Vanilla you are using.
check these out as well.
http://vanillaforums.org/discussion/23130/forum-post-ettikett-etiquette
http://vanillaforums.org/discussion/17954/food-for-thought-forum-etiquette
http://vanillaforums.org/discussion/25115/how-to-how-can-a-new-user-better-help-the-community-when-asking-a-question
Great! So I can close this question