TMDb Movie Thread Starter for XenForo 1.x [Deleted]

I have auto link titles and
TMDb Movie Thread Starter working together and there are not issues, all perfect.
 
I have auto link titles and
TMDb Movie Thread Starter working together and there are not issues, all perfect.
The problem is in the title of the linked thread.

Any thread title that contains a BB Code will end up having the BB Code applied to the title when the auto-link add-on posts it's link.

Try posting this link in a thread on your site and you'll see what I mean.
Code:
http://snogssite.com/threads/img-a-test-thread.1058/
 
upss, yes
2a9d3843a1018c63d965bd64ca13adad.png

Code:
https://foro.io/threads/redirecciones.643/#post-7198
Code:
[URL='http://snogssite.com/threads/img-a-test-thread.1058/'][IMG]http://A Test Thread | Snog's XenForo Mods & Add-ons[/url][/IMG][/URL]
 
Ok I understand. So it's a problem with @Chris D 's addon, I suppose. It needs to not create bb codes inside the URLs.
Thanks, Snog and apologies for assuming it was your addon.
 
Ok I understand. So it's a problem with @Chris D 's addon, I suppose. It needs to not create bb codes inside the URLs.
Thanks, Snog and apologies for assuming it was your addon.
Technically it's not even a problem with his add-on. It's a natural occurrence in XF. But since his add-on is the one converting the links, it's where the removal of the [ and ] characters needs to take place. That will stop parts of thread titles in posts being interpreted as BB Code by XF.
 
Hello - we've been playing around with this plugin and it looks like there is a conflict with this Moderators plugin...
https://xenforo.com/community/resources/moderators.2968/

I've narrowed it down and it appears related to the movie ratings option, when it's enabled.
(Use Rating System is checked).

You'll need to press the "Create Thread" button to see the error happen in the console.
Download the movie thread starter again and upload the files to your server.

An incorrect file was included in the last release.
 
When you enable manual updates and you are viewing a thread that does not have the required movie information attached to it, you will see this above the thread...

View attachment 94362

And it will add all of the information for the movie so it appears properly in the forum list and has the information you select by checking the checkboxes.

Hi, hopefully a quick question - if it's posted here, sorry I didn't see it.

If I have manual updates turned on, as above, and FORGET to click the checkbox to pull in the movie information, is there a way to edit the thread again to recall the API to get that information?
 
Hi, hopefully a quick question - if it's posted here, sorry I didn't see it.

If I have manual updates turned on, as above, and FORGET to click the checkbox to pull in the movie information, is there a way to edit the thread again to recall the API to get that information?
Sorry, no there isn't.
 
Sorry, no there isn't.

No worries, I'll just tell my moderators to be more careful when adding the information - would it be possible to make it a site preference to automatically "check" the add info to the OP box?

Thank you for the quick response!
 
No worries, I'll just tell my moderators to be more careful when adding the information - would it be possible to make it a site preference to automatically "check" the add info to the OP box?

Thank you for the quick response!
I'll put that on the wish list, but for now you can make it the default by editing the tmdb_addid template.

Locate this...
Code:
<dt style="width:210px;"><label for="ctrl_style_id">Add Movie Info to First Post:</label></dt><dd style="width:90px;text-align:left;"> <input type="checkbox" name="addmovie" value="1"></dd>

And replace with this...
Code:
<dt style="width:210px;"><label for="ctrl_style_id">Add Movie Info to First Post:</label></dt><dd style="width:90px;text-align:left;"> <input type="checkbox" name="addmovie" value="1" checked></dd>
 
I have just purchased. Weirdly, while it works fine for guests and users - but as an administrator this is what I see
no-display.webp
 
I have just purchased. Weirdly, while it works fine for guests and users - but as an administrator this is what I see
View attachment 112903
I've never seen that before and can't duplicate it.

Do you have the posters set to be stored locally or are you obtaining them from TMDb every time they are accessed?
 
I've never seen that before and can't duplicate it.

Do you have the posters set to be stored locally or are you obtaining them from TMDb every time they are accessed?
Happens for any & all movies. The thing is its looks and works fine for guests & users - just me poor admin doesn't get to see. Posters stored locally.
 
Happens for any & all movies. The thing is its looks and works fine for guests & users - just me poor admin doesn't get to see. Posters stored locally.
If they are stored locally, then there is something on your system that is blocking them. There is no message or graphic like the one you are seeing in the Movie Thread Starter. And once the images are in a post, it's Xenforo itself that displays the images.

Do you have any add-on that blocks people from viewing graphics and/or videos?

Do you have the data folder blocked with a .htaccess file?
 
@Snog
If I disable this addon it works for admin too without that censor
BbCodes & Buttons Manager

But that addon is kinda important :(
Well, that means it is blocking the video and images. You either need to change the settings in that add-on or speak to the author of that add-on to find out why it's happening.

The poster is a custom BBCode and the video is the standard media BBCode.
 
  • Like
Reactions: vij
Well, that means it is blocking the video and images. You either need to change the settings in that add-on or speak to the author of that add-on to find out why it's happening.

The poster is a custom BBCode and the video is the standard media BBCode.


Yes :(

I see this
<div class="bbm_protected_title"></div>
This content is protected
</div>

Only for admin - fine for everyone else.
 
Top Bottom