Jump to content
  • Sign Up

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. The code for edit is either in .author_info or .user_details
  2. Not sure if this trick will work. But you can try this youtube plugin Should be extracted to /applications/core/interface/ckeditor/ckeditor/plugins Make sure the folder is writable. Also you can change some configuration in the config.js file.
  3. So how about this <!DOCTYPE html> <html> <head> <style type="text/css"> .innocent-class { background: url(http://www.google.com/images/logos/ps_logo2.png); width: 240px; height: 400px } .justForTesting, .advertise_ads { width: 240px; height: 400px; background: #fff } </style> </head> <body> <div class="innocent-class"> <!-- just don't call it "advertContainer" :) --> <div class="advertise_ads justForTesting"> advert here! </div> </div> </body> </html>When Adblock Plus finds an element with a class (for example) .advertise_ads, it will hide that element. If it does, the "please don't block my ads!" background-image (in this case, the Google logo) from the parent element will be visible. If the advert isn't blocked, the advert will cover the replacement image. Try changing advertise_ads to something else such as sdpfjsdfjp, and the advert will be visible.
  4. Hello and welcome to Webflake @Mihnea When you talk about forum icons. We talking FontAwesome icons ? or normal icons / images To change a category or forum icon, you can edit the forum and upload it there, like a image. AdminCP > Community > Forums > Select your Forum (Click on the pencil) > Icon
  5. U can't look at http://soultibian.6te.net/forum/index.php?/topic/3-teste/#entry13? Okay thanks for trying :/ Well you locked it down so need a membership and guests can't view it and i can't read spanish and answer questions to register :P
  6. Could you send a link to your website, and ill have a look.
  7. I can't even see the difference on the two images. Could you explain a bit more what you are trying to achieve ?
  8. Isn't those borders like that just a <hr> ? I think technically you can just add <hr> where you want to have the break line. That should give you that bar :)
  9. Hello and welcome to Webflake! Is this for Invision Board ? Xeno Forum etc? Also if so a version would be great.
  10. The js directly into globbal template will not work. You can try to change <script type="text/javascript" src="/uploads/adblock_custom.js"></script>to <script type="text/javascript" src="http://yourdomain.com/directlinktofile/uploads/adblock_custom.js"></script>Just make sure you put the direct link to the file where its located. You can test this by pasting your direct link to the js in a browser and the script itself should show up. Not sure about the JS itself. I will have to look closer into it.
  11. Put it in globalTemplate or you can make a script in global template and load it yourself. The JS you can save lets say in /uploads and call it adblock_custom.js setTimeout(function(){ if($("#advertisment").css('display')=="none") { $('body').html("We noticed you have an active Ad Blocker. Example.com is ad funded, we promise our ads are of high quality and are unobtrusive. The best help you could provide to keep us running, is to whitelist us in your ad blocker. Thanks!"); } },3000);In AdminCP > Customization > Your Theme > Edit > Global Template (HTML) Between <head> and </head> you can put something like this. <script type="text/javascript" src="/uploads/adblock_custom.js"></script>
  12. What version of IPB 4 do you have? and where did you get the released ? Or is this from IPS itself
  13. I think that IPB 3 still supports this. Unsure if it works with IPB 4 But how i would do it. Install IPB 3 and IPS ConverterConvert the forum from MyBB to IPB 3Upgrade IPB 3 to 4
  14. Is this IPB3 or IPB4 ? And where do you get the error message ?
  15. Thanks for a great tutorial. Is it possible to make it NOT be enabled on the mobile theme ? This is for the IPB 4.
  16. That would just be what todo :) +1 from me
  17. Click in your moderatorCP (its in your personal menu where you have adminCP) Left side is announcementsWrite the announcement:) That should fix it.
  18. Or you can try <?php include '../ipbwi/examples/member_login.php'; ?>
  19. I can second that as i run a Android related news website in wordpress for years. And its easy to maintain, easy to write news. And you can use plugins to integrate most of anything you will need, right from the start or in the feature if the site grows
  20. Unfortunatly IPB 4 is a completely new version and everythings is kind of brand new to it. Best thing todo when upgrading is to upgrade with "stock" standard theme. Then check with developer if there is a new release of the skin you are using for the IPB4.
×
×
  • Create New...