Jump to content

Neej

Clients
  • Posts

    149
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Neej

  1. Hi Ahmad E. I am interested in purchasing this fantastic looking Application, however I have a couple of questions. Does the Teamspeak server need to be located on the same server as the IPS software? I am assuming not and I simply have to add the webhost IP to my teamspeaks whitelist, but just want to be sure. If I add someone to a server group on Teamspeak who has set their unique ID on their forum account, will it add them to that user group on the forums? Or does it only work one way. Thanks
  2. Neej

    Member Map

    When I type in the box, a list of places come up based on the text I have entered. Either wait a few seconds when you start entering text, or try a different browser if that does not work.
  3. This actually doesn't work entirely because it doesn't get the :hover information from the new image. The full code needed is actually this; .bx-wrapper .bx-prev { background: url(http://yourdomain.com/yourimage.png) no-repeat 0 -32px !important; } .bx-wrapper .bx-next { background: url(http://yourdomain.com/yourimage.png) no-repeat -43px -32px !important; } .bx-wrapper .bx-prev:hover { background: url(http://yourdomain.com/yourimage.png) !important; background-position: 0 0; } .bx-wrapper .bx-next:hover { background: url(http://yourdomain.com/yourimage.png) !important; background-position: -43px 0 !important; } Had to add important to the background-position for the .bx-next
  4. Hi onlyME, Is it possible to change the colours of the arrow buttons using CSS? Currently I am uploading a custom image each time you update your App. Just wondering if there is a simpler solution.
  5. Mike I can see what the issue is. This setting needs a configuration as to who the PM confirmation sender is. Currently it is either defaulting to using the User themself, or it is grabbing the setting from the Forum Topic section where it asks if you want to 'Create own Topic'. I checked my PM inbox today and indeed it sent me a PM, however because it is using myself as the PM sender this prevents IPS from sending a notification on the usernav, or making the notification bar pop up to say that I have a new PM. So if you could add a box which allows us to choose who the PM sender is for 'Confirm PM', that would be great.
  6. Neej

    Member Map

    I noticed the same issue with the latest update. It appears the update reset the permissions in the menu manager if you were using " I want to choose which groups can see this item." Simply add the permissions back within Menu Manager. And don't forget to click 'Publish this Menu' when you are done!
  7. I can confirm this bug with not receiving a PM after submitting a form. I tried switching to that method today and posting a form myself, and I did not get a PM.
  8. The 'Fix' option has not worked for me. @onlyME's app 'Featured Content' also was displaying errors, and he said it was just a bug with IPS itself, but he released an update to fix it so it would not display the error in System>Support.
  9. @onlyME This is showing up in ACP>System>Support when checking the system for errors after updating to the latest version of IPS (4.1.13.1) ALTER TABLE `IPS_featuredcontent_sliders` CHANGE COLUMN `fcs_noimg` `fcs_noimg` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT ''; ALTER TABLE `IPS_featuredcontent_contents` CHANGE COLUMN `fcc_uploadimg` `fcc_uploadimg` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '', CHANGE COLUMN `fcc_imageFrom` `fcc_imageFrom` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '', CHANGE COLUMN `fcc_moderators` `fcc_moderators` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '';
  10. Yes I am getting the same errors in IPS System check, donations most likely needs an update to fix these errors with IPS 4.1.13.1
  11. Yes but if I add a user as moderator to items on a [No Auto - Manually Adding] slider. How are they supposed to be able to edit the item I have added them to? I am testing it right now and nothing comes up for the user to click on when looking at the slider, and they do not have permission to view the slider controller. eg www.mywebsite.com/?app=featuredcontent&module=slider&controller=view&id=7
  12. But that makes no sense? if a user is not part of the added user groups, they cannot view the area to add/edit items.
  13. But a user group with permissions to add items cannot edit items unless they are added as Moderator on each item?
  14. Im curious as to how the moderation thing works? Is it only the person that uploaded an image that can edit it of they did not add anyone to the moderator box?
  15. Hi onlyME is it possible to add a feature in an upcoming version that would allow you to add specific users instead of entire user groups to edit the manual upload type sliders?
  16. Cheers mate, that seems to have helped a lot. I just added it as a page addition in a newly created .css file, might need to go through it and remove some of your css though as it conflicts with some of my own additions in terms of the style.
  17. Hi onlyME, I have tried all the suggestions in this thread regarding trying to remove padding from below a slider. I have a Horizontal slider which I have disabled the pagers on and want to remove the gap, but for the life of me I cannot get rid of it after spending an hour in Chrome using Inspect. Would you or anyone else in this thread be able to look at http://www.soc-aus.net/ and see if you can remove it? Also is it possible to vertically align the text in the black bar to be centered? I tried vertical-align: but it doesn't seem to work with the text. Thanks
  18. .slider_5 { margin-left: -40px !important; } That did fix it, thank you.
  19. Hi onlyME, I have just purchased this app and have come across an issue with the Vertical style sliders. The images are off center even on the default theme? They are pushed to the right a bit and the image gets cut off. Here is an example. Example on this page - http://www.soc-aus.net/forums/
  20. It means Estimated Time of Arrival So Mike John is saying he does not know when he will be releasing these features.
  21. Hi @Mike John Is there a way to force a user (the submitter) to be auto subscribed to the topic it creates when a form is submitted, or is that more the backend of IPS in the notifications permissions per user?
  22. Edit: I realised I had set my currencies rate incorrectly.
  23. I am using a custom coded page with @media screen to get my desired effect of having a jquery slider at the top and then 2 columns below that. Can see it at www.soc-aus.net to get an idea of what I mean. I was told by members of this community that it was not possible to make a page builder to that effect. Unfortunately because of this custom code the block manager doesn't seem to work on the page at all, it won't let me drag things from the list. Potentially because of my terrible coding skills I guess I dunno? Is there some code I can copy to place a donate box in? I tried copying the code from the html>donate section in theme editor but the Donate button itself wouldn't load. Edit: Actually figured it out. I went to create a new block and noticed there was an option to create a block from a plugin, and Donations was listed there. All sorted!
  24. Okay turns out it was another plugin (Custom group names) that was screwing with my donator symbol not appearing in the post container. I have another question though, and this one is going to be extremely nooby. How do I add the Donate box block via widget code? I Can't seem to find it's block code listed anywhere. I found block_donateDonate and tried both {block="donateDonate"} and {block="block_donateDonate"} but neither have worked.
×
×
  • Create New...