Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Using XThreads Custom Thread Fields For Plugin Settings
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #4
RE: Using XThreads Custom Thread Fields For Plugin Settings
@Yumi: Thank you very much, Yumi. Yeah, I've missed that $mybb Oops

(09-20-2010 09:29 AM)leefish Wrote:  I realised that the ICON (as coded by RateU in the original plugin) also does not show in the portal

Krrrk... I'm really sorry for the mistake, Lee Oops I've fixed the problem. You can download it again from the first post. Or, if you want to do it manually, find this code:

PHP Code:
				$xtdispportal_thread_icon = '<img src="'.$xtdispportal['path'].'" alt="" title="" />';


Replace it with this:

PHP Code:
				$xtdispportal_thread_icon = '<img src="'.$xtdispportal_thread_icon['path'].'" alt="" title="" />';
			}else{
				$xtdispportal_thread_icon = '';


You can put an image URL as a "default" thread icon there if you want.

(09-20-2010 09:29 AM)leefish Wrote:  I was wondering if a thumbnail image could be added......

Do you want to make it "general"? I mean, not all thread have an attachment?

09-21-2010 06:17 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Using XThreads Custom Thread Fields For Plugin Settings - RateU - 09-21-2010 06:17 AM

 Standard Tools
Forum Jump: