Jump to content
DevFuse Forums
  • Dropdown menu not working in Collections/Garage as Admin


    z1000forum
    • Fixed IP.Board Version: IP.Board 4.3.x

    Hi,

    it looks like all DropDown menu buttons aren't working if I'm on "my vehicles" and in a certain vehicle in my Garage. And when logged in as administrator. I tested it as standard user - works as intended.

     

    working in my vehicles -> List all:

    Unbenannt2.thumb.jpg.a555d9a032b3b840c49da27e526bd625.jpg

     

    Not working inside one of my 3 vehicles

    Unbenannt.thumb.jpg.41d95ccd387c5fa254b9a25e5f2d9db8.jpg

     

    Regards

    Toralf

     


    User Feedback

    Recommended Comments

    • Management
    On 5/4/2018 at 8:07 AM, z1000forum said:

    I'll give you access if you need it.

    Please provide acp login details and will look. I've had a few other reports of this but so far I've been unable to reproduce.

    Link to comment
    Share on other sites

    Hi Michael,

    it looks like the bug is fixed with vehicles. But the same drop down mishap is in vehicle->modifications section. I'm not able to use the drop down after I have added a picture to a modification. At a modification without pictures it is working as admin, aswell as normal member.

     

    Maybe it is a different bug, feel free to split the topics.

    Link to comment
    Share on other sites

    • Management

    Manual Patch:

    Open acp > theme editor > collections > front > view > modification

    Find:

        				<ul class='ipsClearfix' data-role="carouselItems">
        					{{foreach $modification->images() as $id => $image}}
        						<li class='ipsCarousel_item ipsPad_half'>
        							<span style="background-image: url( {file="$image->thumb_location" extension="collections_ItemImages"} )" class="ipsThumb ipsThumb_medium ipsThumb_bg ipsCursor_pointer" data-ipsLightbox data-ipsLightbox-group="modification_{$modification->mod_id}" data-fullURL="{file="$image->url" extension="collections_ItemImages"}">
        								<img src="{file="$image->thumb_location" extension="collections_ItemImages"}" alt="" {{if $modification->thumbnail == $image->thumb_location}}itemprop='image'{{endif}}>
        							</span>
        						</li>
        					{{endforeach}}
        				</ul>

    Replace With:

                        <div class='ipsCarousel_inner'>
                            <ul class='ipsClearfix' data-role="carouselItems">
                                {{foreach $modification->images() as $id => $image}}
                                    <li class='ipsCarousel_item ipsPad_half'>
                                        <span style="background-image: url( {file="$image->thumb_location" extension="collections_ItemImages"} )" class="ipsThumb ipsThumb_medium ipsThumb_bg ipsCursor_pointer" data-ipsLightbox data-ipsLightbox-group="modification_{$modification->mod_id}" data-fullURL="{file="$image->url" extension="collections_ItemImages"}">
                                            <img src="{file="$image->thumb_location" extension="collections_ItemImages"}" alt="" {{if $modification->thumbnail == $image->thumb_location}}itemprop='image'{{endif}}>
                                        </span>
                                    </li>
                                {{endforeach}}
                            </ul>
                        </div>

    Save.

    Link to comment
    Share on other sites



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

    Pending = We are still working on this report.

    Fixed = The issue has been fixed and the resolution will be available in the next version.

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

×
×
  • Create New...