MyBB Hacks

Full Version: Support Form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Is there any need to?
(02-11-2013 05:31 PM)Andre Wrote: [ -> ]Do you plan on updating this plugin for the latest release of Mybb? Would be great.

This doesn't work with 1.6*?
I had problems with installing it on Blue Lust template on 1.6.8, but perhaps there were other plugins that caused the conflict.

I'm going to attempt it once more on another template and this time on a clean install of 1.6.9 and will report back with results.

Awesome tutorial by the way.
(02-13-2013 09:48 AM)Andre Wrote: [ -> ]I had problems with installing it on Blue Lust template on 1.6.8, but perhaps there were other plugins that caused the conflict.

I've just tried it (you can see the basics, you only need to modify it as your needs):
Blue Lust - MyBB 1.6.9 - XThreads 1.62
[attachment=926] [attachment=927]
What I need to do is renaming the xtsupport_threadfields_inputrow template to xtsupport_post_threadfields_inputrow (if that is what you mean by the "problem").

If there is a "problem" (I don't know what it is), like you said, maybe there is a plugin conflict.
Problem is, that the form "duplicates" itselt right under the topic header.
http://oi50.tinypic.com/r1h3ko.jpg

For the above example:
Added all the templates, tried both xtsupport_threadfields_inputrow and xtsupport_post_threadfields_inputrow.
Added only "Short description" custom thread field.
And configured forum settings as suggested.

The exact same occured with Blue lust. I guess I'm doing something wrong?
(02-15-2013 11:55 PM)Andre Wrote: [ -> ]Problem is, that the form "duplicates" itselt right under the topic header.

Oh, if that is the "problem", check the Hide on Show thread setting for each custom thread fields.
Quite stupid of me, thanks.
solution mark not working !
give this error :
Warning [2] Illegal string offset 'pid' - Line: 142 - File: cache/xthreads_evalcache.php PHP 5.4.41 (Linux)
If you have the following line in the Solution Post's Display format:

Code:
<setvar post>$tplvars['solved'] ? get_post(intval({VALUE})) : ''</setvar>


Try changing to

Code:
<setvar post>$tplvars['solved'] ? get_post(intval({VALUE})) : array()</setvar>

thanks, solved.
but now when I click on button to mark as solved nothing happen !
Pages: 1 2 3 4
Reference URL's