Jump to content

Dusan

Blizzard
  • Posts

    482
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Dusan

  1. Does this happens only to you or other members as well?
  2. Hi, good to see you here, hopefully you will stay active.
  3. Welcome back, hopefully you will stay active this time.
  4. Welcome back, enjoy your stay here.
  5. Dusan

    Hello

    Welcome, enjoy your stay.
  6. Dusan

    Hi

    Welcome, enjoy your stay.
  7. That came with package that you downloaded?
  8. Admin Panel > Customization > Appearance > Themes, select which on which theme you want to include JS and click on I choose default just for example, you choose which ever theme you are using on your forum. Find globalTemplate, in there find <head> tag, and in between opening <head> and closing </head> paste your javascript, save and you are good.
  9. Are you using php7.0.x? Also check folder permissions. Check how your forum url is defined in conf_global.php
  10. Version 1.0.0

    13 downloads

    Remembrance is a simple, poppy themed design. Created for Remembrance Sunday, it features a mindful header image with most buttons and links themed in poppy colour or similar, on a simple white background. This is a very light and basic theme, created for my own site using the theme editor and hence it is offered here free of charge and with basic support. It is ideal if you are looking for a quick but attractive theme to mark the solemn remembrance occasion and coming ceremonies in your community. Tested on 4.3.6 Forums, Gallery, Blog, Downloads, Calendar and Pages. Installation Go to AdminCP > Customization Themes Add Theme > Upload Theme Choose File and then locate the downloaded Remembrance.xml file, and then click Next to upload it. Feel free to tweak to suit by using the pencil icon to edit the theme. If there are any issues with the theme, please let me know. Hope it's of use.
  11. No problem, glad i could help. You can always update your forum to a newest version and have new features.
  12. You are using version 4.1, that's why. Clubs are in 4.2 and 4.3.
  13. First delete images in "Logos" tab and then go to "Header" tab and enable "Enable Text Logo" and write what you want. After that go to Templates and find template called "logo" and replace this <div class="logos vibrate"> {{if theme.veilon_logo_icon_enable}} {{foreach explode(',',\IPS\Theme::i()->settings['veilon_logo_icon']) as $key => $icon}} <i class="fa fa-{$icon}"></i> {{endforeach}} {{endif}} </div> With <div class="vibrate"> <img src="YOUR IMAGE URL"> </div>
  14. In Admin Panel, go to Customization > Themes > Then you can go to Logos and change it, or add yours. Also all settings are located in there, so you can also check them out and see what you like or don't like.
  15. Dusan

    Hello

    Welcome, enjoy your stay.
  16. That is already installed inside IPS forum. You can enable it by typing "Clubs" and clicking on first link in search bar of Admin Panel, or by going to
  17. From what i know that plugin is broken and author went missing. You could take a look at this https://github.com/thejhnz/Discord-IPS-Plugin
  18. You have one extra "<" in your code <img src='<https://imgur.com/a/9hjl8X2'><span style='color:#ff0000'> So just edit your code to look like this <img src='https://i.imgur.com/Q1VuxoT.gif'><span style='color:#ff0000'> Also one more thing you did is you didn't include direct image link, you included just album link, so when you upload, right click on image and you can either click on "Open image in new tab" or "Copy image address" to get direct link to image, and that's the link you use to put in your code.
  19. Hey there and welcome, enjoy your stay. Nice forum you have.
  20. Version 2.2.0

    78 downloads

    Add a message only visible to guests explaining the benefits of registration to guests.
  21. Issue resolved. While he did copy and paste, some additional characters were added somehow, and that's what caused issue after giving him raw code, he was able to fix it.
  22. I would buy it depending on my needs and also configuration of web host (server), so money isn't really something i would look for first. Even expensive hosts can be bad, so that's not really good way to look for something like this.
  23. Don't know which version of forum you are running, but 4.3.6 works fine with PHP7.0.x, also 4.2 and maybe 4.1, everything else is running on PHP5.6 i think. So i guess it is due the version of PHP you used.
  24. No problem, glad i could help, didn't understand at first what you needed.
  25. Well, you could do it via Meta Tags, but if you one day change your "Site Name", you will also need to update it in meta tag. Go to AdminCP > System > Search Engine Optimization > Meta Tags Click on Add Meta Tags fill it like Save, and that should do the job for you.
×
×
  • Create New...