Jump to content

Michael

Moderators
  • Posts

    9,521
  • Joined

  • Last visited

  • Days Won

    185

Everything posted by Michael

  1. May I ask how companies outside of the EU have to comply with it? There was the Cookie Law which not many companies outside complied with it (it's a load of tosh anyway) and how would they know if you don't comply with it outside the EU as they would have to ask the country's enforcement agencies to make them comply with their rules. They can't also ban anyone from the EU buying from you as-well. It's just a load of rubbish
  2. Beav is ill so I've been doing small bits I can do, so we've got these two Sweet settings: Set profile to public / private. Set avatar url or gravatar email. Video: https://screencast.com/t/QDnkRGaAOzOz Afternoon update: Tidied up the profile page. If a user hasn't had time to set-up a username it now shows the first name. Username: No username: Evening Updates: So tonight I've made the avatar settings easier to use and then decided to smart up the My account settings page to make it user friendly and not bloated:
  3. I ended up creating a bug when doing that last update and it's took me 2-3 days to get this working to my standards, the create account kept failing as you had to be log in as a client to create an account or logged in as a staff member. I couldn't get it to work simultaneously but now I have :D. Video: https://screencast.com/t/fASOltOpuBr So that's one of the main functionalities done we're so close to the beta I can smell it.
  4. Hi, we don't offer Pre-made themes anymore but passed them onto our partner @ExpertIntegrations, you can purchase one of the above with Joshua.
  5. So myself and @GosuHost have been working on the user management system today so we can get users to sign up to the forums with their Blesta account. Video: https://screencast.com/t/vmSwQp4BvJf Check it out for yourself: http://demo.blesta.store/order/main/index/pre-alpha (Don't need real information as it's a test). Afternoon update: So today me and Beav have been working on the Staff users. So as long as you have a client account you can post on that account just by using your staff account. Video: https://screencast.com/t/BrCjHQLmeR
  6. Hi mate, sadly that's only if you buy the Owned Blesta from Gosuhost.
  7. Just to clarify mate it's a different plugin to the cms but I hope it's cool feel free to see the demo: http://demo.blesta.store/client/plugin/blesta_forums/main/index/ If you wish you can have an account: http://demo.blesta.store/order/main/index/pre-alpha
  8. We've finally got most of it done just need to sort the users out and staff bits and we should be ready for Beta. Live video: https://screencast.com/t/QaNUALTwPe Road map updates: https://atlantis.plutio.com/p/blestaforums
  9. Can you expand a bit more please? You can get the version at the bottom of the admin area, the company name from the companies settings.
  10. Alpha 3 update 4. I will work on the forum threads add feature next and the comments but this is what we have at the current moment in time. I will update this post today after the update so I don't spam the thread too much but this is so the people following it can keep up-to date on the progress and our dedication :). Live preview: https://screencast.com/t/FxlIVMsxAqwV -------- Afternoon Update! With the help of my mentor @GosuHost we can now create threads! Video: https://screencast.com/t/4RIBmNaqtAY Evening Update: Mobile view: Highlighting works (but not supported until later on unless you edit DB): Not logged in = no new thread button: Also not logged in if they view the url to post: /blesta_forums/thread/add/forum-id/ Another teaser: https://screencast.com/t/DkatJkXv
  11. They are working on a re-write as it is changing the whole way the domains interact with everything every module for domains will need to updated to work with the new system. The guys did the pricing refactoring but they are going to be making it so the table format can be changed by a module. Which is the table bit you need. But they need to work on the other bits they want to be done as it won't be backwards compatible so needs a full version, so the guys are working on smaller tasks whilst working on the domain refactor so customers can have other features which are easier to implement.
  12. I know you need to set it in the model to grab it by $text but that's as far as I know mate, as you only want to search bits @GosuHost @cyandark should be able to help mate.
  13. Just got the post bit working just working on the uaergroups and then need to link the add thread and add comment / post. Back to category takes you to the category with the forum threads.
  14. hopefully soon mate just need it all connected and then do a beta .
  15. Very true and thank you for your support mate. But Blesta's core is securer than VBulletin which had a bad exploit before. so we're building on top of that secure(r) core and we'll have it tested soon for anything which may happen and even if I can afford it get Rack911Labs to check it but the code will be open minus what we need for licensing purposes like the CMS. We'll also have an open-source license which doesn't include licensing. I do hope one day that there will be a XenForo and IPB bridge soon but this will have a much better connection with Blesta's clients. so if you want to limit forums to certain client groups / products this plugin will be able to do it one-day . ---- Alpha 3: Finally got the threads viewing and the forum looks cool at the moment, just need to do the forms to add threads and make a comment section, as-well as the User information instead of the user's id at the moment Video: https://screencast.com/t/NX1BQX5mMe Previews: Added forum title to the threads page. Added the thread content: Hi = Thread content Hi there & Boo = Posts / Comments.
  16. Hi did you follow a tutorial? Centos is better than Ubuntu see: https://licensecart.com/brain/knowledgebase/374/Install-Blesta-on-Debian-Without-a-control-panel.html Debian is what Ubuntu is based on. You are probably missing the Ioncube loaders.
  17. Evening update. Myself and Beav @GosuHost have been hard at work on the hard parts I've been stuck on and helping me with my cockups. Live Video: https://screencast.com/t/sUBbD3xqPm Previews: Forums now show the parent category in the admin area. (still 2 bugs on the admin edit we'll need to look into further though) Now you can view the threads in each forum: If there isn't any threads they show an error: And we've got the Add new thread form sorted (just need to get the actions working and linking it up with each thread so it's posted to the correct forum, with the thread owner):
  18. Thanks to @cyandark and @timnboys I've got the Alpha 2 in dev: https://screencast.com/t/vdQEiwbfUe Just have an issue with my index but that's down to routes. the dropdown for Categories still haven't been sorted so they show the text I've set at the moment will be working on it when I'm back from work tonight.
  19. I highly recommend you install it manually as Softaculous is a cool feature but can be a pain in the arse.
  20. Thank you guys I've finally got where I want almost just need to fix that routes as it's working at the moment via forum/index/1/ but not /forum/1/ so I need to use the client_loc and plugins and then the folder name I think
  21. So mate if I put the page() information in the index it would show /forum/1/ mate?
  22. nothing in my public_html's mate.
  23. Thanks mate, So I put the top code in a model called: forums_functions.php I put the bottom code in the controller: blesta_forums_controller.php in a function eg: public function forum(){ $forum_id = $this->ForumsFunctions->getForum($forum); echo $forum_id; } and it just fails to load up do I need a pdt or something as the controller is forum so the id comes after so I was hoping we don't need a pdt as we'd need one for each id wouldn't we? http://demo.blesta.store/client/plugin/blesta_forums/main/index/ if you click announcement or something they just error out.
  24. Hi there guys and gals, I was wondering if anyone knows how to set content by grabbing the id from the url? Like blesta/page/1/ returns content related to the id 1? Thanks.
×
×
  • Create New...