Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Upgrade for 1.8?
nier3 Offline
Member
***
Posts: 125
Joined: Jul 2012
Post: #11
RE: Upgrade for 1.8?
I have downloaded xthreads from here: http://mybbhacks.zingaburga.com/showthread.php?tid=288  and only changed compatibility to 'compatibility' => '17*,18*',
For now I haven't problems.
08-21-2014 09:43 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #12
RE: Upgrade for 1.8?
Well, whatever suits you, but there are known problems with the release version of 1.63 on MyBB 1.8, which is why I suggest trying the development version.
Thanks for testing it out nonetheless.

My Blog
08-22-2014 09:41 AM
Find all posts by this user Quote this message in a reply
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #13
RE: Upgrade for 1.8?
This is the day that I feared would come after I decided to extremely customize my forums!  Now I feel locked into MyBB 1.6 for ever.

[Image: gallery_2_628_39582.jpg]
09-03-2014 02:40 AM
Find all posts by this user Quote this message in a reply
Indoril Offline
Junior Member
**
Posts: 5
Joined: Sep 2014
Post: #14
RE: Upgrade for 1.8?
Sorry my Frends...

Come this very best Tool for mybb from 1.8? i have downloading from Gifhub and testing on 1.8.0
09-04-2014 09:30 PM
Find all posts by this user Quote this message in a reply
Jaizu Offline
Junior Member
**
Posts: 6
Joined: Jul 2013
Post: #15
RE: Upgrade for 1.8?
I'm on 1.8 atm, I hope that we will have this forum with his plugins upgraded by the time~
09-08-2014 09:58 PM
Find all posts by this user Quote this message in a reply
nier3 Offline
Member
***
Posts: 125
Joined: Jul 2012
Post: #16
RE: Upgrade for 1.8?
Hi, today I have upgraded mybb to 1.8 and installed xthreads from Github.
Then I have uploaded files in /uploads (201210,201211 etc), but Custom Thread Fields with "Upload file or image from PC or from Url" seem don't work Frown

Other Custom Thread Fields (for example I use it for insert a link, text etc) instead seem work.

Images there aren't but I have uploaded folders in /uploads folder.

And in forumdisplay_threadlist (I use an image of preview with xthreads) I have many errors like:

Quote:
Si sono verificati i seguenti errori:

Warning [2] Illegal string offset 'value' - Line: 16 - File: forumdisplay.php(1301) : eval()'d code PHP 5.4.4-14+deb7u14 (Linux)

File Line Function

/forumdisplay.php(1301) : eval()'d code 16 errorHandler->error
/forumdisplay.php 1301 eval

Warning [2] Illegal string offset 'value' - Line: 16 - File: forumdisplay.php(1301) : eval()'d code PHP 5.4.4-14+deb7u14 (Linux)

File Line Function

/forumdisplay.php(1301) : eval()'d code 16 errorHandler->error
/forumdisplay.php 1301 eval

Warning [2] Illegal string offset 'value' - Line: 16 - File: forumdisplay.php(1301) : eval()'d code PHP 5.4.4-14+deb7u14 (Linux)

File Line Function

/forumdisplay.php(1301) : eval()'d code 16 errorHandler->error
/forumdisplay.php 1301 eval

Thank you in advance, sorry for my bad English
(This post was last modified: 10-05-2014 09:40 AM by nier3.)
10-05-2014 06:57 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #17
RE: Upgrade for 1.8?
(10-05-2014 06:57 AM)nier3 Wrote:  Then I have uploaded files in /uploads (201210,201211 etc)
What do you mean by that?
You shouldn't need to upload anything as the files should already be there.
Did you do a completely new installation or similar?  Or did you uninstall XThreads at any time?
If the answer is yes to either of those, you probably lost all of your attachment information, which would lead to the errors you're posting.

My Blog
10-05-2014 11:02 AM
Find all posts by this user Quote this message in a reply
nier3 Offline
Member
***
Posts: 125
Joined: Jul 2012
Post: #18
RE: Upgrade for 1.8?
Hi, sorry, it was me being a noob question. Upgraded to 1.8 (reinstalled and reuploaded all 1.8 forum files) and all is fine, sorry.

Xthreads seems works very well Smile all ok for this.

A question: how can I do to work this code? If a Thread Field is empty then appears another image:

PHP Code:
<if ($GLOBALS['threadfields']['portalimg']['url']['value']) == " " then>
<a href="{$GLOBALS['threadfields']['link']}" target="_blank"><img src="http://img.bitpixels.com/getthumbnail?code=71632&size=200&url={$GLOBALS['threadfields']['link']}" /></a>
<else>
<img src="{$GLOBALS['threadfields']['portalimg']['url']}/thumb400x400" width="{$GLOBALS['threadfields']['portalimg']['thumbs']['400x400']['w']}" height="{$GLOBALS['threadfields']['portalimg']['thumbs']['400x400']['h']}" alt="{$thread['subject']}" />
</if>



- If "portalimg" Thread Field is blank (user no added image) then to use thumbnails from bitpixels;
else
- To use "portalimg" Thread Field (if user uploads an image  with xthreads thread field)


But error in showthread:

[Image: 1nHmC8q.png]


Thank you very much, sorry for English
(This post was last modified: 10-06-2014 10:00 PM by nier3.)
10-06-2014 09:31 PM
Find all posts by this user Quote this message in a reply
Hamster24 Offline
Member
***
Posts: 69
Joined: Sep 2014
Post: #19
RE: Upgrade for 1.8?
How about setting a default output image for that field?
(This post was last modified: 10-07-2014 05:42 AM by Hamster24.)
10-07-2014 05:38 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #20
RE: Upgrade for 1.8?
^ What he said, or if you need it in templates:

HTML Code
<if !$GLOBALS['threadfields']['portalimg']['url'] then>
<a href="{$GLOBALS['threadfields']['link']}" target="_blank"><img src="http://img.bitpixels.com/getthumbnail?code=71632&size=200&url={$GLOBALS['threadfields']['link']}" /></a>
<else>
<img src="{$GLOBALS['threadfields']['portalimg']['url']}/thumb400x400" width="{$GLOBALS['threadfields']['portalimg']['thumbs']['400x400']['w']}" height="{$GLOBALS['threadfields']['portalimg']['thumbs']['400x400']['h']}" alt="{$thread['subject']}" />
</if>


My Blog
10-07-2014 05:00 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: