Jump to content

Bliss99

Clients
  • Posts

    139
  • 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 Bliss99

  1. On 6/8/2022 at 3:20 PM, Richard Arch said:

    @Bliss99 the error message seems to be suggesting that you check the application group permissions accessed from here, make sure the group you are using is enabled.

    Could contain: White, Texture, Text, White Board

     

    Could contain: Text, Page, Word

     

     

    Thank you so much, this screenshot was helpful, I did not realize there was a drop down under members tab called me tab. That was the culprit - a few new groups were not checked off here. THANK YOU!!!

    On 6/8/2022 at 3:19 PM, Adriano Faria said:

    This is not related to the resource. Simply do what the message is suggesting!

    there is an extra step that was skipped in the instructions - see above. thank you!

  2. On 6/7/2022 at 1:11 PM, Adriano Faria said:

    To choose who can view the application in the front end, go to ACP -> Members -> Members Tab -> Settings and choose the groups in Who Can Use The Member Tab Module. (#1 in the image below).

    To choose which users groups will appear in the list, choose the groups in Groups To Include in same page. (#2 in the image below).

    zzFaOZ6.png

    Undo the groups deselection you did in ACP -> System -> Applications.

    I followed these steps and I am still getting the same message
     

    Oops!

    The page you are trying to access is not available for your account. To configure who can access which areas of your site, go to Admin CP → System → Applications.
  3. What settings can we change for this message to go away? I go there to applications and see permissions and then it says "You can control which groups have access to the application by changing the permissions on the modules within the application." so I go to members > groups and what tab has the settings that would allow for this group to be able to see this MEMBER TAB application?

    Could contain: Person, Human, Text, File, Webpage, Advertisement, Poster

    Could contain: Text, Page

  4. 3 hours ago, opentype said:

    Can you clarify how this course section is being built? Is that a single Pages database? A third-party app? Something else?
    While you referred to the different section as “pages”, a Pages database for example will only ever be on one page and all widgets are identical for all categories and records. That’s a limitation coming from the IPS framework.  

     

    2 hours ago, Bliss99 said:

    Our Courses app was built by @HeadStand - I thought it pulled different pages for the different categories but perhaps it does not. I will try making individual pages for the widget to see how that goes and will update.

     

    I am making individual pages for each of the categories and that seems to be working - thank you!

    Like many other YouTube channels, we will eventually will have more than 15 videos - is there a way to increase the amount of videos it can pull? 

  5. 15 minutes ago, opentype said:

    Can you clarify how this course section is being built? Is that a single Pages database? A third-party app? Something else?
    While you referred to the different section as “pages”, a Pages database for example will only ever be on one page and all widgets are identical for all categories and records. That’s limitation coming from the IPS framework.  

    Our Courses app was built by @HeadStand - I thought it pulled different pages for the different categories but perhaps it does not. I will try making individual pages for the widget to see how that goes and will update.

  6. Just now, Adriano Faria said:

    I won’t add this, mate. I know what is required, like break the address field in country, city, bla bla bla, but I don’t make workarounds. That won’t be added to this app.

    You can probably hire other dev to make as a plugin to you.

    Yes, I was talking to @HeadStand for assistance, I tagged her in that comment.

  7. On 6/8/2020 at 2:16 PM, Bliss99 said:

    It would also be great to filter links by location - do you have any suggestions on how to accomplish that?

     

    On 6/8/2020 at 3:21 PM, Adriano Faria said:

    Not possible due to the address data. It is stored in a json array.

    You will have to call the links_field_X in your block, where X is the field ID.


    @HeadStand can you help us figure this out?

     

  8. 1 hour ago, Bliss99 said:

    It's working! Thank you very much for helping to fix that so quickly! Really appreciate it.

    I have a separate question - We have an extra field called "ownership" that everyone has to fill out while they are setting up a link. We would love a way to display "ownership" as a block on the side so folks can filter based on ownership. Do you have any suggestions on how to accomplish this?

    It would also be great to filter links by location - do you have any suggestions on how to accomplish that?

  9. 14 minutes ago, Bliss99 said:

    I just updated the code and so far - it looks like the save is saving! Going to try it now on the live site.

    It's working! Thank you very much for helping to fix that so quickly! Really appreciate it.

    I have a separate question - We have an extra field called "ownership" that everyone has to fill out while they are setting up a link. We would love a way to display "ownership" as a block on the side so folks can filter based on ownership. Do you have any suggestions on how to accomplish this?

  10. 18 minutes ago, Adriano Faria said:

    Ok, so download applications/links/modules/admin/links/settings.php and find:

    
    			$form->saveAsSettings( $values );

    Add above:

    
    			$values['links_payment_method'] = \is_array( $values['links_payment_method'] ) ? implode( ',', array_keys( $values['links_payment_method'] ) ) : $values['links_payment_method'];

    Save and reupload.

    Fixed for the next version. 👍

    I just updated the code and so far - it looks like the save is saving! Going to try it now on the live site.

  11. 3 minutes ago, Adriano Faria said:

    Ok, so download applications/links/modules/admin/links/settings.php and find:

    
    			$form->saveAsSettings( $values );

    Add above:

    
    			$values['links_payment_method'] = \is_array( $values['links_payment_method'] ) ? implode( ',', array_keys( $values['links_payment_method'] ) ) : $values['links_payment_method'];

    Save and reupload.

    Fixed for the next version. 👍

    ok, let me give that a try - downloading now!

  12. 39 minutes ago, Adriano Faria said:

    Sorry. Are you able to edit files in your board:? I mean, can you download the file via FTP, edit and then re upload?

    This is somethiing that really doesn't seem to be used by a large audience (first time I hear since I released this), so I really don't want to release a new version now.

    Yes, I am able to download and upload via FTP - let me know what you need from me for the fix! Thanks so much.

  13. Is there a way to set certain membership levels pay different prices, like in commerce products?

    Example: Basic members who are on a free subscription might pay $30/mo, Business Members (on a subscription) it might be included with their subscription, so they might pay $0/mo or maybe it's discounted like $10/mo?

  14. re: PACKAGES

    Where is the option to select which payment options you want? We have about 7 different options for different things, and only want to select 3 - points, credit card or paypal. How do we make only those show up when someone selects one of the packages vs all of them showing up? We do not want the others showing up as options.

     

    spacer.png

  15. 2 minutes ago, Adriano Faria said:

    You need to tie the packages to the category too, as I said above:

    So:

    wv1RERF.png

    Got it - ok! Loving all the details here. It would be great to have a 5 minute video starter guide, would probably save you a lot of time!

  16. 11 hours ago, Adriano Faria said:

    Check your packages. See if you chose the groups, if you selected the package in the category, etc.

    Every group is selected for the test packages, active is on for both - still no offer to select a package and can still add a link

    1763159888_ScreenShot2020-05-04at11_06_43AM.thumb.png.d1cb108b670a557849f78fc1b388d8c2.png

    11 hours ago, Adriano Faria said:

    You are free to edit the templates in your install and change it to whatever you want. Customizations are not supported. 

    I understand, CSS changes in the template would remove this. Thank you.

     

    11 hours ago, Adriano Faria said:

    Edit the categories you want it to appear and choose it in Extra Fields

    I see that it wasn't checked off in the one test category, I'll try it again now that it's checked off in that test category.

  17. 5 minutes ago, Blisslandia said:

    I just bought this and am excited to use it! I turned on an example paid package, made it available to all member groups, mock logged in as a basic member - and it let me add a link without paying. Paid submission is ON. What do you think might be happening?

    I want to feature links that just have the image, and do not have any other info on our home page. I want to use the LINKS FEED block to do that. How can I make that happen?

    Even better would be to remove the word LINKS and just have the logos. That's what our people want.

     

    1154460369_ScreenShot2020-05-03at8_15_46PM.thumb.png.a236f5738578407cc4a6d41c53dd9133.png
     

×
×
  • Create New...