Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. Well as simple as make a css class with <span> and give it Float: Left. Have a read on it here You will have the first text float left the other text float right
  2. As i explained if the theme supports it you can try AdminCP > Community > Forums Edit one of the sub forums, do you have any setting there that says you use Icons ? If not i will need to know what theme you are on
  3. We talking about the icons or the text here?
  4. You have to add custom fields to a user profile and then add yr icon to that content so if user inputs skype display skype icon. I can try help with the code tomorrow if nobody does it tonight as I'm currently only on my phone.
  5. It's theme dependant edit the forum you want to have the icon and see if there is a icon or custom fa icon tab for it?
  6. Hello and welcome to webflake. Fa icons are short for FontAwesome Icons. A list with all of them you can find here Just be aware that IPS only supports FontAwesome upto 4.4 (so icons added after 4.4 will not display). Anyways.... All you do is change the fa fa icon to whatever icon there is example fa-cloud-upload will give you this icon Hope this explains and helps
  7. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  8. Thank you everyone I will of course continue to do my best with the support I have given
  9. @Draffi So far i have added the Whatsapp button, you can do this with some HTML really But for those that are wondering here is the code Whatsapp <a class="box" href="whatsapp://send?text={parse expression="IPSText::base64_decode_urlSafe($url)"}" data-action="share/whatsapp/share"> Please note for those that are reading this that this is for IPB 3.4.x The part for Pintrest is a bit more tricky and will possible require a lot more time This will not work on desktop and should only trigger on mobile
  10. If you want you can PM me a temp admin user and the URL and i can take a quick look into the code and report back
  11. PM me your forum and a Temp admin account so i can take a quick look and i can report back in PM and here
  12. So you will need to enable PHP SSH2 extention for PHP. http://php.net/manual/en/ssh2.installation.php This guide should explain that with Apache Let me know if it worked @Softer PS its bad practice security for a network setup to have a root user setup for this Some quick reads i would suggest (If i setup VPS etc i always follow this great guides! Ubuntu 16.04
  13. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  14. Glad it worked Will mark this as solved then
  15. This should fix your SSL problem possible. Mixed content makes it be broken. But if you changed it i would suggest do a clear bad chage from support in AdminCP to fix broken icons
  16. Welcome to Webflake André! Enjoy your stay here and remember to take a peak at the Community Guidelines!
  17. Hello @deehmoraes This can be achived with a simple CSS trick. Paste this code in your custom.css. #elLicenseKey { display: none; } It should be located here AdminCP > Customization > Themes > Your Theme > Edit HTML & CSS > CSS (2nd tab) > custom.css Remeber to add it to all themes if you have more the one
  18. Well if you add www. to the config_global what error do you get when you try reach the site ?
  19. Then you need to setup a cname in their site and point it to your server.
  20. Is it your own server etc? Where did you buy the domain from.
  21. Hi there @polkovnika2 Remove the edit you did in global_config (so restore it to how it was) Open .htaccess (if its not there create it) just remember the dot first. Fill it with this code. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Next step. This depends on your host, but you need to make sure you have a CNAME that has www into it, without that then it wont work. After that try add www.yoururl.com in the config_global.php Please note that if you are unsure about the Cname and want help i would need to know what host you have and if you are using Cpanel or Plesk
  22. IPS 4.1.x Do not use HOOKS they use Plugins and the reason why they are not working is because they are not compatible Hooks = IPB 3.4 Plugins / Applications (Normally XML or TAR files) = IPS 4.X Plugins & Applications that are tagged with 4.0 can cause problems on 4.1 and vise versa.
  23. After the PM i have done the following. Upgraded from 4.1.4 > 4.1.19.2 Updated the plugin Setup SEO with .httaccess (this fixes the issues with 404 Make sure that you update plugins that matching 4.1.x and not 4.x as this will cause errors.
×
×
  • Create New...