Jump to content

Cheerio

Enthusiast
  • Posts

    190
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Cheerio

  1. yoiu would use.. body{background:url('http://image-url-here.jpg');} put this into your skins custom.css
  2. just for future reference.. Font awesome is just as the name suggests ragehost, a font, so they can be manipulated like any other font right done to the basic <font color= > html. They do however have a lot of preset arguments that can be utilized, from size to allowing custom span arguments. example.. <li><span class="fa fa-home fa-fw" style="font-size: 15px;margin-top: 6px;margin-right:4px;">&nbsp;<a href="/">Home</a></li> fa fa-home been the home icon and fa-fw meaning fixed width, non stacked <li><span class="fa fa-home fa-3x">&nbsp;<a href="/">Home</a></li> this setting a size of 3x you must have the fontawesome css linked also and the most up to date version to use the most icons that are added also. latest is 4.4.0 but they're always adding to it.. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> ips probably does this already but knowing ips, they're always behind the builds. Also be sure to refresh cache if the new icons are now showing. Animate for IPS 4 what skin is this? Animate for IPS 4 looks like it's under custom.css and he's using the :before css attribute in #ipsLayout_mainNav like below.. you can see him using the font awesome fonts by their cheats code in the content like.. #ipsLayout_mainNav a[class*="nexus_Store"]:before{ content: "\f07a" } which \f07a is the same as fa-shopping-cart full list of cheat codes is avilable at http://astronautweb.co/snippet/font-awesome/
  3. most of this is already in windows 8.1 and google has been recording keystrokes in chrome since it's creation, google chrome records searches and omnibox activity to "better" search results anoymously, chromium does not...same as microsoft is asking in windows 10, at least they ask you, google doesn't, you get to opt out of most of these on windows 10 install, Microsoft Ad ID services have been in windows since windows 2000 pro, and existed in msn messenger, and now in skype. wifi sense is an app and all apps can be disabled, just because it has a ping pong app, doesn't mean i have to install it, or let my facebook friends know i have installed it, like most apps with facebook support do..a level 1 telemetry is data thats not identifiable to you, like windows has done for years, it is crash data, error data, locale, edition, etc, the same most decent software also does, you're pictures make you out to be very paranoid lol
  4. its likely because of the slider that the width of the page is more on ipcontent stretching the div out and giving more room for the primary nav and the forums page does not so it's primary nav gets the more treatment.
  5. This is an internal 500 error, aka your server is throwing it, likely your server does not have the resources to run IP Board 4.
  6. ​update to 4.0.8 which is latest, which also helps with caches n load times
  7. ​no, there are too many differences between the database structures to do it manually, you would literally go mental trying to fix it.
  8. ​yeah they've changed it a lot when it comes to that in IP4. Nice tutorial though!
  9. center is deprecated in html5 , you should use css. try something like.. <h3 class="ipsType_reset ipsWidget_title">picture box</h3> <style>#rageblock img { text-align: center; margin-top: 5px; max-width: 100%; height: auto;} </style> <div id=rageblock> <img src="linkedimnage" alt="rageimage_description" /> </div>
  10. ​have you tried putting image in a custom div inside the block and set image width to 100%
  11. Pages already allows you to create custom php and html blocks. unless you mean this is for people who have not purchased pages? if so, nice job, does it allow php and js execution?. The portal 1.5.0 plugin also allows you to create free html and php blocks also. Posted here just for reference.
  12. because humans are in it. have you ever danced with the devil in the pale moonlight?
  13. You would use a form element that uses the post method and then have the connect.php include in the formprocess.php that filters the post data for sql injection and adds the table, not in a if statement like you had above.
  14. Version 1.0.0

    79 downloads

    Show stats with only two tabs: Recent Posts and newest topics. Using ajax update (automatically or manually mode custom). Use the widget to display (currently not supported by the lazy sidebar).
  15. ​Can you tell me exactly where is this pencil setting? i'm lost right now Thanks for your time! ​ and...
  16. On a serious note, good luck with the host migration, i know how painful they can be, been there, done that..a few times!
  17. with all this going down on me, i'd think it would be time to meet weflakes parents by now
  18. if you click the edit pencil under the theme in customization you will get to set the "sharer" logo which is basically this. the description and keywords tags are for SEO and search engines, IPB sets these also but you can override them for better seo Having a up to date sitemap is also crucial.
  19. did you use display:none or just remove the code entirely?
  20. why are you padding?, you shouldn't have to.. did you remove the page title?
  21. you should be using 4.0.7 also, 4.0.2 is buggy as hell.
×
×
  • Create New...