Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Master-Antonio
    • Profile
    • Following 1
    • Followers 0
    • Topics 19
    • Posts 134
    • Best 8
    • Groups 3

    Master-Antonio

    @Master-Antonio

    Gamers

    Programmer ( C++ , C# , Java , JavaScript , PHP , MYSQL , HTML , CSS , XML )
    Game Developer ( Unity3D )

    -5
    Reputation
    1434
    Profile views
    134
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Location Italy Age 24

    Master-Antonio Unfollow Follow
    Translator GNU/Linux Gamers

    Best posts made by Master-Antonio

    • RE: Help Translate NodeBB!

      I translating NODEBB in Italian.
      Thanks to all for this fantastic Project.

      26/10/2014 11:34 : Translation Completed in Italian.

      Remain only 2 String

      1. Successfully forked topic! Click here to go to the forked topic. ( Topic )
      2. Teaser does not exist ( Error )

      Because i don't understand what does it mean.

      posted in Announcements
      Master-Antonio
      Master-Antonio
    • Post in Anonymous

      Hi.
      In my forum have created one category where all can create , read and reply post.
      But there are 2 Problem.

      1. All anonymous can delete all post in anononymous.
      2. There is one problem of the security, the problem is spambot and robot , how put the captcha ( For anonymous ) to post and to reply?
      posted in General Discussion
      Master-Antonio
      Master-Antonio
    • This plugins do crash NODEBB - 0.5.4 / 0.5.5

      Hi guys.
      This plugins do crash NODEBB.
      My Version is 0.5.5 .
      But is also for 0.5.4 .
      nodebb-plugin-imgshow .
      nodebb-plugin-events .
      nodebb-plugin-topic-badges .
      nodebb-plugin-sso-instagram .
      nodebb-plugin-topic-badges .
      nodebb-plugin-dbsearch ( Work only 0.0.15 ) .

      posted in NodeBB Plugins
      Master-Antonio
      Master-Antonio
    • RE: Help Translate NodeBB!

      @a_5mith said:

      @x01dev Not really, because you're not duplicating the topic. You're taking off topic posts from one topic, and forming a new topic with those off topic posts. I'm not entirely sure that Fork is the correct term to be used here:

      "Fork" in the meaning of "to divide in branches, go separate ways" has been used as early as the 14th century.[2] In the software environment, the term "fork" entered computing jargon around 1969 with the Unix mechanism by which a process split in two by forming an identical copy of itself.

      Forking a topic here doesn't create an identical copy, it's a split, other forum software uses "split".

      Perfect. Thank. Now I understood.

      Update 00:05 : Italian is completed.

      posted in Announcements
      Master-Antonio
      Master-Antonio
    • 0.5.3 Is Out ( CHANGELOG )

      Hi, now i saw that is out new version 0.5.3 of NODEBB.
      But i don't find CHANGELOG.
      Please Post Here.
      Thanks.

      posted in General Discussion
      Master-Antonio
      Master-Antonio
    • RE: [nodebb-theme-flip] Flip Theme for NodeBB

      @Tanner said:

      Flip Logo.png

      This is a Lavender-based theme that uses a CSS flip method to hide category information on the front page, allowing for a more photo-centric design. For those who want to display photos that take up as much real-estate as possible on the front page without having to sacrifice displaying category info.

      Note: Work in progress.

      ##Screenshot
      Flip Screenshot Small.png

      ##Screencast

      Flip Theme for NodeBB

      ##Installation
      npm install nodebb-theme-flip

      ##Github
      https://github.com/Paaltomo/nodebb-theme-flip

      Very Good Theme.
      Demo for see this splendid result?

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: Permissions and ADS.

      @Netto-Hikari said:

      @Master-Antonio Could you please stop mentioning me? I'm hosting NodeBB for you, yes. But I'm not part of your issues with NodeBB. 🙂 Thank you.

      AhahA. LOL
      I've tagged you, because I thought you was interested.

      posted in Feature Requests
      Master-Antonio
      Master-Antonio
    • RE: Install nodeBB on Windows Server

      @Hectopascal See if it already exists one similar post on FORUM , thank. No that create other.
      https://community.nodebb.org/topic/3633/nodebb-installation-windows-server-2012-other-question

      posted in General Discussion
      Master-Antonio
      Master-Antonio

    Latest posts made by Master-Antonio

    • RE: High performance stack

      News?
      Great Guide.
      Can you update the guide with the commands updated (with the new versions of softwares) and improvments ?
      Thanks a lot.

      posted in Tutorials
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite Other fix in mobile.
      @media (max-width: 768px){
      .header-inner .logo .forum-logo {
      visibility: hidden;
      }
      body #content {
      padding: -1px -1px;
      }
      }

      In the mobile to fix this issues
      https://github.com/pichalite/nodebb-theme-material/issues/18
      or hide the title or hide the logo.

      The other modification is a little space from category to limit.
      I set -1 and -1 because in this way does not read it, but simply you can delete the propriety.
      0_1472083472604_upload-f0666e67-f3ac-472b-9eb5-d7b27904d6aa

      LordZardeck created this issue in pichalite/nodebb-theme-material

      open Site title breaks mobile menu when too long #18

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite To fix the logo.

      .header-inner .logo .forum-logo {
      width: 98px;
      float: left;
      height: 100%;
      }

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite I say example the youtube plugin .

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite A advice.
      The navbar is empty, will be fantastic if you move the logo in center, only the logo, the site title remains on left.
      For me will be better.
      The logo is bugged, i wrote the issue on github.
      I would do a little modification.
      The row of the body for me is too high .
      I will change

      .row {
      margin-left: -15px;
      margin-right: -15px;
      }
      

      to

      .row {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 26px;
      }
      

      in this way for me is most cleaner.

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @psychobunny Already did.
      I said only to search to add the compatibility with the most used plugin ....

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite Because you are developing a theme , and i think that is a goal to develop a theme compatible with other plugins, because a theme without at least compatibility with the most used plugin is completely useless because the strength of nodebb is extensibility.
      It would be common sense.
      And if you believe that the customers of your theme will write every bug in every dist of github in every plugin, you are wrong.
      Is not compatible also with the youtube plugin, i think it is a plugin installed in every forum.
      Now i wrote a issue for the plugin of youtube .... i was wrong dist on youtube.

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite Write a issue in his profile.
      This plugin is very important and isused by so many people ...

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite https://github.com/wktang/nodebb-plugin-category-sort-by-votes

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio
    • RE: nodebb-theme-material v2.0 published

      @pichalite Ordina per is default Order by.
      I installed only nodebb-plugin-category-sort-by-votes that add only the voice "Più Votati" = "Most votes"
      0_1472078439031_upload-47887d5c-b9b5-414f-b229-e77d0494f088

      Subscribe is nodebb-plugin-category-notifications ( official plugin of nodebb ) ...

      Update : nodebb-plugin-category-sort-by-votes cause the bug. @pichalite

      posted in NodeBB Themes
      Master-Antonio
      Master-Antonio