Posted July 4, 2012 · Report post Hello, I am trying to open the BT Login modal popup directly from clicking an item in the main menu. Any idea? Thanks in advance. Kindest, Marcos Share this post Link to post Share on other sites
Posted July 18, 2012 · Report post Hi, I did this on my site quite easily. Fine tuning is easy but time-consuming the register modal is also shown next to the login button. The menu item for login and register is the same, it's only 1 for the BT login module. Here's an image to help. The BT login menu item is called Login in this image. If you would like to see how it looks please go to: http://oldschoolfighters.com/ chinhpv likes this Share this post Link to post Share on other sites
Posted July 19, 2012 · Report post Thank you very much, icomrade! Share this post Link to post Share on other sites
Posted September 13, 2012 · Report post I tried to follow your instructions here as what you have on your site looks just like I want. But when I followed what you put here my home page just went blank. Did you change anything in the actual module settings? In the module settings did you set a location for the module? Many thanks Jim Share this post Link to post Share on other sites
Posted September 13, 2012 · Report post I did not edit any of the module manually, except for the CSS which was to make it match my existing menu. I have no clue why your entire site goes blank, perhaps try debugging it with firebug or chrome's built in developer tools, since you can see errors with them. The module does not get a location, since it will be assigned in the menu; however, the stock joomla menu is lacking on features so you will have to find one that allows modules in the menu (since that is what it is essentially), I use Ice Mega Menu from Ice Theme. http://www.icetheme.com/joomla-extensions/icemegamenu.html Also, on a side note, the ACP theme I am using is Mission Control by Rocket Theme, so my screenshots may not match up quite right with your layout. Share this post Link to post Share on other sites
Posted September 13, 2012 · Report post Thanks I will have a look at that. Jim Share this post Link to post Share on other sites
Posted October 7, 2012 · Report post Hi, I did this on my site quite easily. hi, icomrade, apparently you did this with help of "IceMegaMenu" extension. Now, I want to just link a Joomla core menu item to BT Login module pop-up form, without any other menu extension. Can you do this? I noticed that BT Login module v2.4.1 has an option "Login tags", but I don't know how to use it. Anyone can help me? Thanks. Share this post Link to post Share on other sites
Posted October 8, 2012 · Report post I am pretty sure that the stock Joomla! module (for 2.5.x) does not allow modules to be displayed inside the menu, I could be wrong though. I am also not familiar with the new module option you are talking about, perhaps there is some documentation on it? If not you could always start a new thread on how to use it. Share this post Link to post Share on other sites
Posted October 8, 2012 · Report post I know Joomla core menu module can not load another module in the mainmenu. But, I want to use one menu item to "link" to the module, because BT Login module offers an option of "Login tags" to allow pop-up form triggered by a text with specific Tags. I just don't know how to use this Tags feature. Share this post Link to post Share on other sites
Posted October 8, 2012 · Report post I know Joomla core menu module can not load another module in the mainmenu. But, I want to use one menu item to "link" to the module, because BT Login module offers an option of "Login tags" to allow pop-up form triggered by a text with specific Tags. I just don't know how to use this Tags feature. Hi, to do it, you can get "class or "id" of element you want to active Login or Registration panel when click on, then enter it in param "Login tag" or "Registration tag", in admin module(with "class" let's enter it together with '.' character and with "id" let's enter it together '#'). Hope it help you. Thanks! Share this post Link to post Share on other sites
Posted October 8, 2012 · Report post My operation: Publish the BT Login module to a position that does not exist on the page, and assign this module to all pages. Then, create a new menu item on the mainmenu, with type "seperator", and "custom css class" as "loginformonmenu". Now I set the BT Login parameter "Login tags" to ".loginformonmenu". Is this right? When I click on the "Login/Register" menu item, nothing happened. When I check the page source code, I saw this : Login/Register This is codes around the menu item "Login/Register" . Please tell me how to let this menu item trigger the BT Login pop-up? Thanks. Share this post Link to post Share on other sites
Posted May 14, 2013 · Report post Hi, to do it, you can get "class or "id" of element you want to active Login or Registration panel when click on, then enter it in param "Login tag" or "Registration tag", in admin module(with "class" let's enter it together with '.' character and with "id" let's enter it together '#').Hope it help you.Thanks! Hi, I need to do the same thing, but I can't for the life of me figure out what you mean,,, Let's say the menu-item ID of the "Login" in the menu is 103. What exactly do I put in the "Login tag" or "Registration tag" to make it pick up your module? I hope you can help. Share this post Link to post Share on other sites
Posted May 15, 2013 · Report post Hi ImkeLet me explain to you. Please see my attachment.If i want to choose "K2 Item" menu to open forms I must see class or id of this menu item. As you see its classes are item-548 current and active. "item-548" is main and solid class of this menu item, and current, active are temporary classes.So, I will use item-548, because it is a class , you must enter to the text boxes as .item-548. If you choose a id you must enter that id with a # instead of dotFinally "Login tag" parameter is used to open login form or Registration tag is opposite.I hope this message will be help you.Enjoy it. Share this post Link to post Share on other sites
Posted May 28, 2013 · Report post I have read the previous post but I not undestand how opening the BT Login modal popup directly from clicking an item in the main menu. I use joomla 2.5.9 and when I create a new menu item on the mainmenu, with type "textual seperator", I can't insert the class because the field class doesn't exist with this type separator.Any idea to resolve this issue? Share this post Link to post Share on other sites
Posted May 29, 2013 · Report post Hi. Andrea.Does the menu item has ID property?Can i see you website? And please tell me what menu item is.Thanks Share this post Link to post Share on other sites
Posted June 2, 2013 · Report post Hi,thank you for reply. I have a class not an Id.This is the code of the menu item.<li class="item-244"><a href="/it/login.html?ml=1" class="modal" target="_blank" rel="{handler:'iframe',size {x:'650',y:'600'}}">Login</a></li>The site is this , menu item is in the footer the first item in the second column (Log In)Thanks Share this post Link to post Share on other sites
Posted June 4, 2013 · Report post Ok. You can enter this ".item-224" or more certain with ".item-224 a" to "Login tag" parameter in back-end. Share this post Link to post Share on other sites
Posted June 4, 2013 · Report post I tried but it still does not work. The only solution that comes to mind is to add this code to the voice of the footer Log In<span class="btl-modal" id="btl-panel-login">Log in </span>Thanks Share this post Link to post Share on other sites
Posted January 14, 2014 · Report post Hi. I'm still interested, but none of the suggestions worked in a plain Joomla! installation. Has anyone found a solution? Thanks. Share this post Link to post Share on other sites
Posted January 15, 2014 · Report post Please set a class that you are going to do to "Login Tags" and tell me what it is.Then give me your url I will check why it doesn't work. Share this post Link to post Share on other sites
Posted January 16, 2014 · Report post BTLogin module is linked to the TEST1 menu item (a title separator), with its class reference '.item-208' indicated in 'Login tags'. The module is published in a non existing position; Joomla! version is 3.2.1.You can see it at this site. Share this post Link to post Share on other sites
Posted January 16, 2014 · Report post Hi Paolo.The module need to be published in a available position.It can be hidden but must be published on the page.I checked your source page and didn't see the module.Please choose other position. Share this post Link to post Share on other sites
Posted January 16, 2014 · Report post Ok, I've published it in the LEFT position of the default template, and assigned to the 'Home' and 'Test1' menu items. Share this post Link to post Share on other sites
Posted January 17, 2014 · Report post HiPlease fix the problem by this solutionOpen file /mod_bt_login/tmpl/js/default.jsFind this lineif(requireRemove && event.which == 1) btTimeOut = setTimeout('BTLJ("#btl-content > div").slideUp();BTLJ(".btl-panel span").removeClass("active");',10);And change toif(requireRemove && event.which == 1 && !event.target.hasClass('btl-modal')) btTimeOut = setTimeout('BTLJ("#btl-content > div").slideUp();BTLJ(".btl-panel span").removeClass("active");',10);Cheers Share this post Link to post Share on other sites
Posted January 17, 2014 · Report post Nearly done: the login module pops up, but suddenly rewinds upwards; it is also displayed away from the main menu item (even if it is published in the MENU position).Thanks for your interest. Share this post Link to post Share on other sites