Jump to content

BDD

Friends
  • Posts

    78
  • 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 BDD

  1. 3 hours ago, TheJackal84 said:

    yeah it's a bug when removing the links and leaving blank, should be released by tomorrow afternoon ( it's 22.13 here so you have a rough idea of time frame )

    It's more than that -- there's a problem when you remove a link and leave it blank, but as I noted previously, it's also not saving new links either. Will that fix be included, too?

    (Thanks for the timing estimate.)

  2. 7 minutes ago, TheJackal84 said:

    I can't see that post no more but when you posted it I got that email and that's what I read, so when you edited it, it didn't send me a notification or email saying it got edited as it is not part of IPS' code to do that and I just assumed there has been no new posts.

    But yeah if asking for support etc it is best not to edit it with a updated response cos most devs will only check new posts when notified there is new ones and your edits can get missed

    Okay. Understood. Moving on? I can't get any fields to save. Please let me know if you need to know anything else in order to troubleshoot this. Thanks.

  3. 22 hours ago, BDD said:

    Went in to edit one of my social info fields -- trying to REMOVE what I had entered, and it won't let me. I delete, I save, it says it's saved, and then the info is back in the field again. 

    Help? Thanks.

    @TheJackal84

    EDIT TO ADD: It's also not letting me ADD any new info. Eeek! Help?! (Was doing final testing before putting my community live today. 😞 )

    This is kind of important -- a reply would be very much appreciated. Thanks.

  4. Went in to edit one of my social info fields -- trying to REMOVE what I had entered, and it won't let me. I delete, I save, it says it's saved, and then the info is back in the field again. 

    Help? Thanks.

    @TheJackal84

    EDIT TO ADD: It's also not letting me ADD any new info. Eeek! Help?! (Was doing final testing before putting my community live today. 😞 )

  5. 2 hours ago, TheJackal84 said:

    Go to the tabs on the left hand side and look for the members one, inside there you will see the members social info tab and its all in there

    When I go there, I just see the info for the tabs -- ohhhh -- is that what you meant? Were you thinking the tabs were duplicated somehow?

    (I thought you were saying I should look at the list of icons used for each member, and I wasn't seeing that.)

  6. 53 minutes ago, TheJackal84 said:

    What are they showing like in the ACP? are they duplicated there or are they just there once? if they are duplicated there just delete the duplicated ones, If you want to send me ACP login via PM I can look into it

    EDIT

    My fault 👊 should be OK now download and update :biggrin:

    Looking good so far, thank you. 😊

    For future reference, where would I see this kind of info in the ACP?

  7. 20 hours ago, BDD said:

    Okay. Weird. Looking at this a bit more, it looks like it's showing icons from other profiles -- some are profiles that don't exist anymore -- and it's also changing info on the tabs in multiple profiles when I change them on the one profile. I'll provide more detail here. Let me know if you have other questions. 

    A reply regarding anticipated timeline on this would be appreciated. If it's going to be a while, please let me know the best way to revert to the old version.

    (I have a copy of it downloaded -- I suppose I could just uninstall this version and reinstall the old one. I'll lose my customizations, I know, but then at least it wouldn't be showing something broken. I was about to go live and I'd rather not have to do it with this broken.)

    Thanks.

  8. Was doing some testing before launching and when I was done went to clear out all testing data, including deleting all the test users. I wanted Recent Activity cleared out, too, of course, so actual users wouldn't see the testing info. 

    Support directed me to do a force rebuild of the activity streams by rebuilding the search index in ACP -> System -> Search -> Rebuild Search Index. After that, I still had a bunch of posts about adverts remaining in the Recent Activity list and I had to go through and manually delete the old adverts to get that to clear.

    Support suggested I check with you to see why these adverts were left over when content was deleted. 

    Please advise. Thanks.

    EDIT TO ADD: Will this also be an issue when members are no longer members? I don't want promos to be showing in the Recent Activity for them.

  9. 1 hour ago, TheJackal84 said:

    when you hover them what is showing as the title?

    Okay. Weird. Looking at this a bit more, it looks like it's showing icons from other profiles -- some are profiles that don't exist anymore -- and it's also changing info on the tabs in multiple profiles when I change them on the one profile. I'll provide more detail here. Let me know if you have other questions. 

    Is there a way for me to revert to the older version of this while you get it sorted out? (Unless you think you can get it done very soon -- I was about to launch my community.)

    So I have 3 profiles set up right now -- my main admin profile, and 2 testing member profiles. I initially set up the social icons using my main admin profile, but when I go into the other 2 testing member profiles, what I put into the main admin profile is showing on the Social Info tabs when when I click on the Social Info icon. On the 2 testing member profiles themselves, one does not show any icons on the profile, and the other shows all the same icons as what I put in my main admin profile (even though both profiles show the info in tabs when I select the Social Info icon to edit).

    The second set of icons shown here were the ones for this profile. The other sets are from old profiles (of members from testing that have since been deleted).

    (I don't remember setting up Social Info for my testing profile that's showing the icons now -- can't be 100% sure since it's been a while.)

    In answer to your question, what's showing for the hovers looks fine (just not for the right people). So for example, the FB icon has "Facebook: https://www.facebook.com/username/" (with the correct username, just not listing it here).

    More details that probably don't matter since it seems like it's an issue of showing the wrong profile icons:

    The span class is "MSI__BlockContent" for each.

    Not sure if it matters, but here's the FA span info, too:

    <span class="fa-stack fa-2x">
    	<i class="fa fa-circle fa-stack-2x"></i>
    	<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
    </span>

    Thanks.

  10. 13 minutes ago, TheJackal84 said:

    what settings do you have to view?

    
    {{if \IPS\Settings::i()->MSI__GroupsView == 'all' or \IPS\Member::loggedIn()->inGroup( explode(',', \IPS\Settings::i()->MSI__GroupsView ) )}}

    that basically says if all groups can view then allow or if member in group your-settings to allow then view, if not don't show

    Missing lang string, I will sort that

    Thanks. For some reason the Members group wasn't selected (just the New Members group). That's fixed now. 

    What about the repeated icons over and over?

  11. After update, this is what I'm seeing on my own profile:

    image.png.e06cac2578a5d242df8eb25c8e84fc14.png

    When I login as someone else (a test account), I'm not seeing the Social Info section on my main profile at all.

    I'm not seeing it on the test account profile, either, even though social info is filled in.

    I'm also seeing "Currently MSI__loc_editing_social_info" in the ABOUT section for these users.

  12. Just now, TheJackal84 said:

    Just delete them, Only when updating it added those tabs and all the sites, there is a setting where you can add all those default ones listed so if you did delete and want any again they are all there, I can't be sure who had what settings enabled so wrote the update to add them all and just have them disabled or enabled depending on the actual setting of it, If it was a new install etc they all would be blank and you would add your own tabs and then either the default sites or your own ones

    Got it. Will do. Thanks.

  13. On 10/24/2019 at 11:54 AM, TheJackal84 said:

    Updated to 3.0.0

    New Features

    • You can now create your own social links :biggrin:
    • Create unlimited social links
    • Create tabs to place the social link settings in
    • Re-wrote lots of php & html

    Note...

    • If upgrading it will run a code that will convert all the old settings / icons / images over to the new database columns and will also create all 31 social links what will either be disabled or enabled depending your current setup, it will also transfer all current member data over to link up with the newly created social links

    Looking good! Is there a way (other than deleting the tab and other than the CSS hack you gave me previously) to NOT use a particular tab?

    I can disable/enable individual sites within a tab, but I can't see a way to disable a tab.

    EDIT TO ADD: I just checked, and the tab that was previously hidden by the CSS is showing up again on the site (without anything on it).

  14. 3 hours ago, TheJackal84 said:

    Updated to 2.0.3

    Bug Fix

    • Fixed the breadcrumb bug when visiting the edit social info page
    • Removed the font awesome icon on the users drop down menu

     

    Thank you. Both look good.

    What about the blank tab issue? (If you're not using any icons for a particular tab, it shows up as a blank tab.)

    Is there any way to NOT show a tab if you're not using it? For example, looks like I'm not including anything that you have categorized as "Gaming" so it says "Edit Your Social Info" but nothing's listed above the "Save" button.

  15. 5 hours ago, InvisionHQ said:

    I'm looking on this report but I think that will be fixed with 2.0

    Thanks for reporting.

    Great, hope so! (Any update on when that will be released?) Thanks.

×
×
  • Create New...