Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35

Thread: Forum Software Upgrade from phpBB to vBulletin

  1. #11
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    no "bold" , "code" ..etc when editing a post ,and "code" is *important* , make users easy to read , and l don't like *xxx* to represent "bold" ..
    Have you checked your preferences - if you select advanced editor you can use quote/bold/underline & co even in quick reply.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  2. #12
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Quote Originally Posted by irbouho
    Tim,

    I dicovered this functionnality yesterday click on your name, and selcet "Find all posts by <name>" in the menu.

    Cheers
    Thanks Omar. Unfortunately it lists your posts and not your threads, so multiple posts to the one thread appear - but it's still useable. It'd also be nice to see who the last poster was. Other functionality appears to be good though.

  3. #13
    Join Date
    Sep 2004
    Posts
    133

    Default

    Have you checked your preferences - if you select advanced editor you can use quote/bold/underline & co even in quick reply.
    Oh .. yes , thanks , l just found this . But this is strange , because you have to submit the post before you can have this function , and when l using this advanced function , l cannot see other posts , this will make editing a bit difficult.

    moon
    Last edited by yfmoan; Oct 26th, 2005 at 06:30 AM.

  4. #14
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    I have to say that at least for me the forum loads and moves a LOT faster then it used to.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  5. #15
    Join Date
    Oct 2004
    Location
    Herndon, VA, US
    Posts
    648

    Default

    It appears to me that every thread I have participated is automatically added to "subscriptions", and can be viewed from "User CP". I'm not sure if it's the default or something I did while playing around with the options, though.
    --Jing Xue

  6. #16
    Join Date
    Oct 2004
    Location
    Herndon, VA, US
    Posts
    648

    Default

    Quote Originally Posted by costin
    I have to say that at least for me the forum loads and moves a LOT faster then it used to.
    Hear, hear. And I like "Quick Reply" very much.
    --Jing Xue

  7. #17
    Join Date
    Sep 2004
    Posts
    133

    Default

    Hihihi ...

    l have a thought , but it is an "unrelated" question in this post , sorry again .

    l like to ask question here and l love spring forum very much -- simply because a lot of helpful people here.

    l don't know why the forum being changed to vBulletin , the forum's performance seem to be one of the problem , yes , l notice too , the old forum was a little bit slow this few months , l wonder why it getting slow ? so l went to download a phpbb's source code , study how they design the database tables , and l found the database shema (mysql_shema.sql) , here is a code snipplet ,

    Code:
    CREATE TABLE phpbb_posts_text (
       post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
       bbcode_uid char(10) NOT NULL,
       post_subject char(60),
       post_text text,
       PRIMARY KEY (post_id)
    );
    l was thinking that , what if the phpbb_posts_text tables growth fast in a high volume forum ?

    if the number of posts growing fast , will this cause the database performance getting slower ? of course , you won't see the problem, this is unnoticeable now, but the fast growing of phpbb_posts_text is a fact . The response time of hibernate forum is consider OK now , but what if 5 or 10 years later ?

    Although this is a common database tables design (phpbb) , but l seldom see people discuss the performance impact on a database after 5 or 10 years , l search a lot references .. found no info ..

    My question can be is simply restate - can vBulletin satify us after 15 year (or more) ?

    l guess there must be a lot DBA expert here ....hahaha

    moon

    PS.

    l just checked , spring have 38,727 posts , and hibernate have 98,264 now , this is far from my meaning of high volumn - so let's assume phpbb_posts_text have 10 millions posts.
    Last edited by yfmoan; Oct 28th, 2005 at 05:46 AM.

  8. #18
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Default

    the Gentoo Linux forum site uses phpBB and doesn't seem to suffer too many performance issues. They have appx. 100,000 registered users and 3m posts.
    http://forums.gentoo.org/

    Regards,
    Darren Davison.
    Public Key: 0xE855B3EA

  9. #19
    Join Date
    Aug 2004
    Posts
    109

    Default

    return the old forums, please !!!

    This is just too busy, with way too many frames around the frames around the frames. Whose idea was it to upgrade? Fine the person who did it by amking him/her do 45 push-ups.
    Thanks,
    Alex.

  10. #20
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default

    Quote Originally Posted by Cowboy Bob
    Is there a way to edit the titles of posts. I started a thread asking for advice about a problem I'm having on showForm redirects in Spring MVC and the title has got cropped somehow.

    The new software also seems to have problems showing JSTL tags that are typed.

    Here's the post - http://forum.springframework.org/showthread.php?t=19053

    The bit that appears <cotherwise> is actually the c(colon)otherwise tag - I checked this by editing the post. This will definitely cause problems in the Web forum.

    Also, my entire post shows up as bold, yet there are no bold tags in there.

    Bob
    The issue with the thread title seems to be that you put an xml element in it. It shows up properly on display of the thread in the smaller thread title a bit down, but not in the main thread title. There appears to be no way after the fact to edit the thread title.

    As for the <c: otherwise>, (not that I added a space there), a ':' followed by an 'o', in the main part of the message, is interpreted as a smiley. This is shown in the "Smiled" area on the right of the edit box actually. This is trivial to stop from happening by checking the "disable smiles in text" checkbox, which is off by default.

    As for why your message was all bold, I'm not 100% sure. After editing by me to set <c:otherwise> back to what it should be, it was no longer bold...

    Regards,
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •