Jump to content

Luca Munich

Enthusiast
  • Posts

    235
  • Joined

  • Last visited

  • Days Won

    45

Everything posted by Luca Munich

    I already posted this plugin here
  1. Try to unistall plugin, clean your forum cache, and install plugin again
  2. Try to make the gradient on Photoshop. And use this CSS: body { background: url(http://example.com/image.png) no-repeat center top scroll #000; }
  3. Go to ACP -> Themes and the select Manage Resources on the theme you're editing. Upload your background image there and it'll give you a template tag to use. ACP -> Themes -> Edit HTML & CSS -> CSS -> core -> front -> custom -> custom.css body { background: url({resource="bgimage.jpg" app="cms" location="front"}) no-repeat center top scroll #000; }
  4. Download this file: Unzip it; Go to "index.html" and edit it. (if you have notepad++, click on "Edit with Notepad++") Find the line 7 ( <meta http-equiv="refresh" content=5;url="http://example.com"> ); On "http://example.com", put your site url with "/index.php" (example: http://myboard.com/index.php); On "content=5", you put the waiting time before entering your forum; Now you save the code, and upload "index.html" and "css" on your "public_html" directory.
  5. It is extremely annoying to have to wait approvals to post interesting new files. I've brought some releases (eg IPS 4.1.7), and I not saw a comment there. Anyway, thank you for answering me @Erza, I'm glad to see you saw my topic and was willing to solve my doubt.
  6. Ok, I will wait for a staff member, Thanks for help me Cookie
  7. Thanks for reply, I go to check this topic Link broken https://webflake.sx/index.php?app=groupjoin&module=apply&section=apply&do=apply&group=12
  8. Hello, How can I be "Uploader"? I get discouraged by having to wait to upload the files so cool I had asked this to the moderators and they told me to contribute to the downloads. And I every time I can contribute I do.
  9. IPS 4.1.7 Gallery works fine for me. Try to check your directory
  10. Enter in your ACP; Go to "Customizations > Themes > "Theme that you use" > Edit HTML and CSS"; Go to "Templates > core > front > global > logo" At the beginning of your code, place: <font face="NameOfFont">; At the end of your code, place: </font> On final of your "logo" code, you need put this code: <style> @font-face { font-family: NameOfFont; src: url(http://yourdomain.com/uploads/YourFont.ttf); font-weight:400; } NameOfFont { font-family: NameOfFont; } </style> Change NameOfFonte for the name of your font; Download the font you want to use; Upload your font (.ttf file) on "public_html/uploads" Save your code.
×
×
  • Create New...