Jump to content
  • Sign Up

titcrunch

Community Regular
  • Posts

    736
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by titcrunch

  1. if i look well your script for ask few detail is a redirect system and he work very bad, because i can see your forum just before he finish chargement of your board and after he redirect me on your registration so i think is a bug with your script for redirection
  2. ok so is not only a size of image is ratio too i use 400x400 because is work for both format little and big but in big is crop at the middle so size recommand for big is : 1200 x 630 and for small : is smaller of 400 width or smaller of 400 height you can make you test with the facebook debug before post too : https://developers.facebook.com/tools/debug/
  3. 400x400 is recommended after is depend of social share you need
  4. yeah with the time, i have stop use custom template or more customisation because always out of date with the many update by ips And thx yes i have update link
  5. is a plugin search a little plz
  6. not at this time but is not long expoted full databe in one file and use notepad ++ for found and replace
  7. yeah because bbcode in new ipb is in html you need edit database manualy and copy replace all bbcode manualy
  8. why you post this here and not in tutorials ?
  9. so create me a test account and send me log by private message
  10. in frontview (public, index of your board) clic on arrow all at left and add withc bloc you would ... where you would !
  11. don't forget add "!important" in all end balise for bypass the original code exemple : width: 100% !important;
  12. send link of th epage for we look the complete code
  13. in custom.css add this : #elUserNav > li > a { color: #000 !important; }
  14. yeah because you have copy other site so ips have copy the external code of this site so add my code in your custom css and is good
  15. no the two parameter fluid version of template and youtube are different is just the code for embed as modified in yoru template version so i need url for look the code and send you the correction in yoru custom css add this : .ipsEmbeddedVideo.ipsEmbeddedVideo_limited > div, .ipsEmbeddedVideo:not( .ipsEmbeddedVideo_limited ) { witdth: 80% !important; } change the % when your would
  16. look this 3 lane error is here on one : <if test="RepPositive:|:$user['pp_reputation_points'] > 0"> <if test="RepNegative:|:$user['pp_reputation_points'] < 0"> <if test="RepZero:|:$user['pp_reputation_points'] == 0">
  17. send code of your board with a forum and youtube video plz
  18. <if test="RepPositive:|:$user['pp_reputation_points'] > 0"> missed <' before 0
  19. is not automatic adsense neeed verifi you website and this take 24h
  20. is template issue beacuse in origin youtube come embed with default size
  21. you font need to be in ftp and need a meta balise for link it to the ips suite and for full compatibility with all browser you need 3 format : .eot . svg et .woff add in your custom css : @font-face { font-family: 'PolicePerso'; src: url('PolicePerso.eot'); src: url('PolicePerso.eot?#iefix') format('embedded-opentype'), url('PolicePerso.woff') format('woff'), url('PolicePerso.otf') format('otf'), url('PolicePerso.ttf') format('truetype'), url('PolicePerso.svg#PolicePerso') format('svg'); } body { font-family: 'PolicePerso'; } careful for a link of your police is this, without ' : src:url(http://link-of-policeperso.eot);
  22. your welcome i have forget add !imporrtant at the end of class for any next change in update .ipsQuote_contents { color: red !important; }
  23. https is not in whm is in domaine parameter and more specific in ip adresse but is not the point s just your plugin for rewrite who don't work correctly => CURL so look in this way
×
×
  • Create New...