Forum Made Simple 0.9.X

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
mcDavid
Power Poster
Power Poster
Posts: 377
Joined: Tue Mar 31, 2009 8:45 pm
Location: Delft, Netherlands

Re: Forum Made Simple 0.9.X

Post by mcDavid »

qv90 wrote: Hi,

I've installed CMSMS 1.6 and Forum 0.9.2. Then I tried BBCode [ quote ] quoted text [ /quote ]. Surprisingly It does not work..

Any Sugestions?

Live long ad prosper
Jam
from the release-notes of 0.9.3:
Add quote from user
So I think you need 0.9.3 for support of [ quote ] tags. I installed it yesterday and it does support quotes. However, when I click the quote-button, I get this text:

Code: Select all

[quote="<a href="http://mydomain.nl/index.php?mact=Forum,m4,profile,1&m4prev_link=reply_topic&m4tid=2&m4fid=3&m4uid=3&m4returnid=83&page=83">username</a>"]test[/quote]
When I submit this post, I can not click the username above the quote.
When I edit the post, the anchor has simply disappeared:

Code: Select all

[quote="username"]test[/quote]
It doesn't matter to me that there's no anchor, but I don't like the html-code in the quote. Is there a solution to this?
If not, I might dive into it myself, but I'm editting the templates first.

Also I'd like to know if it's possible to use some kind of pretty urls for the forum? That would be nice. [edit] ah, switching hierarchy on makes it work!  :)

Although it's still in 'beta', I think Forum Made Simple is the best forum software I've seen yet. I love it for it's seamless integration with the rest of the CMS through FEU, and it's very easy to edit templates!

-edit-
oh and maybe it's an idea to build in support for the smileys module in a next build?

-edit-
I fixed the problem with the quote by commenting out line 221, 222 and 223 in the file action.reply_topic.php. I think the best fix to this problem would be to change the name into a link somewhere in the BBCode-parser, instead of in the quote. This way the forum-users don't end up seeing code in their textbox they don't understand.
(I tried changing the html-link into a BBC-link, but this also gives a conflict with the BBCode-parser. This could be fixed quite easily by changing the regex, but I still think it looks ugly to have this url messing up the quote-tags in the textbox)
Last edited by mcDavid on Sun Jul 12, 2009 9:57 am, edited 1 time in total.
Sonya

Re: Forum Made Simple 0.9.X

Post by Sonya »

mcDavid wrote: I fixed the problem with the quote by commenting out line 221, 222 and 223 in the file action.reply_topic.php.
To get it working search for:

Code: Select all

$content_body = "[quote=". $onerow->poster ."]". $row['body_raw'] ."[/quote]\n";
(Line 230 in original) and replace with

Code: Select all

$content_body = "[quote=". $this->GetPropertyFEU($row['poster_id'], $forum_det['property-feu']) ."]". $row['body_raw'] ."[/quote]\n";
No need to comment everything with this solution.
Last edited by Sonya on Mon Jul 13, 2009 3:19 pm, edited 1 time in total.
alby

Re: Forum Made Simple 0.9.X

Post by alby »

Please add bugs in Forge or relative module version topic

Alby
Sonya

Re: Forum Made Simple 0.9.X

Post by Sonya »

alby wrote: Please add bugs in Forge or relative module version topic

Alby
Thank you for discipline me :) I have added a bug in forge and have discovered yours afterwards -> closed mine :)
styson

Re: Forum Made Simple 0.9.X

Post by styson »

Is there any way to change the text size in the textarea box for new posts as well as replys.  It is very small.  I do not see any css class being set and when I tried to set textarea { font-size: 120%; } in my style sheet it had no effect.

Thanks.
styson

Re: Forum Made Simple 0.9.X

Post by styson »

styson wrote: Is there any way to change the text size in the textarea box for new posts as well as replys.  It is very small.  I do not see any css class being set and when I tried to set textarea { font-size: 120%; } in my style sheet it had no effect.

Thanks.
Ima dork.   :P   I totally missed the CSS at the top of my stylesheet for the forum that was overriding my attempts to format the textarea.  I have things working now.
aibreanstudio
New Member
New Member
Posts: 4
Joined: Thu Aug 13, 2009 5:57 pm

Re: Forum Made Simple 0.9.X

Post by aibreanstudio »

It took me forever to figure out why my client was having issues creating a topic with Forum Made Simple. It turns out the forum is visible EXCEPT for the "New Topic" link when using Internet Explorer. Anyone have this issue or could direct me how to fix it so I don't have to install something else?

I am using the latest release. If I make a new topic (through a different browser) the new topic created is visible in IE, but not the icon to make a new topic.
holgerjakobs
New Member
New Member
Posts: 3
Joined: Tue Nov 03, 2009 5:20 pm

Re: Forum Made Simple 0.9.X

Post by holgerjakobs »

I just installed CMSMS and ForumMS.

When trying to set up a new forum, I get an error message on the page before the form:

Warning: Invalid argument supplied for foreach() in /.../htdocs/cmsms/modules/Forum/action.admin_new_forum.php on line 54

Any help would be appreciated.

Thanks!
alby

Re: Forum Made Simple 0.9.X

Post by alby »

holgerjakobs wrote: I just installed CMSMS and ForumMS.
You don't tell which version ....

Alby
User avatar
drcreazy
Forum Members
Forum Members
Posts: 13
Joined: Tue Aug 31, 2010 11:50 am

Re: Forum Made Simple 0.9.X

Post by drcreazy »

Hello, Alby

[SOLVED]
Last edited by drcreazy on Fri Nov 05, 2010 9:44 am, edited 1 time in total.
Cody

Re: Forum Made Simple 0.9.X

Post by Cody »

Hi,

I have small problem with problem - it is language settings. I have installed this awesome module, but I want to localise some texts. I want to use Czech language so I move to /modules/Forum/lang file cs_CZ.php and insert to content of the page thist code {cms_module module="Forum" lang="cs_CZ"}, but some text are still in english. See there.

Can you help me please, how could I fix the problem?
Cms Version: 1.9.2

Installed Modules:

* CMSMailer: 2.0
* FileManager: 1.0.3
* MenuManager: 1.7.4
* ModuleManager: 1.4
* News: 2.11
* nuSOAP: 1.0.2
* Printing: 1.1.1
* Search: 1.6.8
* ThemeManager: 1.1.3
* TinyMCE: 2.8.2
* CodePress: 0.1.2
* CGExtensions: 1.22.2
* FrontEndUsers: 1.12.8
* CustomContent: 1.7.3
* SelfRegistration: 1.6.7
* SiteMapMadeSimple: 1.2.2
* TreeManager: 0.6.0
* Forum: 0.9.4
* UpHyperlight: 1.0
* FormBuilder: 0.6.4


Config Information:

* php_memory_limit: 32
* process_whole_template: false
* output_compression: false
* max_upload_size: 48000000
* default_upload_permission: 664
* url_rewriting: mod_rewrite
* page_extension: /
* query_var: page
* image_manipulation_prog: GD
* auto_alias_content: true
* locale:
* default_encoding: utf-8
* admin_encoding: utf-8
* set_names: true


Php Information:

* phpversion: 5.3.2
* md5_function: Zap (ANO)
* gd_version: 2
* tempnam_function: Zap (ANO)
* magic_quotes_runtime: Vyp (NE)
* E_STRICT: 0
* E_DEPRECATED: 0
* memory_limit: 32M
* max_execution_time: 30
* output_buffering: 4096
* safe_mode: Vyp (NE)
* file_uploads: Zap (ANO)
* post_max_size: 32M
* upload_max_filesize: 48M
* session_save_path: Nekontrolováno kvůli OS cestě
* session_use_cookies: Zap (ANO)
* xml_function: Zap (ANO)


Server Information:

* Server Api: apache2handler
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.0.87.d10
Locked

Return to “Modules/Add-Ons”