Hi there, I seem to be having the same exact problem, namely smilies and formatting buttons not working. Although it doesn't go away with changing the templates or in standalone vs wrapped mode. I've tried almost everything imaginable. I'd be very grateful for your help, Safa PS: If i need to modify templates, I'd appreciate if you could let me know which. but it's perplexing that it happens with all templates. JS is on btw.
Version info: Joomla 1.0.11 SMF version 1.1.1 Joomla-SMF version 2.0 RC2 Versatility 2 (RT) but problem is also present with Core template, Babylon, etc.
thank you for the very rapid reply Wolverine! I appreciate it
I updated it to 2.0.1... and it's still having the same problem. It's very strange given that I get it in standalone mode, and for any template, basically irregardless of what I do. I have a test account. It's www.beanywood.com user: angelo pass: angelo99, and the forum is under forum menu item or /forum for standalone....
viewing the HTML source of your page on the wrapped forum I see the SMF headers twice. Once is in the correct JSMF headers which the bridge stripped from the template and inserted in the page head tags(where it should be) and the other is halfway down the page when the SMF output starts. This is most likely why it isn't working.
The bridge is designed to strip your SMF head and duplicate html tags out before displaying the forum. This allows for XHTML validation without the need to modify your SMF template whatsoever when you install the bridge. So the stripping out of the SMF head and duplicate html tags is failing.
Checking your standalone I see your body tag has <body id="page_bg" class="w-wide f-default"> This is why the stripping is failing. I am going to update the bridge to handle these additional options(id and class and whatever else) however that means they will get stripped and your CSS definitions won't be applied. My suggestion is to add a div to replace the id and class you are applying to the body. For example, right now you template has:
Code:
<body id="page_bg" class="w-wide f-default">
I would change this to:
Code:
<body><div id="page_bg" class="w-wide f-default">
If you do that make sure to close the div at the bottom, find the tag
Code:
</body>
and replace it with
Code:
</div></body>
does that make sense?
« Last Edit: January 27, 2007, 10:50:02 PM by -Wolverine »
It makes sense, to the level that I understand it. I tried that... and now it appears as <body><id....> in the page source but the double heading is still taking place, and the buttons are still not working.
Do you think that the fact that it does that with any and every template, standalone and wrapped, means that it's something about the SMF files that is the problem?
Thank you again Wolverine.... no idea what I would do otherwise.
Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use