Jump to content
  • Sign Up

titcrunch

Community Regular
  • Posts

    736
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by titcrunch

  1. your seo ranking ^^ more you page is depreciate more she are down in the rank and for the futur compatibility with browser the day where ine browser clean old code your <center> don't work anyway
  2. man you have this in your code ... a div around your image so you can add all code you want never she move with a simply class you need edit the div code lol #logo { float: left; margin-top: -50px; } so at end of ipb-styles.css add this : #logo { float: none !important; } #search_wrap { top: -130px !important; }
  3. IMG.displayed { display: block; margin-left: auto; margin-right: auto } ... <IMG class="displayed" src="..." alt="...">
  4. and you need a version of ipb in 4.1.x because above older version don't have this option
  5. in admin => members => members for one by one (profil tabs) in group for by group in rank for all member with X messages
  6. the uploader have delete the old version i think but is best like this the last version have all security patch
  7. Scroll down on custom profile fields when editing or adding a field you will see a choice for add it in registration, just select yes
  8. and use a generator for your text ^^ http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type Something
  9. wrong section ! ips 4 is more down ... here is for website
  10. why you quote and talk is not a secret more you have request in read or insert more innodb is slow and very bad, and the system need more ressource to work ... so donc say is more fast and better performance is very strong in 80% of realistic project .... i
  11. Start by posted in the right section ! you are in general programming and coding section here .... not in ips 4 section ^^
  12. if you use bloc for advertissement yes you can place bloc where you want
  13. you need add advertissement in custom blac and place itwhen you would, because if you use auto code header or footer he show it in every app
  14. try this in custom.css .cke_wysiwyg_frame, .cke_wysiwyg_div { color : #000; }
  15. use table for make this simple or use vh unity for viewport position in % or position .element { margin-top: 50vh; transform: translateY(-50%); } or with table .element { display: table-cell; vertical-align: middle; } or with position .parent { position: relative; } .element { position: absolute; top: 50%; transform: translateY(-50%); }
  16. ip content is replace by page and is more easy to use ...
  17. is the last version of WF who are completly bugged because author have desactivate the geolocalisation change your version by ipszona and is good (just overwrite file)
  18. your ips geolocalisation is disbale so is a error, go reactivate it and is good
  19. in your forum tab parameter in admn cp
  20. perhaps if you post in the right category of forum => ipb support you receive answer ...
  21. so your redirection come somewhere is not a original option of ipb so look in your plugin and desactivate him
  22. listen phun and try already with the default theme because i think is your theme or the plugin is out of date
×
×
  • Create New...