1
fdj
multipage
  • 2005/7/22 8:58

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,

For the moment the multipage only shows the last page of a discution.
[1][2][3]...[8]


it would be nice to make a little modification in order to display at least the 2 or 3 last pages. My members ask me this feature because sometimes it's hard to follow a thread. They have first to click on the last page and then go back...
They will appreciate something like this :

[1][2][3]...[7][8]
[1][2]...[7][8]


thx
...



2
fdj
Re: CBB 1.14
  • 2005/6/6 23:03

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


"A user is only allowed to create a poll from his own thread "

oups i missed that I have to work my english :s

Thank you so much for your receptiveness phppp...





3
fdj
Re: CBB Team calling for members
  • 2005/6/6 22:53

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


I would direct you to newbb1.

well it's an open discution I moved to CBB because some features are great. (i was using newbb1). I don't like phpbb and ipb mod because they are not made for xoops. For me the main drawback on CBB is this "heavy code" underlined by GIgoe few weeks ago.


The point of CBB/newbb2 was to expand and give a deep and rich feature setYou cant do that without code.


I agree with you, but I think that the first asset of a module should be "simplicity".

As for the plugin suggestionI think thats a horrible idea.


Why not ? many bulletin board use hacks or plugins to add extra features that the majority of people doesn't need. It allows to have a clean and more simple "core" and maybe makes the dev. easier. I can undestand people want more and more features but we have to consider that it's just a forum module.

@phppp : it's a good idea to choose a "package" during the module being installed.
As for the menu why not choose just one system ?

thank you for your work !



4
fdj
Re: CBB 1.14
  • 2005/6/6 22:21

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


yeeaahhhh that's it !!!

the thing that i don't understand is that i'm running the last version of CBB and the problem is still there.

What can i do phppp?



5
fdj
Re: CBB 1.14
  • 2005/6/6 21:09

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


It seems to be a real bug... i saw the same problem onhttp://www.warpigw2.com ...
On a fresh install it's ok but when i update from newbb1 the poll option sometimes doesn't work.

It's an updater issue... :(



6
fdj
Re: CBB Team calling for members
  • 2005/6/6 19:11

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


sure they can be disabled, but the code stay in the files

Lighter the code is faster the board will be . Most (all) of the CBB/Newbb 2 I have seen don't use those features.

Simple example :

If I want to keep just the select mode for menus. I can delete from each template files :

<{elseif $menumode eq 1}>
    <
div id="mainoption" class="menu">
    <
table><tr><td>
        <
class="item" href="<{$mark_read}>"><{$smarty.const._MD_MARK_ALL_FORUMS}>&nbsp;<{$smarty.const._MD_MARK_READ}></a>
        <
class="item" href="<{$mark_unread}>"><{$smarty.const._MD_MARK_ALL_FORUMS}>&nbsp;<{$smarty.const._MD_MARK_UNREAD}></a>
        <
div class="separator"></div>
        <
class="item" href="<{$post_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALLPOSTS}></a>
        <
class="item" href="<{$newpost_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_NEWPOSTS}></a>
        <
class="item" href="<{$all_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALL}></a>
        <
class="item" href="<{$digest_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_DIGEST}></a>
        <
class="item" href="<{$unreplied_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREPLIED}></a>
        <
class="item" href="<{$unread_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREAD}></a>
        <
div class="separator"></div>
        <{foreach 
item=menu from=$menumode_other}>
        <
class="item" href="<{$menu.link}>"><{$menu.title}></a>
        <{/foreach}>
        <{if 
$forum_index_cpanel}>
        <
div class="separator"></div>
        <
class="item" href="<{$forum_index_cpanel.link}>"><{$forum_index_cpanel.name}></a>
        <{/if}>
    </
td></tr></table>
    </
div>
    <
script type="text/javascript">document.getElementById("mainoption").onmouseout closeMenu;</script>
    <
div class="menubar"><a href="" onclick="openMenu(event, 'mainoption');return false;"><{$smarty.const._MD_MAINFORUMOPT}></a></div>

<{elseif 
$menumode eq 2}>

    <
div class="menu">
        <
ul>
            <
li>
                <
div class="item"><strong><{$smarty.const._MD_MAINFORUMOPT}></strong></div>
                <
ul>
                <
li><table><tr><td>
                    <
div class="item"><a href="<{$mark_read}>"><{$smarty.const._MD_MARK_ALL_FORUMS}>&nbsp;<{$smarty.const._MD_MARK_READ}></a></div>
                    <
div class="item"><a href="<{$mark_unread}>"><{$smarty.const._MD_MARK_ALL_FORUMS}>&nbsp;<{$smarty.const._MD_MARK_UNREAD}></a></div>
                    <
div class="separator"></div>
                    <
div class="item"><a href="<{$post_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALLPOSTS}></a></div>
                    <
div class="item"><a href="<{$newpost_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_NEWPOSTS}></a></div>
                    <
div class="item"><a href="<{$all_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALL}></a></div>
                    <
div class="item"><a href="<{$digest_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_DIGEST}></a></div>
                    <
div class="item"><a href="<{$unreplied_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREPLIED}></a></div>
                    <
div class="item"><a href="<{$unread_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREAD}></a></div>
                    <
div class="separator"></div>
                    <{foreach 
item=menu from=$menumode_other}>
                    <
div class="item"><a href="<{$menu.link}>"><{$menu.title}></a></div>
                    <{/foreach}>
                    <{if 
$forum_index_cpanel}>
                    <
div class="separator"></div>
                    <
div class="item"><a href="<{$forum_index_cpanel.link}>"><{$forum_index_cpanel.name}></a></div>
                    <{/if}>
                </
td></tr></table></li>
                </
ul>
            </
li>
        </
ul>
    </
div>
<{/if}>


I can delete js files, css files (newbb_menu_click.css, newbb_menu_hover.css), and few other things ...



7
fdj
Re: CBB Design Features
  • 2005/6/6 18:18

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


I agree with herko...

In my opinion CBB should be more simple. Some parts of the code are too "heavy".

Maybe some feature should be put out of the CBB core and considered (maybe) as plugins.


Do we really need to :

- have 3 modes of menu
- have user bar experience...
- groups
- have different sets of images (png, gif..) ?
- print topic
- make pdf files
- have karma options
.....

I looked in the code and I think that lot of things should be "cleaned". I know that we can manage most of them in the cp but how many people need those things ?

Some templates are ~15 ko and if you put out those features they can reach 5 ko. But it is harder to to do this with "hard coded files".

another point :

It's a hard work to manage forum, catégories and user permissions. I manage 6 groups of user and 8 forum that is to say 432 check box to set.

I'm not sure that other people agree with me but it could be usefull to discuss on this.

(excuses for my english).


++



8
fdj
Re: CBB 1.14
  • 2005/6/6 16:17

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


xoops poll is installed...

polls works fine in cbb except from threads. I can post a poll from a forum but i can't from a topic. I don't understand why...






9
fdj
CBB 1.14
  • 2005/6/6 15:13

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,

I have just upgraded my newbb1 to cbb 1.14 and i noticed a bug.

I can't creat a poll from a thread, the poll button doesn't appear. From forums everything is ok.

I checked all the permissions...

Thx for your help



10
fdj
[CBB 1.13] Polls
  • 2005/6/3 8:47

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,

I have a problem with polls time format.
In my language file I changed the value of _MD_POLL_FORMAT from aaaa-mm-dd to dd-mm-aaaa .

I changed those lines too (formatTimestamp only from Y-m-d to d-m-Y)

$date formatTimestamp($poll->getVar("end_time"), "d-m-Y H:i:s");

$expire_text = new XoopsFormText(_MD_POLL_EXPIRATION."<br /><small>"._MD_POLL_FORMAT."<br />".sprintf(_MD_POLL_CURRENTTIMEformatTimestamp(time(), "d-m-Y H:i:s"))."</small>""end_time"2019$date);

$expire_text = new XoopsFormText(_MD_POLL_EXPIRATION."<br /><small>"._MD_POLL_FORMAT."<br />".sprintf(_MD_POLL_CURRENTTIMEformatTimestamp(time(), "d-m-Y H:i:s"))."</small>""end_time"2019formatTimestamp(time()+604800"d-m-Y H:i:s"));

$currenttime formatTimestamp(time(), "d-m-Y H:i:s");
$endtime formatTimestamp(time()+604800"d-m-Y H:i:s");


Everything is ok now except the poll time expiration which doesn't respect the "post submited time".

eg : 10-06-2005 becomes 26.11.15

how can I fix this ?

thx




TopTop
(1) 2 3 4 »



Login

Who's Online

177 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 177


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits