Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. I answered your wrong topic, i will come back to this topic shortly
  2. Try this. Edit the forum you want to display the icon. And add infront of the text <i class="fa fa-tint"></i> Name of forum Does that show the icon ? So to achive this thing you are asking for try this. AdminCP > Community > Forums > Edit Forum In the name try do it like this The icons can be found in the link i provided up or just click here @Woodojo
  3. I'm still working on the code, but it should be in AdminCP > Customization > Thenes > Your Theme > Edit HTML & CSS > CSS > custom.css
  4. 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.
  5. As long as you have apache you can use that trick its htaccess So in theory <Files admin.php> Order Deny,Allow Deny from all Allow from YOUR.IP.HERE. </Files> What this file says is that any source will be denied access, then it checks if you are that IP. Problem you find is if you have a dynamic IP your been denied when it changes unless you change the file The files part indicates what files this is applied to.
  6. You should be able to customize this at the following location AdminCP > Customization > Editor > Toolbars Just add the buttons you want to be displayed
  7. I would presume you can deactivate the email or take out the code that sends the email. Without looking at any code i can't say for sure but I can try make a playground for it and report back.
  8. Welcome to Webflake! Be sure to check out our Community Guidelines And if you have any questions don't hesitate to ask!
  9. Then I suggest delete the database delete all files and reupload. Let me know how they goes?
  10. Well I would suggest delete the release and get one that er know work from webflake. As this the releases we support. Latest one now is on 4.1.19.2 and we know it works. Was this a clean install?
  11. What release did you download and where was it downloaded from?
  12. 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.
  13. 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
  14. 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
  15. We talking about the icons or the text here?
  16. 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.
  17. 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?
  18. 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
  19. 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.
  20. Thank you everyone I will of course continue to do my best with the support I have given
  21. @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
  22. 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
×
×
  • Create New...