Jump to content

MordeK

Rookie
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by MordeK

  1. You're the first one to say that. Over 200 downloads and no one said anything about it.   Also, I'm sure the staff first checked the files and what is inside the zip.
  2. I'll add another one to the list, it's a decent website where you can find a lot of free tutorials and not just about html/css, it's something like lynda but with a bunch of free tutorials and then there's some which you have to pay. Here's the website: https://www.udemy.com/courses/ And here's a list of web development tutorials which are free and in english: https://www.udemy.com/courses/Development/Web-Development/?p=1&sort=popularity&price=price-free&view=grid&lang=en
  3. Why don't you use this one instead? It's almost the same and I'm sure it works on 3.4.X
  4. Today I'll bring you a copyright bar which will stay on the bottom of the page all the time. This will be visible on all pages of the forum. Preview: First we'll have to go to the following file: AdminCP > Look & Feel > Manage Skin Sets & Templates > Select your skin > globalTemplate Once inside, scroll to the bottom of the file. Look for the following bit of code: </body> </html> Once found, before that add: <footer> <div id='copyright_bar'> <div> <if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])"> <div id='admin_bar_bottom'> <if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']"> <ul class='right'> <li> <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a> </li> </ul> </if> <ul class='left'> <li style='border-left: 1px solid #000;'><a href="{parse url="app=core&amp;module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link_title']}'>{$this->lang->words['gbl_modcp_link']}</a></li> <if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0"> <li class='active'> <a href="{parse url="app=core&amp;module=reports&amp;do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a> </li> </if> </ul></div> </if> </div> <div class="text1"> Right Text </div> <div class="text2"> Middle Text </div> </div> </footer> Save and then open ipb_styles.css and at the bottom of the file add: #admin_bar_bottom { font-size: 11px; line-height: 42px; float: left; overflow: hidden; } #admin_bar_bottom li{ float: left; border-right: 1px solid #000; } #admin_bar_bottom li.active a { color: #fc6d35; } #admin_bar_bottom a { color: #fff; display: block; padding: 0 12px; line-height: 20px; outline: none; height: 42px; } #admin_bar_bottom a:hover { background: rgba(255,255,255,0.05); } footer { width: 100%; background: none; position: fixed; bottom: 0; height: 22px; z-index: 9998; } #copyright_bar { font-size: 11px; line-height: 18px; padding: 0 12px; overflow: hidden; margin-bottom: 8px; color: #E0E0E0; text-shadow: 0 1px 0 #000000; background: rgb(15,15,15); background: rgba(15,15,15,0.8); font-family: tahoma; border-top: 1px solid #000; -webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px; -moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px; box-shadow: rgba(0,0,0,0.6) 0px 1px 5px; } #copyright_bar a { color: #3AAF3A; } #copyright_bar a:hover { color: #3BD53B; } #copyright_bar .text1 { text-align: right; width: 22%; float:right; commentText } #copyright_bar .text2 { text-align: center; width: 44%; margin: 0 auto; } Save and that's it. Enjoy
  5. 1,448 downloads

    [b]Issues fixed in this version:[/b][list] [*]Internet Explorer 11 Copy/Paste Issue [*]Facebook Profile Photos Not Loading [*]Incoming Email Piping throws an error [*]Terms of use link on registration broken [*]All security patches since last released are bundled in this version [*]Updates to Facebook Connect integration to support API Version 2.1 [/list]
  6. 878 downloads

    Hello there webflake. I've decided to post this skin myself before another guy takes credit for it, as already started, someone trying to sell a RIPPED skin of it for 20 euros, yea, I'm not kidding. True story. Anyway, let's speak about the skin itself, is a extreme modification of an old skin which I've been using for the last 3 version, V1 was a white skin, so it went from white to dark. Also the editor was edited by myself too, now fits perfectly with the current skin, the editor is included in the download. [b][color=#59b300]LIVE VERSION:[/color][/b] [url="http://forum.agamers.ro/"]http://forum.agamers.ro/[/url] [b]FEATURES:[/b][list] [*]Hide specific categories. [*]Menu is fully responsive for the desktop devices. On smaller screens the menu doesn't follow the scroll, because.. trust me, it's better. [*]Sidebar panel on the Index. [*]The bar with user functions like Edit/Delete/Hide stays hidden till you move the mouse inside. [*]The user bar, Welcome name, Messages, Notifications moves from position, on the index is on the sidebar, on any another page, it's up. [*]Many more. [/list] [b]INCLUDED FILES INSIDE THE DOWNLOAD:[/b][list] [*]Skin [*]Images used on the skin [*]Replacements [*]Screenshots with the skin [*]CKEditor edited to fit the skin [*]Rank icons which are live on my forum [*]ReadMe. [b][i]You should read this if you wanna use it.[b][i] [/i][/b][/i][/b] [/list] [b][b]SCREENSHOTS:[i] [/i][/b][/b]Added on the file info.
  7. I'm usually playing games on my PC, but prefer to play videogames with my friends on the console, it's just more fun. Also we're still waiting the PC version of GTA V, till then I'll be playing it on my PS3.
  8. MordeK

    Hi

    Hi, my name is Alex. I found about this forum while searching google for a hook. So yea.. I don't know what else to say. Have a nice day everyone
×
×
  • Create New...