Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Ported my 11 Years old Phpbb and testing... ;)

2»

Comments

  • Dr_SommerDr_Sommer ✭✭
    edited August 2013

    @vrijvlinder: So eeasyy... ThX...;)

    Had to do this, to make it work:

     #Panel {
     float:left;
     }
     #Content{
     float:right;
     }
    

    @Underdog:

    1. Hmm... okee... have to think about that... didn't know, that making all discussions as viewed will be so difficult.. ;(
    2. rewrite Url not working for me... must check some more bout that.. ;)
    3. Have to test Archiving.. ;)
    4. Both 'Discussion' and 'Comment' tables Format is "HTML"... i did my export with porter plus and selected to convert to html..

    Red about "ButtonBar" and "Markdown"... i think it wouldn't be neccessarry for me in the future... or?? Not shure.. ;)

    What i did today:

    1. Moved the Panels (ThX vrijvlinder)
    2. Imported all my crazy green Smilies (hell of a work there)
    3. Made a small script to import all Avatars settings in DB
    4. Tried the same for the signatures, abandoned that

    Just 4 Things but lost on that all the day... ARGHH!!! But learned pretty much.. ;)

    When finished, ill put my Odyssey into the Vanilla Viki.. ;)

    The LAST last questions (don't think so.. ;))) ):

    1. About the converter: is it better to use the official Porter, or the PorterPlus that i found accidentally in the posts?
    2. Don't shoot me, but i integrated all my 4.346 GreenSmilies into Vanilla... ;)))
      Is it my imagination, or is my forum getting slower because of that?? Anybody know about the impact of misusing the ForumWare this way?? :D:D:D
  • How did you integrate your smilies?

    I would suggest modifying the emotify plugin.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • I integrated it in the "Emoticons" Plugin, because it did not work in Emotify...
    Here the plugin.php for your amusement... ;)))

    http://www.caba.de/tmp/class.emoticons.plugin.txt

  • Dr_SommerDr_Sommer ✭✭
    edited August 2013

    I DID IT!!! Porting is somehow finished... couldn't wait for another day... NOW IT's LIFE....:D :D:D

    http://www.caba.de/CaBaFoRuM/index.php

    Some members are trying to kill me, some others are lovin the new Forum... ;)
    I'm sure that they will settle and see the benefits of a Vanilla Forum.. ;)

    Now the Last, last, last Questions... ;))) :

    my Members are asking for this features (used to it from the old Forum):

    1. Page Numbers below the Topics (1,2,3,4...) how can i get them also above the first topic?

    2. I need a preview Button for the WYSIWYG Editor... in the FIRST POST it's active, but all other posts its not there...

    3. Is it possible to change the Date/Time Value in Full size/24H ? > example= 08.09.2013 14:56

    4. Some users would like the DESC look for diskussions... but as i had trouble to implement that, i think there is no way for users to individually change the sorting?? Is it maybe Planed in the new Version?? ;)

    5. WHERE DO I FIND THE NEW BETA VERSION OF 2.1?? Impossible to find it here on vanillaforums.org ;)

    6. is there a "New Postings" Plugin that shows me only the newest post till last login?

    7. Sounds for Shoutbox possible?

    Certanly i'll try to fix that all by myself, but maybe you could give me some hints.. ;)

    These next Questions are from someone NEW to this community and i think if I have these Problems, many others will have them also...

    1. @ Underdog Where do i find the Vanilla wiki? Is this the correct wiki?
      If Yes, why isn't there a link from this Site to the Wiki? or is the Wiki = Documentation?

    If that is the correct Wiki... where should i put in my Knowledge of Porting from PHPBB3 to Vanilla?
    If you ask me, i would rather put it here and some of you Admins can correct this stuff, caus as i said... im a beginner and not shure if that, what i did was correct... :D:D

    1. Searching through the Documentation here on vanillaforums.org gives results back from the Community Forum... is that the Correct behavior? Normally when i search through Documentations elsewhere i get the results from the Documentation only.
      I had to use DuckDuckGo to get better results...

    Thanks for all your Help, i hope that I can contribute with my Porting experience... ;)

    Kisses,

    Dr. Sommer ;)

  • R_JR_J Admin
    edited August 2013

    Just put it to the wiki (yes, that is the correct link) somehow - they do a great job in making it looking nice
    You can find the current Vanilla version here https://github.com/vanillaforums/Garden/tree/2.1
    Unread discussions could be accessed (starting from 2.1 I think) und /discussions/unread

  • edited August 2013

    Page Numbers below the Topics (1,2,3,4...) how can i get them also above the first topic?

    plugin for pagination, addons section

    I need a preview Button for the WYSIWYG Editor... in the FIRST POST it's active, but all other >posts its not there...

    That preview button may be hidden with css . The reason is that the preview shows on the editor making it redundant since you already are looking at the preview. But if you still want it, find the css that is applied to that button and change display:none to display:block

    Is it possible to change the Date/Time Value in Full size/24H ? > example= 08.09.2013 14:56

    There likely is a way to change that I can't find atm. Surely a config statement ...

    I found this which is the way to go

    http://vanillaforums.org/discussion/20000/change-time-format-from-12-hours-to-24-hours

    Some users would like the DESC look for diskussions... but as i had trouble to implement >that, i think there is no way for users to individually change the sorting?? Is it maybe Planed in >the new Version?? ;)

    maybe this will work if it is not a red herring :

    $Configuration['Vanilla']['Discussions']['SortDirection'] = 'asc'; // or descending

    WHERE DO I FIND THE NEW BETA VERSION OF 2.1?? Impossible to find it here on vanillaforums.org ;)

    I would wait until you have this forum going and very familiar coz the beta still needs a few things and it is still a bit buggy.

    is there a "New Postings" Plugin that shows me only the newest post till last login?

    Yes there is please scour the addon section there is a plugin for almost everything you need and also for what you don't need but it's cool.

  • @Dr_Sommer said:
    Is this the correct wiki?
    If Yes, why isn't there a link from this Site to the Wiki?

    That is the community wiki. It is hosted (thanks @hbf!) and managed by the community. It is where we, as community members, can contribute to. The documentation (or docs) is hosted and managed by Vanilla Inc.

    As far as where to put it, put it anywhere. We try to stay on top of submissions and change formatting where applicable.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • ThX, vrijvlinder... i succeeded in resolving some of the issues above... ;)

    @R_J & hgtonight: Thx also for your Help, I'll ust then the Wiki in hope somebody will correct my beginner Errors.. ;)

    And as suggested by vrijvlinder, i'll better ged used first to the Stable Forum and wait for the 2.1 to get stable.. ;)

  • Dr_SommerDr_Sommer ✭✭
    edited August 2013

    AAhhh.... HELP... ;););)
    I tried to put my BrainKnowledge to the Vanilla Wiki, BUT... there's no Edit Button... ;(
    I also selected "Doubleklick to edit" in the settings, but apparently i need to get an Email Notification, that i didn't got till now... ;(
    Here is, what the wiki says:

    You do not have permission to edit this page, for the following reason:
    The action you have requested is limited to users in one of the groups: emailconfirmed, editor.
    You can view and copy the source of this page:

    Could somebody help me here? Would like to contribute.. ;)

    ThX.. :*

  • @Dr_Sommer You should have access now. I look forward to your submission!

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Great, thx.. ;)

  • TamaTama ✭✭✭
    edited August 2013

    @Dr_Sommer said:
    AAhhh.... HELP... ;););)
    I tried to put my BrainKnowledge to the Vanilla Wiki, BUT... there's no Edit Button... ;(
    I also selected "Doubleklick to edit" in the settings, but apparently i need to get an Email Notification, that i didn't got till now... ;(
    Here is, what the wiki says:

    ThX.. :*

    Someone will need to approve your account ( I think @hgtonight is the man to ask for this ). I may descend upon any page you create, making sure it's formatted correctly ( I'll try and explain what I've done in the edit summary to make it easier for you to learn wikicode ).

    Edit : looks like hg has approved you :)

    There was an error rendering this rich post.

  • @hbf will need to add you to the members.

    He's normally quick off the mark.

    Please do persevere. The more users who contribute, the better it will be.

  • Yes it works, ThX... have to sort my stuff a little bit, then I'll publish it and you Admin People will hopefully shredder it in nice, understandably pieces... ;)

  • Uh.. did put my stuff to the Wiki... ;)
    Have LackOfTime probs, hope you guys will correct the Formating..
    How can i Upload a file to the wiki, so it does not need to be displayed as Text in the wiki (AvatarPorter.php)?
    ThX ;)

Sign In or Register to comment.