Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Community
»
Elxis Community
(Moderator:
Ivan Trebješanin
) »
eForum development progress
« previous
next »
Print
Pages:
1
2
[
3
]
Author
Topic: eForum development progress (Read 42723 times)
wbread
Sr. Member
Posts: 354
Re: eForum development progress
«
Reply #30 on:
June 16, 2011, 17:11:00 »
have plans to add new bb codes?
I think make the code for the tables as in this forum (engine)
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: eForum development progress
«
Reply #31 on:
June 16, 2011, 17:28:24 »
You mean html tables?
<table>...</table>
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wbread
Sr. Member
Posts: 354
Re: eForum development progress
«
Reply #32 on:
June 16, 2011, 17:34:54 »
yes
smf use
- easily
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: eForum development progress
«
Reply #33 on:
June 16, 2011, 17:47:03 »
I dont find a good idea to allow tables in a forum...
I post on forums for many years and I never needed to write a table.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wbread
Sr. Member
Posts: 354
Re: eForum development progress
«
Reply #34 on:
June 16, 2011, 19:05:50 »
how to make that on eforum
+ hot key(ctrl+B,U,I), align and etc.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: eForum development progress
«
Reply #35 on:
June 16, 2011, 20:13:40 »
Pure CSS: make embed images float left
<img style="float:left;" src="" alt="" /> text here
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wbread
Sr. Member
Posts: 354
Re: eForum development progress
«
Reply #36 on:
June 16, 2011, 20:17:42 »
eForum support html??
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: eForum development progress
«
Reply #37 on:
June 16, 2011, 22:23:00 »
You want your forum users to write html? Are you sure?
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
webgift
Elxis Team
Hero Member
Posts: 4193
Re: eForum development progress
«
Reply #38 on:
June 17, 2011, 00:16:31 »
What kind of users will you have ? ... developers ?
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
wbread
Sr. Member
Posts: 354
Re: eForum development progress
«
Reply #39 on:
June 17, 2011, 00:25:33 »
datahell
Quote
Pure CSS: make embed images float left
<img style="float:left;" src="" alt="" /> text here
I know how to do it in html, but how to do this in
eforum
?
you offered me that option does not work on the forum
I do not want users to use html, they are not developers
I want to use tables to design messages
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: eForum development progress
«
Reply #40 on:
June 17, 2011, 19:48:48 »
You didn't understood me, I didn't said to write html. I wrote html to display you a sample on how you can style an image with css.
eForum puts the article inside a table cell (td).
You can add a css clas in this table like this:
<td colspan="3" class="post_content">
<img /> sample post
</td>
Now in your css you can style the embed images:
.post_content img {
float: left;
margin: 0 10px 10px 0;
}
You may need to make more modifications in html to achieve this but you will surely need less effort than creating a table insert button in the editor.
«
Last Edit: June 17, 2011, 19:50:24 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wbread
Sr. Member
Posts: 354
Re: eForum development progress
«
Reply #41 on:
June 17, 2011, 20:32:07 »
thank
Logged
Print
Pages:
1
2
[
3
]
« previous
next »
Elxis CMS Forum
»
Community
»
Elxis Community
(Moderator:
Ivan Trebješanin
) »
eForum development progress