newload
Пользователи
-
В сети
-
Количество сообщений
169 -
Reputation
120 newload's Reputation
Everything posted by newload
-
Помогите скачать модуль оплаты
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.
-
Выпадающее меню
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>
- Steam Login Method 3.0.0
-
About Best Answers
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
-
recent topics error
don't know either... Im gonna test on a clean install and see what happens.
-
recent topics error
-
recent topics error
AdminCP > Logs > SystemLogs
-
recent topics error
-
recent topics error
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}
-
Чат для общения.
-
Чат для общения.
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.
-
Disable Logo in Mobile
-
recent topics error
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
-
Disable Logo in Mobile
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
-
Disable Logo in Mobile
Cool but it hides everything on mobile, I want to hide only the logo image and show only the board name :s
-
Disable Logo in Mobile
Is there a way to disable the logo image on mobile and just show the Forums name?
-
How to have a message like this on forum view?
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
- Chatbox+
-
How to have a message like this on forum view?
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.
-
Чат для общения.
As Obi Wan would say.... Hello There
-
Чат для общения.
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
-
Basic Points 1.8.2
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)
-
Achievement progress on profile?
Great, worked out! Thanks!! 😁
-
Achievement progress on profile?
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
-
Achievement progress on profile?
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.