As I said in the other thread, I would create a new thread detailing the problems I'm having. I'm going to try my best to explain it better.
Problem #1:
In the Showthread template everytime I install MyBB the "Email This thread to a friend" link under threads does not show up, unless I hard code it in.
Showthread:
Sendthread.lang.php
Showthread.lang.php
Right now, it's set to the default coding. Here's the section that I have to change:
(Please NOTE! the send thread LINK works FINE, it's not the link that's not working, it's the template. look at the screenshot:
however, the link doesn't show on the template:
Please also note that part of the image shows up, but the link is missing. This is important because the images are in the right location, but for some reason the link itself isn't working.)
Now, here's the code that's in the showthread right now:
You can see very clearly that the code is correctly formatted and calls the right functions as properly designed so. Now, look at the screenshots when i change the code to this:
Thing is, I would have to hard code that for every template I use that uses the send thread function. I'm unsure what the problem is, someone pointed out it may be a plugin that's overriding that section of code. I don't know what that is entirely, but I'm sure I'll find out what the issue is. Thanks for everyone's help with this.
I'll outline the other issues I'm having later, currently this one is entirely separated from XThreads and has nothing, ABSOLUTELY NOTHING to do with XThreads nor the fact of what version of XThreads I'm using.
So the problem is this:
For some reason this particular function isn't working. I have to replace this with this:
So, something's interfering with that, somehow. I'm going to check those plugins, not sure what the problem really is though.