MyBB Hacks

Full Version: Book Review System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(08-26-2011 06:50 AM)bluehuge Wrote: [ -> ]can you fix newthread temp in other template?

I use other template, how do you use it?

Not quite sure what wrong with your "other" template?
Maybe you need to check whether there is a {$extra_threadfields} variable in the "other" newthread template or not.
Or, you can try to deactivate and reactivate XThreads.
Or, maybe you can read the second post of this thread:
http://mybbhacks.zingaburga.com/showthread.php?tid=288
I am having a trouble, when I post the image does not show. I have tried view image and it says "No input file specified."

I have GD running on my site, am I missing something?
Do you know much about your server setup?  That is, are you running Apache through Fast/CGI or the PHP module?
Also, does MyBB's archive link work for viewing threads?

Would you be able to post one such image URL?
I actually added define('ARCHIVE_QUERY_STRINGS', 1); to the end of the file stated in a different post and got it working, lol

Thanks for the fast response though!
If you did that, you'll need to do something similar for XThreads.  Open up cache/xthreads.php and look for XTHREADS_ATTACH_USE_QUERY and change the value on the same line from 0 to 1.

Out of interest, if you do know your server setup, I can try to improve the auto-detection on this.  Currently XThreads just follows what MyBB does.
I give error:
Fatal error: Cannot use string offset as an array in /home/onluyenn/public_html/inc/functions_post.php(611) : eval()'d code on line 25
One of your postbit templates is message up.
I just recently installed the book reviews system exactly how its says in the instructions but having some difficulty lol

The first image shows the css is out just a little.

The second image shows nothing when i click on a review title. It created the topic successfully but does not show up anything after that. But I do get a error Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/xxxxxxxxxx/public_html/forums/inc/functions_post.php(645) : eval()'d code on line 9

Do I have the same error as the person above? I am confused on how to fix these issues. Im not efficient to fix something like this, but I could learn.
#1 Try disabling thread ratings for the forum

#2 Open up file mentioned (inc/functions_post.php) go to line mentioned (645) - there will be a template being evaluated there.  That template is probably messed up.
I did not make this layout so that it could be rated so I made no allowance for a rating column.
Pages: 1 2 3 4 5
Reference URL's