+ Reply to Thread
Results 1 to 10 of 10

Thread: Banner Plugin Missing Description

  1. #1

    Post Banner Plugin Missing Description

    For some reason, the "Select a Package" banner descriptions are not showing on the front end.

    On the "Edit A Plan" banner page, there is a field called "Description" (see image 1)

    - Admin Panel > Plugins > Banners > List Of Plans > Edit A Plan

    On the front end, the description does not appear when the user is on the "Select a Package" banner page (see image 2)

    - Front End > Login > My Banners (in login dropdown) > Select "click" here in text > Select a Package

    However, when a users views "Listing Packages" there are blue boxes with a question mark that pops out to display the description (see image 3)

    - Front End > Login > My Packages (in login dropdown) > Select click "here" in text > Purchase a new package

    image 1.png

    image 2.png

    image 3.png
    Last edited by Joe Can; November 11, 2020 at 01:58 PM.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Go to plugins > banners > banner_plans.tpl

    add at the top:
    Code:
    Only registered members can view the code.

    after:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.

  3. #3
    Rudi,

    If I confirm the above code works, will it make it into the next version of the banner plugin?

    I am just wondering if I have to keep track of this code for future use.
    Last edited by Joe Can; November 10, 2020 at 12:40 PM.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    It will be fixed in one of the next plugin updates. A task has been added

    but you can always apply this fix

  5. #5
    Thank you very much

  6. #6
    Yes, your code fixed the issue. I will let you know, if there are any problems.

    Also, the pop up box (?) does not format the description text (see image 1).

    I also think the description for both the (1) Banner Plugin Description, and (2) Listing Package Description should not be hidden behind the (?). They should be visible; so, users can compare the packages side by side.

    Thank you for the great support.

    image 1.png
    Last edited by Joe Can; November 10, 2020 at 04:55 PM.

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    You need to apply the same fix for text formatting from here: https://forum.flynax.com/showthread....1481#post31481

    changing:
    Code:
    Only registered members can view the code.
    to:
    Code:
    Only registered members can view the code.


    if you don't need to hide the description

    you can change:
    Code:
    Only registered members can view the code.
    to:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; November 11, 2020 at 06:09 AM.

  8. #8
    Rudi,

    Where exactly is the page to change the above code?

    I tried the following two locations, but could not find it:

    - templates > your template > tpl > controllers > my_packages.tpl
    - templates > your template > tpl > blocks > listing_plan.tpl

    Maybe, I cannot find it because the above two files where changed on the prior thread?

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    This solution is related to banner_plans.tpl as we are talking about banner plugin here

    but it's also applicable to my_packages.tpl and listing_plan.tpl


    and yes, I meant applied code from my first post

  10. #10
    Rudi,

    Worked perfectly.

    See attached.

    Thank you for the excellent customer service.

    image 1.png

+ Reply to Thread