Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. I would advise just upgrade to 4.1.19.4 first as the framework.js is part of ips and kind of where the jQuery is executed. Simple said it can't display it as it can't find a way to do it. Currently on holidays will be home tomorrow to possible have a look
  2. Normally this is because it's lacking the js file that contains the jQuery code. My tip, reinstall the chat app after you installed. If not check for a new version of the chat app. If you press f12 in Chrome I would belive you get a red error when clicking the emoji button?
  3. Just to add ips support I belive 4.3 at the highest of fontawesome so not all icons work.
  4. Disable all plugins and disable all 3rd party applications then try again. If it works you got a faulty plugin / application
  5. That's because the sdk is to old. Would presume it needs to be built with the same guide and a new sdk
  6. So ssl is a secure connection when it's mixed it means things are not fully served over this. 1) make sure that it'd httpS in conf_global.php 2) download the ssl proxy from our download section. This should fix it Also you can press f12 in Chrome and you should see a yellow message saying what's not secure ?
  7. Not if the forum is empty or not content that I'd valued then it turns negative and people will not register think value for information
  8. Who would EVER buy YOUR Lemonade @Davlin But as he pointed out you need it to stand out. And by the things you said here This means in terms of what @Davlin just said, they go up to your stand and then just pass along its just a YAFOTW (Yet Another Forum On The Web) You can force people to come look but that does not mean they want to buy lemonade. On another note, consider this as a inbound sales SEO part. WHY should people register at your place, why should I as a person register on your board, what do i get at YOUR place that i don't get anything else. If i give you my information I would get something in return that is valued my information. Example: Webflake you get Support, and to test a lot of software. Now i get that alot of forums, but the community makes it stand out, and ofc you have @Cookie Monster (Ok i was a bit self centered but you got my point)
  9. 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.
  10. Out of the box no its not possible. But with some custom code i would presume you can @Kevin. I would guess you do that if the theme is selected you execute a function that will update the theme (as it is in the database) so if that specific theme or language is selected it will update the members. Though that be a lot of custom work though
  11. Problem with with is the database normal database does not room for the emoji, let's say a utf8. Now they have created utf8mb which fixes this but ips 3.4 does not support it as far as I remember. You could upgrade to 4.1 as the database needs to be converted to utf8mb
  12. The Custom Cookie Jar So here is the story, ever found yourself twisting your hair out because things are not working? Maybe its one of the following things? Unknown errors More customization, but don't know how to get it done ? Code just gives you a headache and you just want it to work! You have this amazing idea, but not sure how to get it working? ? Loads of other reasons... Really yeah I know the feeling! ? If these are things you struggle with fair not @Cookie Monster to the Rescue! With over 900 posts and loads of helpful posts for the Webflake Community I now opened my Cookie Jar for business. So if you need anything custom or just a 1 & 1 support just from me (If its Skype, discord, hangouts, you name it) then sure my time and knowledge is at your disposal! Or wait you might think, what can this person help me with? IPS Customization or Fixes Custom plugins or Applications Custom Built Website. CMS setup / plugins Moving Servers and other DevOps Work. So who is @Cookie Monster, yes i know I'm a famous Blue person that you seen on TV, but behind the mask, I'm actually a Full Stack Developer who specialize in the following Basic fundamentals (Html, css, js, jquery) Javascript (d3.js, node.js ember.js) SPA (Single Page Application) (AngularJS & Angular2+) MVC / MVW (Model View Controller / Model View Whatever) Python (Django, Flask) MySQL / NoSQL (MariaDB, MySQL Server, MongoDB) So you might be thinking what about PHP ? Well don't be afraid when you know these languages the code will be the same just a different syntax. Prices? Well sadly because i run this shop, and help the community out I never get time to bake my own 's so i have to buy them. The prices are basic and simple but not fixed, so let me know what you need and I be happy to share, Though most things range from $5-15 starting out. This does not mean I have stopped helping the community out for free as i have always done, this is if you really need something CUSTOM and its going above and beyond what this website would support and do. If you feel to contact me then feel free to use the following method Though if you feel you just want to help me for what i done, and want to donate a few cookies to my CookieJar just click the image at the top.
  13. OR instead of images you can just use font-awesome <i class="fa fa-twitter"></i> <i class="fa fa-facebook"></i> <i class="fa fa-youtube"></i> Saves you from loading images when you arleady have icons so instead of <img use i class On that note you can also use an if else statement to say IF they are a guest then don't display it ELSE (so they are a member or higher) you can see it. That takes away bots from looking into your things. Other then that i would say its a good guide.
  14. I would presume that if you register a new user, you can edit the permissions in MySQL and give it adminCP permissions, That way restore it. How may i ask did you delete your admin account. Once you have created a new account,m you need the ID of the user then you can run this SQL command in phpmyadmin to set it to be an admin. UPDATE core_members SET member_group_id = 4 WHERE member_id = X Please note that this is going after that you have the default setup of a forum. you might have to alter the code slighty to make it work. Though 4 is normally admin usergroup
  15. So you want a gradient background, going from the top to the bottom, as a background like this https://uigradients.com/
  16. For those that posted its an old error this was fixed in 5.1.2 min requirement for IPS 4.1 to run is 5.6 (maybe it was 5.4 mysql) So the error is still there but to me it looks like two things Broken database Broken Mysql user
  17. Well you can PM me your host info if you want and i can have a look at it (not forum, your host) and see if i can fix this for you
  18. I will set this as resolved if that is OK @Morgisto Upgraded to 4.1 and fixed some furl issues as the nexus was broken release.
  19. Well I can see from the URL its not enabled But its fine I will have a look at it.
  20. If you want your can PM me the cpanel info and a user and I will take a look see if I can get it working for you.
  21. What's the ipn return url you are using? Also have you enabled furl?
×
×
  • Create New...