You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 Re: Modifications (1.4) » [mod]TopicTags » 2011-08-31 02:14:26
- barlos
ok ok ok~~~
#2 Modifications (1.4) » [mod]TopicTags » 2011-08-29 08:55:45
- barlos
- Replies: 4
I installed this MOD, but nothing happened.
Does anyone tried?
I think it adds a prefix to the topic which is a nice feature.
The mod download page is : http://fluxbb.org/resources/mods/topictags/
Thanx.
#3 Re: Modifications (1.4) » Subforum mod » 2011-03-11 04:01:54
- barlos
I still tried to installed and run it. then I got the following msg after I posted a msg:
Error: Unable to fetch topic info.
Now, I can I posed a new msg within FluxBB, but, when I clicked the topic title link, try to see the entire page, I got "Error: Unable to fetch topic info." again.
#4 Re: Modifications (1.4) » Subforum mod » 2011-03-11 03:57:48
- barlos
I tried to install sub-forum mod (1.0.9.5) with FluxBB 1.4.4, did not work. Please the following.
readme.txt
open viewforum.php and edit
#---------[ 21. FIND (line: 45) ]---------------------------------------------
#
$result = $db->query('SELECT f.forum_name, f.redirect_url, f.moderators, f.num_topics, f.sort_by, fp.post_topics FROM '.$db->prefix.'forums AS f LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND f.id='.$id) or error('Unable to fetch forum info', __FILE__, __LINE__, $db->error());
#
#---------[ 22. REPLACE WITH ]---------------------------------------------
#
$result = $db->query('SELECT f.forum_name, pf.forum_name AS parent_forum, f.redirect_url, f.moderators, f.num_topics, f.sort_by, f.parent_forum_id, fp.post_topics FROM '.$db->prefix.'forums AS f LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') LEFT JOIN '.$db->prefix.'forums AS pf ON f.parent_forum_id=pf.id WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND f.id='.$id) or error('Unable to fetch forum info', __FILE__, __LINE__, $db->error());
#In FluxBB 1.4.4, the code is like the following, around line #24:
// Fetch some info about the forum
if (!$pun_user['is_guest'])
$result = $db->query('SELECT f.forum_name, f.redirect_url, f.moderators, f.num_topics, f.sort_by, fp.post_topics, s.user_id AS is_subscribed FROM '.$db->prefix.'forums AS f LEFT JOIN '.$db->prefix.'forum_subscriptions AS s ON (f.id=s.forum_id AND s.user_id='.$pun_user['id'].') LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND f.id='.$id) or error('Unable to fetch forum info', __FILE__, __LINE__, $db->error());
else
$result = $db->query('SELECT f.forum_name, f.redirect_url, f.moderators, f.num_topics, f.sort_by, fp.post_topics, 0 AS is_subscribed FROM '.$db->prefix.'forums AS f LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND f.id='.$id) or error('Unable to fetch forum info', __FILE__, __LINE__, $db->error());#5 Modifications (1.4) » [MOD] Show last topics and edited posts » 2011-03-08 03:15:36
- barlos
- Replies: 1
This MOD displays last topics and edited posts for the fourm. Please see below.

CRLin is the author. This MOD is modified form "show-last-topics"
Origin mod: http://fluxbb.org/resources/mods/show-last-topics
download link: http://web.dhjh.tcc.edu.tw/~gzqbyr/flux … -posts.zip
Note:
Edit post default 'Silent edit', will be not display last edited posts, hence edit the following codes
OPEN edit.php
FIND
checked="checked" />Replace with
/>If you edit a post, the first page will show it.
#6 Re: FluxBB discussion » Languages » 2009-07-08 08:22:44
- barlos
Dear all,
I have translated FluxBB 14 beta 1 into Taiwanese Traditional Chinese UTF-8. Some wording and phrases are differ form Chinese in China.
Files and Directories included:
install_chtw_utf8.php
/lang/chtw_eng_utf8
/lang/chtw_utf8
fluxbb_chtw_readme.txt : This readme file.
install_chtw_utf8.php : Chinese and English coexisted installation page. You can rename it to install.php for installation.
/lang directory: where the language pack files stored. The language pack only changes the user's forum browsing web pages. The administrator control panel remains in English.
/lang/chtw_eng_utf8 : Some words and phrases are fully translated into Chinese. Some are coexisted.
/lang/chtw_utf8 : All words and phrases are fully translated into Chinese.
download link
http://barlos.zqpon.com/fluxbb14b1_chtw.zip
Cheers
#7 Re: Modifications (1.2) » [BETA-RELEASE] Anti SPAM bot CAPTCHA v2 » 2009-07-02 06:56:16
- barlos
I am very looking forward for this ^_^
#8 Feature requests » custom bbcode & smile set & search title only » 2009-07-02 03:47:58
- barlos
- Replies: 5
Hello,
I just installed Fluxbb 1.4 beta 1 on my NAS. Well, it's not on public, but I am quite impressed with Fluxbb.
I also installed phpBB3 the latest version, and make a little comparison.
Is it possible to have custom bbcode & smile set for site admin to add? This would make forum more flexable and more interesting.
Such as the following the animated gif smiles
hot: 
cocky Pinocchio: 
shock: 
Orz: 
pounch: 
For the search option, it would be nice to add just search Topic Subject. Because I think many registered user may want to use this.
Pages: 1
