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

Posts posted by Neej

  1. Hi Ahmad E.

    I am interested in purchasing this fantastic looking Application, however I have a couple of questions.

    1. 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.
    2. 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. 46 minutes ago, Courtland said:

    Thanks for a great app guys,

    I am trying to use the "Defined Force Bounding Box". The instructions are as follows:

    "Use the field above to search for a location that will always be in center of your map. The map will only focus on this area, regardless of markers outside of it. Try a few of the results from the search untill you find one that suits your needs."

    Yet I do not see away to search for location. Here is a screen shot of what I see, with the latest version of Member Map 3.1.2.1 (110006)

    Any help is greatly appreciated.

    John

    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.

    membermap_search.jpg

     

  3. 1 hour ago, onlyME said:

    Upload your image, then add this css to custom.css

    
    .bx-wrapper .bx-prev {
    	background: url(http://yourdomain/yourimg.png) no-repeat 0 -32px !important;
    }
    
    .bx-wrapper .bx-next {
    	background: url(http://yourdomain/yourimg.png) no-repeat -43px -32px !important;
    }

     

    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. On 13/07/2016 at 11:41 AM, Mike John said:

    I've logged a bug report then for this to be fixed next version. I'll need board access if you want this patched manually.

     

    Mike I can see what the issue is.

    19fdabe36622bd323586ef06a9e0e337.png

    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.

  5. 18 minutes ago, ToeJam said:

    I have a problem with the member map not showing up in the menu tabs, anything I should look for?  Thanks

    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!

  6. 5 hours ago, Mike John said:

    I've gotten a few reports of this and will be upgrading to the latest version to check over. Has anyone been able to use the "fix" option on their forum?

    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.

  7. @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 '';

     

  8. 21 minutes ago, duyfr said:

    After update last ips got this error

     

    
    ALTER TABLE `donate_demote` CHANGE COLUMN `original_group2` `original_group2` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '', CHANGE COLUMN `new_group2` `new_group2` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '', CHANGE COLUMN `demote_group2` `demote_group2` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '';
    
    ALTER TABLE `donate_goals` CHANGE COLUMN `g_emails` `g_emails` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '';
    
    ALTER TABLE `donate_logs` CHANGE COLUMN `post_data` `post_data` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '';

    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

  9. 3 minutes ago, onlyME said:

    If a user not in a group that has MANAGE slider, but he is in moderator box of some items, he can edit the items.

    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

    L02UzL8.png

  10. 17 hours ago, onlyME said:

    Use the comma for multiple people to moderate each items. For groups, use permissions in ACP settings.

    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? 

  11. 54 minutes ago, GrooveOnBeat said:

    I've noticed that "!important" is required throughout the CSS. I came across the padding and alignment issues because my sliders are in containers that have specific pixel dimensions. So I require all sides flush.

    Do these work for you? You'll need to find and replace these codes.

     

    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.

  12. 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

    Au0i2iw.png

  13. 1 minute ago, sovushik said:

    i'm so sorry, but what means "ETA"? ))

    really looking forward to this functionality! can even make a separate app! first customer you already have!

    It means Estimated Time of Arrival

    So Mike John is saying he does not know when he will be releasing these features.

  14. 3 hours ago, Mike John said:

    Those are both Pages app code so wouldn't work with the Donations widgets. Is there any reason why you can't place the Donations widget itself in place you want to add this?

    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!

  15. 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...