Page 3 of 3

Re: Forum Made Simple 0.9.X

Posted: Sat Jul 11, 2009 12:56 pm
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)

Re: Forum Made Simple 0.9.X

Posted: Mon Jul 13, 2009 3:12 pm
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.

Re: Forum Made Simple 0.9.X

Posted: Mon Jul 13, 2009 4:31 pm
by alby
Please add bugs in Forge or relative module version topic

Alby

Re: Forum Made Simple 0.9.X

Posted: Mon Jul 13, 2009 4:38 pm
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 :)

Re: Forum Made Simple 0.9.X

Posted: Thu Sep 03, 2009 12:00 am
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.

Re: Forum Made Simple 0.9.X

Posted: Thu Sep 03, 2009 7:19 pm
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.

Re: Forum Made Simple 0.9.X

Posted: Tue Oct 13, 2009 3:24 pm
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.

Re: Forum Made Simple 0.9.X

Posted: Tue Nov 03, 2009 5:23 pm
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!

Re: Forum Made Simple 0.9.X

Posted: Tue Nov 03, 2009 5:33 pm
by alby
holgerjakobs wrote: I just installed CMSMS and ForumMS.
You don't tell which version ....

Alby

Re: Forum Made Simple 0.9.X

Posted: Thu Nov 04, 2010 4:00 pm
by drcreazy
Hello, Alby

[SOLVED]

Re: Forum Made Simple 0.9.X

Posted: Fri Jan 14, 2011 11:42 am
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