You are not logged in.
- Topics: Active | Unanswered
- Index
- » Search
- » Posts by M@x
Pages: 1
#1 General support (1.4 / 1.5) » BBcode cleanup » 2009-12-04 18:35:29
- M@x
- Replies: 1
Hello all,
Juste add a space in this line for clean the code.
http://fluxbb.org/trac/browser/fluxbb/t … =1173#L317
<div id="p<?php echo $cur_post['id'] ?>"class="blockpost<?php echo $vtbg ?>">#3 Re: General support (1.2) » Installation problems » 2009-08-24 14:46:34
- M@x
For connect to phpmyadmin :
http://phpmyadmin.free.fr/phpMyAdmin/
- Remove all table.
- Create new install
- Host : sql.free.fr
- Db name : marc.fournier
- Bd user : marc.fournier
- Db password : *******
Create config.php with the code. Dont add "?>" ![]()
EDIT : Sinon si tu vas sur fluxbb.fr ce sera encore mieux ^^ Et puis je parlerais correctement ![]()
#4 Re: General support (1.2) » Installation problems » 2009-08-23 19:15:54
- M@x
database server hostname sql.free.fr
database name marc.fournier
database username marc.fournier
database pass ******
I think it's ok. Are you french ?
EDIT : I not see your edit. You forum is ok. Test index.php ![]()
#5 Re: General support (1.2) » Installation problems » 2009-08-23 14:40:11
- M@x
when i ran the install.php i entered the following infos :
database server hostname ftpperso.free.fr
database name marc.fournier
database username marc. fournier
database pass ******
Wrong, serveur hostname is "sql.free.fr" (if I remember correctly)
#6 Re: General support (1.4 / 1.5) » Character count in posts? » 2009-08-21 20:48:32
- M@x
"4294967295"
(mysql manual)
#7 Re: General support (1.4 / 1.5) » Character count in posts? » 2009-08-17 12:53:39
- M@x
Here : http://fluxbb.org/trac/browser/fluxbb/t … t.php#L152
(also un edit.php)
#8 General support (1.4 / 1.5) » Label for radio input » 2009-07-24 22:13:22
- M@x
- Replies: 0
Hi,
For good access, can you add <label> for radio input ?
In admin :
- Options
- Permissions
- Prune
- Groupe edit
Thanks.
#9 Re: General support (1.4 / 1.5) » Add "current class" in brdmenu » 2009-07-19 11:48:00
- M@x
I would rather see a define like:
define('FORUM_PAGE', 'index');just like in fluxbb 1.3
No problem. This is more or less identical.
PS : I update my first post. (class="current")
#10 General support (1.4 / 1.5) » Add "current class" in brdmenu » 2009-07-19 00:48:35
- M@x
- Replies: 2
Hello,
I actually test to use a new style in fluxbb 1.4. But i want use a specific image when im on a page.
Example :
Im on index, i change menu index image
Im on member list, i change member list image
I know how to make these changes but I would like to know if it was possible to integrate that basic fluxbb ?
How to ?!
Add in Index, Rules, UserList, Search, Profil and Administration before header include :
$current_page = 'index';Edit in header :
$tpl_main = str_replace('<pun_navlinks>','<div id="brdmenu" class="inbox">'."\n\t\t\t". generate_navlinks()."\n\t\t".'</div>', $tpl_main);By :
$tpl_main = str_replace('<pun_navlinks>','<div id="brdmenu" class="inbox">'."\n\t\t\t". generate_navlinks(isset($current_page) ? $cuccent_page : null)."\n\t\t".'</div>', $tpl_main);And update in include/functions.php
function generate_navlinks()by
function generate_navlinks($current_page)And add in all function links
$links[] = '<li id="navindex"'.((!empty($current_page)) ? 'class="current"' : null).'><a href="index.php">'.$lang_common['Index'].'</a>';It's possible ? I think it's a good update for all style creator.
Thanks for read and sorry for my very bad english ![]()
#11 Re: Announcements » FluxBB 1.4-beta1 released » 2009-05-26 22:11:21
- M@x
Fatal error: Cannot redeclare utf8_ucwords() (previously declared in c:\program files\easyphp1-8\www\fluxbb\1.4_beta1\include\utf8\ucwords.php:19) in c:\program files\easyphp1-8\www\fluxbb\1.4_beta1\include\utf8\ucwords.php on line 19
On install.php ![]()
EDIT : When i remove
require PUN_ROOT.'include/utf8/ucwords.php';
require PUN_ROOT.'include/utf8/trim.php';from include/utf8/utf8.php it's work !
Pages: 1
- Index
- » Search
- » Posts by M@x
