Re: Forum Made Simple 0.9.X
Posted: Mon Mar 16, 2009 3:15 pm
This tag is uselessthe.star wrote: {cms_module module=CustomContent}
Why you use Forum with CustomContent?
Alby
Content management as it is meant to be
https://forum.cmsmadesimple.org/
This tag is uselessthe.star wrote: {cms_module module=CustomContent}
Very wellthe.star wrote: The customContent Module was there before and it's needed otherwise I can't publish separate content for the different user groups. The page does not only contain the forum and the forum is only for the employees.
Yesterday and the days before, the forum didn't work and tada, today it worked. Without having ANYTHING changed. I have no idea what happened, but I'm happy it finally works. Thank you Alby for your support.![]()
Code: Select all
{$post_bbcodejs_toolbar}
Have you other js in page?Thelenius wrote: In the post editing templates (new_topic, reply etc) I see this code:Is this supposed to add a toolbar for inserting bbcode tags? Because there is none. Not in Safari, not in Firefox.Code: Select all
{$post_bbcodejs_toolbar}
No.alby wrote: Have you other js in page?
I'm not sure what you mean? The code I wrote about is in your FMS templates.alby wrote: Do you look script tag in source html?
I installed Firebug but have no idea how to use it.alby wrote: You must install Firebug addon in FF for check what is your error
In source html you must see tag (from bbcode_toolbar.php file)Thelenius wrote:I'm not sure what you mean? The code I wrote about is in your FMS templates.alby wrote: Do you look script tag in source html?
Is in action.topic.php fileSkunk wrote: I figured, if I want a link to the last page, that URL should be altered.
But where can I find the settings for that URL? I mean, where is {$entry->topic_link} defined?
Do you mean when I view page source in the browser? Nope, no script tag. Here's the source code for the new topic form in its entirety, as seen by the browser:alby wrote: In source html you must see tag (from bbcode_toolbar.php file)
Code: Select all
<form id="m8moduleform_2" method="post" action="moduleinterface.php">
<div class="hidden">
<input type="hidden" name="mact" value="Forum,m8,new_topic,1" />
<input type="hidden" name="_s_" value="6b9bb99d" />
<input type="hidden" name="m8prev_link" value="new_topic" />
<input type="hidden" name="m8fid" value="1" />
<input type="hidden" name="m8returnid" value="54" />
</div>
<p>
<b><label for="m8topic_subject">Aihe</label>
</b><br />
<input type="text" name="m8topic_subject" id="m8topic_subject" value="" size="40" maxlength="255" />
<br />
</p>
<p>
<b>Viesti</b><br />
<textarea name="m8post_body" cols="54" rows="7"></textarea><br />
</p>
<p><input name="m8submit" id="m8submit" value="Lähetä" type="submit" />
</p>
</form>
- try to re-upload bbcode_toolbar.php on serverThelenius wrote: Do you mean when I view page source in the browser? Nope, no script tag.
Uh, what? Sorry, this is way out of my league. I guess we'll just have to forget about formatting text in the forums (the users of my site will most certainly not be able to use bbcode without a toolbar, and even with the toolbar it could be confusing because it's not wysiwyg).alby wrote: - try to re-upload bbcode_toolbar.php on server
- active debug in config.php and look for error in page and in server logs
No is the php file for display (output js script tag) bb toolbar in FMS. It must be in Forum folderThelenius wrote:Is bbcode_toolbar.php something that I should have added to the CMSMS installation myself?alby wrote: - try to re-upload bbcode_toolbar.php on server
- active debug in config.php and look for error in page and in server logs