Jump to content

Search the Community

Showing results for tags 'links'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. theusedversion

    Adding Links back up top

    For Version 4.4.0.40. In case anyone needs to add links back up top where they used to be. The latest update broke the previous fix. Here is how to add them back. Note: I know nothing of HTML but I kind of figured it out by using the old fix. First, go to Users>AppData>Roaming>Emby-Server>System>dashboard-ui and copy the item folder somewhere else to make a backup in case you screw something up. Now that you have a backup, go into the item folder (not the backup, the other one) and edit the file item.html with preferably Notepad ++ if you have it. Scroll down to the following lines (413-416) and delete them. Here is the code that you will delete: <div class="verticalSection linksSection hide"> <h2 class="sectionTitle padded-left" style="margin-bottom:.4em;">${Links}</h2> <div class="itemLinks padded-left padded-right focusable"></div> </div> Then scroll up to the following lines (273-275): <div class="seriesRecordingEditor hide" style="margin-top:2em;"> </div> and paste the following lines after it (276-278) <div class="verticalSection detailVerticalSection linksSection hide"> <div class="itemLinks padded-right"></div> </div> it should look like the following lines (273-282): <div class="seriesRecordingEditor hide" style="margin-top:2em;"> </div> <div class="verticalSection detailVerticalSection linksSection hide"> <div class="itemLinks padded-right"></div> </div> </div> </div> <div class="trackList vertical-list padded-top padded-left padded-right padded-bottom hide" is="emby-itemscontainer" style="margin-bottom:1.5em;"> It should look like this Looks good, right? Again, I don't know HTML so I'm not the best person to be doing this but I couldn't find any threads since the latest update that broke the previous fix so I figured I would try to fix it myself and I guess I did. Please make a backup of that item folder before you begin though. Hope this helps someone. Edit: Oh yeah, you will probably need to restart Emby as well as clear your browser cache. If you made the changes but nothing changed, then clear your browser's cache.
×
×
  • Create New...