Jump to content

mr-pimpen

Blizzard
  • Posts

    1,294
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by mr-pimpen

  1. are you talking about those in the topic section
  2. well thats not good ? i guess he as a life time
  3. make sure you callback redirect to your url https://www.website/oauth/callback/
  4. yea they would you would have 2 add it and update
  5. this is really cool to just add some copyrights inside the footer with a little snow falling in the back round add the html <footer id="sticky">&copy&nbspFooter Works, LLC - 2016</footer> than the css body { margin:0; /*gets rid of white space around body*/ height:200vh; background:url("https://www.website/Image/Snow411.gif") no-repeat center / contain; background-color:#eee; position:relative; /*REQUIRED Sets up positioning for your footer*/ } #sticky { width:100%; padding:10px; padding-bottom:10px; background:black; color:white; font-weight:bold; font-size:10px; text-align:center; position:fixed; /*Here's what sticks it*/ bottom:0; /*to the bottom of the body*/ left:0; /*and to the left of the body.*/ /*EFFECTS*/ border-top:1px solid whitesmoke; background-image:url("https://www.website/Image/Snow411.gif") } make sure u save background image and upload it to your server so u dont get https issue thought i share this ps you can use different backgrounds background
  6. i do not take th credit for this i just thought that some members may not know how to add tags like me so i will share it There are a few ways you can do this: Insert the code directly into the <head> and <body> sections (globalTemplate) Create two new templates in your theme and paste each one into those templates, and place the template tag into the <head> and <body> sections Use the Advertisements feature of the software and place the custom tags into the <head> and <body> sections All of them require you placing some sort of tag into the globalTemplate. As an example for #1: Find: <title>{expression="output.getTitle( $title )"}</title> {{if settings.ipbseo_ga_enabled}} {setting="ipseo_ga"} {{endif}} Paste the code that goes into the header there, such as underneath the </title> and above the if statement. Then find: <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}'> Paste the body code directly underneath that. The other two ways of doing it are pretty much the same thing, only they require a couple of extra steps. I personally just created a template for each and then called the templates in the spots I mentioned above, such as: <head> <title>{expression="output.getTitle( $title )"}</title> {template="google_tag_manager_head" app="core" group="global" location="global" params=""} {{if settings.ipbseo_ga_enabled}} {setting="ipseo_ga"} {{endif}} ... <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}'> {template="google_tag_manager_body" app="core" group="global" location="global" params=""} The method of using the Advertisements feature means you can select which usergroups the Javascript runs for (depending on what you're doing with Google Tag Manager). For instance, if you don't want it to load for Admins, you could use that option. Or just use an IF statement and wrap it around your code. not mine
  7. here is something i found if you want to use something like this social-media-icons-with-effects
  8. would you show us how you did that so other members dont ask the same question and may be someone would like to do the same thing
  9. well see if any one can help you with those codes so it will work on your them Chameleon Dark someone else my have a salutation for that theme
  10. try it on the defult them because it works for me are you trying to put it between the menu or just move it to the middle of your header
  11. oops your theme that you are using custom css
  12. what size is the logo you might have to resize it to fit your header
  13. no problem but that will work it will move the logo to the center of your forums did you try to see if the logo is still in the Theme Resources try that see if that will help it will look like this {resource="enhancements/ips.png" app="core" location="admin"}
  14. i might not kno the answer to that but u can wait and see who will answer your second question sorry
  15. my on my pc i save my css txt in casei dont want to use any more so i save them for members that ask for help i just had the logo center
  16. this is the only thing i can come up with add this in one of my files it will move the logo #ipsLayout_header header { text-align: center !important; }
  17. this is one of the most important section of your forums witch is profile gender most forums dont have this section in there forums so you would not know if you are talking to a male or female so to add this to your forums i think it should make a big difference in ipb i know they add this once be for but now it has change when they updated.. in your admin you want to go to the profile section and add it! Personal Information is there all ready so to add the rest Create New Field Settings in the Field Type : add checkbox type male or female save but after ipb have change it wont show in the register forum so what you will have to do is add
  18. just to ask why would you want to add the IPS Copyright footer
  19. Gaming Computer Acer - Nitro 5 15.6" Laptop - Intel Core i5 - 8GB Memory - NVIDIA GeForce GTX 1050 Ti - 256GB Solid State Drive - Black really good for playing games like fortnight
  20. any one know why this came up is there any way of fixing MySQL Version Recommendation You are running MySQL version 5.5.5-10.1.32-MariaDB. While this version is compatible, future releases of our software will require version 5.6.2 or above.
  21. what version do you need it for because its there for ipb ipb4
  22. i know what you are saying you have to change all the url to the images for it to load if your ipb is not 100% https it will not give you the green lock if you post or shared an image from a different website that is not https it will give you that issue that's why i am telling you to check your images or you can Waite and see wht other answer some one comes up with that the only way i fixed mine you sed you change the url in the cofig global file to https than everything should work fine with the issues but for the images like i sed if you share in image from a different website that use http it will give you that issue
  23. open your topic with the image in it and double click the image you should see a pop up and it will show you the Link URL in the image and the name now when you see that pop up look and see if the Link URL is showing https
×
×
  • Create New...