[Revcms] Project habbo v1.2 [Minimail] [Modern]

Page 3 of 7 FirstFirst 1234567 LastLast
Results 31 to 45 of 91
  1. #31
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    - - - Updated - - -

    Also a fix for the people where diamonds are not working on the /me page and profile etc.

    If you have Phoenix, add this in /app/class.template

    Code:
                $this->setParams('diamonds', $users->getInfo($_SESSION['user']['id'], 'vip_points'));
    and if you have Mercury or Plus etc, set this code there:


    Code:
                $this->setParams('diamonds', $users->getInfo($_SESSION['user']['id'], 'seasonal_currency'));
    [/QUOTE]

    Thanks for that.
    You should release your work

  2. #32
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Well, okay. Replace The Facebook box on /community for this:

    Twitter on /Community:
    Code:
    <div class="box">
    <h3 class="title txt">Recent Tweets from @{hotelname}</h3>
    
                <a class="twitter-timeline"  
                width="230"
                height="320"
                data-theme="dark"
                data-chrome="nofooter noscrollbar transparent"
                href="https://twitter.com/HOTELTWITTERNAMEHERE" 
                data-widget-id="YOURWIDGETID"
                >Tweets from @{hotelname}</a>
                <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
              
    
    </div>
    </div>
    Do note that you need to make a twitter widget (you can use the default values, since everything you put there will be overrided by this script.

    For newbies, here is how to make a twitter widget:

    Log in to your Hotels twitter account and go to this link: Click

    Then, when you made it, you see just right under the preview of the widget a code:


    Copy the data-widget-id code you see there and paste it in my script where it says YOURWIDGETIDHERE
    Modify in my script Your hotel twitter name and done.

    -------------------

    Facebook in Footer:

    Replace first part of /extra/footer for this:

    Code:
    <section class="subfooter">
    
    <div id="wrapper">
    <div class="grid_17" style="width: calc(30% - 17px);">
    <div class="box">
    <h3 class="title txt">Like us on Facebook!</h3>
    
    <div style="border:none;
    height:170px;
    width:230px;
    overflow:hidden">
    
    
    <div class="fb-like-box" 
     data-href="https://www.facebook.com/FACEBOOKPAGEHERE" 
     data-width="230" 
     data-height="170" 
     data-colorscheme="light" 
     data-show-faces="true" 
     data-header="false" 
     data-stream="false" 
     data-show-border="false"
     data-link-color="#DD2E44"
     scrolling="no"
     frameborder="0">
    </div>
    </div>
    
    
    
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=282701708586704&version=v2.0";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    </div>
    </div>
    And ofcourse, if you want the facebook plugin in your language, change
    Code:
    js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=282701708586704&version=v2.0";
    in my script to your language code.

    More to come. Leon, if you want help, i like this project and can help you if you want. Will look into Minimail today.

    EDIT: Just realised that some parts in the Facebook Scripts are hard to read in the blue style, because of Link color, i already tried to modify it, but it looks impossible, because it is Facebook side, i am aware of this, and i am already looking into the Facebook Javascript SDK to modify the Link color.

    - - - Updated - - -

    New Release: The Habboway!

    Download this: Click
    and click overwrite. Now you have in your Header Menu The Habbo way + The page :)

    Image:


    Link to image: http://i.imgur.com/HUBkJmP.png


  3. #33
    Member xJayJay is offline
    MemberRank
    Oct 2012 Join Date
    PittsburghLocation
    90Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    I know im a noob but where to find the setup.... Like i do not see (Config.Php)

  4. #34
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Quote Originally Posted by xJayJay View Post
    I know im a noob but where to find the setup.... Like i do not see (Config.Php)

    It's a revcms skin. First download Revcms, then put This in the skins folder in /app/tpl/Skins

  5. #35
    Member stevenxox is offline
    MemberRank
    Feb 2013 Join Date
    54Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    This theme doesn't work well, when you try and login after registering it says "user doesn't exist"

  6. #36
    Apprentice Speaqer is offline
    MemberRank
    Apr 2013 Join Date
    9Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Looks awesome! Sexy style!

  7. #37
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Quote Originally Posted by stevenxox View Post
    This theme doesn't work well, when you try and login after registering it says "user doesn't exist"
    That is not possible and not theme related, since yeah, you basically just answered your own comment, it is just a theme, The CMS itself handles all the other parts. so it has nothing to do with the theme.

  8. #38
    Member stevenxox is offline
    MemberRank
    Feb 2013 Join Date
    54Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Quote Originally Posted by Tico Triest View Post
    That is not possible and not theme related, since yeah, you basically just answered your own comment, it is just a theme, The CMS itself handles all the other parts. so it has nothing to do with the theme.
    It does have something to do with the theme LOL.....

    It works on the regular habbo edit, just this themes login it says "user doesn't exist" when the user is clearly registered in the database.

  9. #39
    Apprentice XenonS is offline
    MemberRank
    Jan 2013 Join Date
    SNOWLANDLocation
    18Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Quote Originally Posted by Johnnys View Post
    Emulator compatible with that cms?
    r63 - r63b. And look is awful, i think sorry but, nice! :)

  10. #40
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Quote Originally Posted by stevenxox View Post
    It does have something to do with the theme LOL.....

    It works on the regular habbo edit, just this themes login it says "user doesn't exist" when the user is clearly registered in the database.
    Well, no. Nobody has a problem with this, so it must be A) You or B) The Revcms you are using

  11. #41
    Account Upgraded | Title Enabled! Joe Richardson is offline
    MemberRank
    Feb 2013 Join Date
    485Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Quote Originally Posted by stevenxox View Post
    It does have something to do with the theme LOL.....

    It works on the regular habbo edit, just this themes login it says "user doesn't exist" when the user is clearly registered in the database.
    Its a xammp thing i believe. Works perfect with IIS

  12. #42
    Member stevenxox is offline
    MemberRank
    Feb 2013 Join Date
    54Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Quote Originally Posted by Joe Richardson View Post
    Its a xammp thing i believe. Works perfect with IIS
    I'm using IIS.

  13. #43
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    I'm using IIS too. Works fine

  14. #44
    Banned bugme is offline
    BannedRank
    Feb 2007 Join Date
    1,380Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    It's a really good release, but personally, I don't really like it but still thanks!

  15. #45
    Enthusiast Franciscus is offline
    MemberRank
    Sep 2013 Join Date
    25Posts

    Re: [Revcms] Project habbo v1.2 [Minimail] [Modern]

    Client stays black, tried another cms and the client works. So is there something wrong with the client.php? ..

    ---

    Already fixed it. Changed theme names in links in the client.php

    <script src="app/tpl/skins/Habbo/client/libs2.js" type="text/javascript"></script>
    <script src="app/tpl/skins/Habbo/client/visual.js" type="text/javascript"></script>
    <script src="app/tpl/skins/Habbo/client/libs.js" type="text/javascript"></script>
    <script src="app/tpl/skins/Habbo/client/common.js" type="text/javascript"></script>

    Habbo was Trito



Page 3 of 7 FirstFirst 1234567 LastLast

Advertisement