[XB] TMDb Movie Thread Starter

[XB] TMDb Movie Thread Starter [Paid] 2.2.4 Patch Level 2

No permission to buy ($30.00)
Will this work with Xenforo’s latest version? I haven’t upgraded my forum yet till I know for certain. Thanks
 
can't see any permission where only specific user/group can use this addon.
It would have to be in the node.

You'd create a node where TMDb is used (specifically a "TMDb TV Forum" forum type as opposed to a General discussion or Article forum type). Then, you would do something like set the "Registered" user group permissions of, let's say, "Post new thread" to "No" and the "Moderating" or "Administrative" to "Yes". This would let admins/mods post a new TMDb series, but regular members are only allowed to read/reply to them (or a new user group that you create that can).
 
Uaing 2.3, half view in mobile
 

Attachments

  • Screenshot_20241103_194750_Chrome.webp
    Screenshot_20241103_194750_Chrome.webp
    61.9 KB · Views: 5
Uaing 2.3, half view in mobile
Yeah, quite annoying. Someone else provided this fix for me.

CSS:
@media only screen and (max-width: 430px) and (min-width: 260px) {
    .message-tv {
        display: flex;
        width: 100%;
        padding-top: 10px;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
    }
}

If you also have movie and music starters, similar with:
CSS:
@media only screen and (max-width: 430px) and (min-width: 260px) {
    .message-music {
        display: flex;
        width: 100%;
        padding-top: 10px;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 430px) and (min-width: 260px) {
    .message-movie {
        display: flex;
        width: 100%;
        padding-top: 10px;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
    }
}
 
Painbaker updated [XB] TMDb Movie Thread Starter with a new update entry:

2.2.3

✨ New features:​

  • Added liked and watched movies list to "Your account page"
  • Added icons to trailer, casts, crew and videos movie tabs
  • Added ability to quickly rate TV shows without confirmation popup (optional)
  • Added style property to disable shown stats in a thread view/list
  • Added ability to search by IMDb ID

✏️ Changes:​

  • Ratings system now enabled by default for new installations

🪲...​


Read the rest of this update entry...
 
Painbaker updated [XB] TMDb Movie Thread Starter with a new update entry:

2.2.4

✨ New features:​

  • Added search autocomplete dropdown for movie TMDB ID
  • Added person pages with movie list
  • Added similar movies tab
  • Added recommended movies tab
  • Added option to automatically fetch full persons infomation when adding new movies
  • Added options to limits and filter stored crew & casts
  • Added unassigned/any persons deletion rebuild tool
  • Added style property to bring back sidenav watched/watchlist/favorite movies instead of tabs in...

Read the rest of this update entry...
 
Painbaker updated [XB] TMDb Movie Thread Starter with a new update entry:

2.2.4 Patch Level 2

Fixed large poster size option being ignored when creating movie thread
Prevent errors from invalid TMDb image responses during rebuild jobs
Fixed poster size in search results
Trigger new persons fetching job after completing movie credits rebuild
Fixed Undefined array key "rebuildRecommended" error when rebuilding movies
Avoid fetching person images with empty URLs

Read the rest of this update entry...
 
Back
Top Bottom