Jump to content

newload

Пользователи
  • В сети

  • Количество сообщений

    169
  • Reputation

    120 newload's Reputation

Everything posted by newload

  1. This forum probably work the same as IPS official forum. Only customers can download they're files and free users don't. That's my guess.
  2. newload posted пост в теме in HTML, CSS, XML
    Offslig I know i'm 4, 5 years late. But maybe this could help. Code from w3schools. <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> body { font-family: Arial, Helvetica, sans-serif; } .navbar { overflow: hidden; background-color: #333; } .navbar a { float: left; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn { background-color: red; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } </style> </head> <body> <div class="navbar"> <a href="#home">Home</a> <a href="#news">News</a> <div class="dropdown"> <button class="dropbtn">Dropdown <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <a href="#">Link 1</a> <a href="#">Link 2</a> <a href="#">Link 3</a> </div> </div> </div> <h3>Dropdown Menu inside a Navigation Bar</h3> <p>Hover over the "Dropdown" link to see the dropdown menu.</p> </body> </html>
  3. newload posted пост в теме in Interface
    Steam Login Method still working on IPS 4.6.12.1 No errors happened.
  4. In the Question and Answers forum, members can only mark staff members post as Best Answers? Or can members mark other members posts as Best Answer? If they can, i'm not finding the option on Acp
  5. don't know either... Im gonna test on a clean install and see what happens.
  6. This RedisException: CANNOT_CONNECT (0) doesn't show here. It shows like this:
  7. AdminCP > Logs > SystemLogs
  8. Where do I look? On PHPMyAdmin? found it
  9. I have found the logs but don't know what should I do ahaha #0 /home/domains/trollei-animation.com.br/public_html/forum/system/Db/Db.php(659): mysqli_stmt->execute() #1 /home/domains/trollei-animation.com.br/public_html/forum/system/Db/Db.php(938): IPS\_Db->preparedQuery() #2 /home/domains/trollei-animation.com.br/public_html/forum/applications/recenttopics/sources/Member/Member.php(105): IPS\_Db->insert() #3 /home/domains/trollei-animation.com.br/public_html/forum/applications/recenttopics/sources/Member/Member.php(73): IPS\recenttopics\_Member->save() #4 /home/domains/trollei-animation.com.br/public_html/forum/applications/recenttopics/sources/Member/Member.php(55): IPS\recenttopics\_Member::load() #5 /home/domains/trollei-animation.com.br/public_html/forum/system/Theme/Theme.php(880) : eval()'d code(1805): IPS\recenttopics\_Member::loggedIn() #6 /home/domains/trollei-animation.com.br/public_html/forum/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_index->index() #7 /home/domains/trollei-animation.com.br/public_html/forum/applications/forums/modules/front/forums/index.php(216): IPS\Theme\_SandboxedTemplate->__call() #8 /home/domains/trollei-animation.com.br/public_html/forum/system/Dispatcher/Controller.php(101): IPS\forums\modules\front\forums\_index->manage() #9 /home/domains/trollei-animation.com.br/public_html/forum/applications/forums/modules/front/forums/index.php(52): IPS\Dispatcher\_Controller->execute() #10 /home/udomains/trollei-animation.com.br/public_html/forum/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_index->execute() #11 /home/domains/trollei-animation.com.br/public_html/forum/index.php(13): IPS\_Dispatcher->run() #12 {main}
  10. newload posted пост в теме in Флейм
    Another drink I like it, is Amarula. Used to drink with one of my Exs XD
  11. newload posted пост в теме in Флейм
    People like to mix Vodka and beer? That's weird... XD Also, I don't like to drink pure vodka. I like to make this lemon drink called "Caipirinha", it's very popular here in Brazil. Here's the recipe (found in russian for you guys ) But this recipe shown in this video, is for one single glass. In my case, I like to make it for more people in a glass beer mug. And I use two lemons and dose the vodka at my taste.
  12. Huuum.... Didnt work
  13. anyone else have this error after installing this app? I've tried cleaning the site cache and didn't work. Deleted all my themes and left it only the default theme and also didn't work
  14. I've used ipsResponsive_hidePhone on here and it worked. But It doesn't show the board name, which I want it to XD But anyways, gonna leave it like that. Thanks everyone who helped
  15. Cool but it hides everything on mobile, I want to hide only the logo image and show only the board name :s
  16. Is there a way to disable the logo image on mobile and just show the Forums name?
  17. Ooh... Never mind that... I had this code on Custom.css, it was bugging that information @charset "UTF-8";@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); body { } .h1page { font-size:2em; font-weight:300;line-height:1em; text-align:center; color:#000 } .blue { color:#185875 } .yellow { color:#fff842 } .tablecontainer th h1 { font-weight:bold; font-size:1em; text-align:left } .tdcustom { font-weight:normal; font-size:1em; color:#fff; color:#fff; -webkit-box-shadow:0 2px 2px -2px #0e1119; -moz-box-shadow:0 2px 2px -2px #0e1119; box-shadow:0 2px 2px -2px #0e1119 } .tablecontainer { text-align:left; overflow:hidden; width:100%; margin:0 auto; display:table; padding:0 0 8em 0 } .ipsPageHeader { display:none } :-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); background-color:#f5f5f5 } ::-webkit-scrollbar { width:12px; background-color:#f5f5f5 } ::-webkit-scrollbar-thumb { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); background-color:#2986cc } I don't remember what it does, but I think it is something related to the scrollbar. If someone want it, just take it... XD Everything is back to normal XD
  18. newload posted пост в теме in Interface
    v2.6.1 now, If someone could update would be nice XD though v2.5.7 is working fine with IPS 4.6.12.1
  19. To show the forum or subforum name and then the description. Mine doesn't show like that. Maybe it's an option I'm missing or a Plugin... Obs: It shows on the Default Skin. But on the default skin I edited doesn't 🤔 The dark skin I edited, I used the Default Skin as base.
  20. newload posted пост в теме in Флейм
    As Obi Wan would say.... Hello There
  21. newload posted пост в теме in Флейм
    I remember when Orkut was popular in Brazil and things was much more simpler. Also, I remember joining MySpace in 2003 or 2004. Good Times XD And I'm just 3 years younger than him
  22. I also wanted the latest version of that Plugin. But then I found member shop app, which I think is better. The member also gain points while posting and can be exchanged for benefits. Like a group change (permanent or for X Days/Weeks)
  23. Great, worked out! Thanks!! 😁
  24. Works but it doesn't XD It shows the same progress number to everyone else. For example, I need 64 points to the next rank It also show the same value to the other members XD
  25. Yes, in the userbar is shown like that: But I wanted to show in the profile or over here in the postContainer. If it's not possible, that's ok though.