Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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;I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
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
There was an error rendering this rich post.
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;
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
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.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
cool you can delete your own comments @hgtonight - advantages of being a moderator.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
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
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Great! So I can close this question
There was an error rendering this rich post.