Elxis CMS Forum
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: IOS Reservations online hotel booking system for Elxis CMS.
 
Pages: 1 ... 4 5 [6]
  Print  
Author Topic: eForum Questions  (Read 11288 times)
darren1690
Newbie
*
Offline Offline

Posts: 4


« Reply #75 on: May 09, 2012, 23:44:30 »

Thanks for the reply.

Im new to this... so is there any way you could point me in the general direction as to how to do
both of these?

1-  Ive been to -   Components/Elexis Forum/Boards - could not find how to make it for users only.   Am I in the right area?

2.- I dont even know where to start to remove the side bards for this page....  any guidence would be appreciated.


Again thanks.


Logged
datahell
Elxis Team
Hero Member
*****
Offline Offline

Posts: 7589



WWW
« Reply #76 on: May 10, 2012, 19:32:12 »

1. On eForum control panel there is an "access" setting for each board.

2. This depends on the template.

The general way to do it is to open the template's index.php file and put a code like this:

if ($option != 'com_eforum') {
    //show left column
}
//show middle column
if ($option != 'com_eforum') {
    //show right column
}

Read the online documentation: http://wiki.elxis.org/wiki/Category:Eforum
Logged

wbread
Sr. Member
****
Offline Offline

Posts: 267



WWW
« Reply #77 on: June 03, 2012, 12:57:20 »

hi
I would like that when you reply to previous posts appear normal, not as a text without markup BB codes
Logged
datahell
Elxis Team
Hero Member
*****
Offline Offline

Posts: 7589



WWW
« Reply #78 on: June 04, 2012, 09:16:47 »

Open daemons/html.daemon.php, go to line 941.
You have to initialize nbbc (eForum's BBcode parser) like on daemons/html.daemon.php file lines 510-569 and after go to line 1052 and replace

$message = $eforum->bbcode_to_cleartext($previous_post['message'], "<br />\n");
with this:
$message = $bbcode->Parse($previous_post['message']);
Logged

wbread
Sr. Member
****
Offline Offline

Posts: 267



WWW
« Reply #79 on: June 04, 2012, 13:03:23 »

thanks Cheesy
Logged
wbread
Sr. Member
****
Offline Offline

Posts: 267



WWW
« Reply #80 on: September 09, 2012, 20:15:48 »

have many hiden functions Grin
it's all for eForum2 or for yourself?


* new_function.jpg (24.55 KB, 595x82 - viewed 75 times.)
Logged
wbread
Sr. Member
****
Offline Offline

Posts: 267



WWW
« Reply #81 on: September 09, 2012, 22:51:34 »

i add new buttons
language only russian and english
Code:
public $STRIKE = 'Strike text';
public $LEFT = 'Align left';
public $RIGHT = 'Align right';
public $CENTER = 'Align center';
public $INDENT = 'Indent';
public $SUP = 'Superscript';
public $SUB = 'Subscript';
public $TABLE = 'Insert table';
Logged
Pages: 1 ... 4 5 [6]
  Print  
 
Jump to: