How To Login from bootstrap modal?
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #6
RE: How To Login from bootstrap modal?
I think you mean the styling of the modal? Look at the link - that is the mybb modal js - it is styled using bootstrap. You need to edit the html.

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="modal-dialog">
		<div class="modal-content">

			<div class="modal-header">
				<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
				<span class="modal-title tl" id="loginModal">Log in</span>

			</div> <!-- /.modal-header -->

			<div class="modal-body">
!!!!!!!!!!!!!!MYBB content!!!!!!!!!!!!!!!
</div>
</div>


Just do a view-source on the link.



[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 09-23-2015 03:49 PM by leefish.)
09-23-2015 03:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: How To Login from bootstrap modal? - leefish - 09-23-2015 03:48 PM

 Standard Tools
Forum Jump: