Issue Resolved Button
#20
maatty Wrote:
LeX- Wrote:
		$plugins->run_hooks("forumdisplay_thread_end");
		eval("\$threads .= \"".$templates->get("forumdisplay_thread")."\";");
Could you please tell me where to place this code in the script because it does not exist in the script which you posted.

Regards

That's code from MyBB =P if you want to know its in forumdisplay.php =P I was just pointing out how close the hook ( which is used in the plugin ) is near the eval ( printing out a thread ), so the plugin cant do his job properly ( changing the icon ) cause the eval is just behind the hook. What you could try is to move the hook, for ex.

Open forumdisplay.php
Find && Replace
$plugins->run_hooks("forumdisplay_thread_end");

Put the hook behind this line ( few lines up )
	$inline_edit_tid = $thread['tid'];

Then try to mark a thread as solved and look if the icon is changed.
Reply


Messages In This Thread
Issue Resolved Button - by maatty - 2007-09-15, 01:25 AM
RE: Issue Resolved Button - by User 2877 - 2007-09-15, 02:48 AM
RE: Issue Resolved Button - by maatty - 2007-09-16, 12:15 AM
RE: Issue Resolved Button - by DrPoodle - 2007-09-16, 10:45 AM
RE: Issue Resolved Button - by LeX- - 2007-09-16, 12:10 PM
RE: Issue Resolved Button - by maatty - 2007-09-16, 05:54 PM
RE: Issue Resolved Button - by LeX- - 2007-09-16, 06:12 PM
RE: Issue Resolved Button - by maatty - 2007-09-16, 07:05 PM
RE: Issue Resolved Button - by destroyer - 2007-09-16, 05:59 PM
RE: Issue Resolved Button - by DrPoodle - 2007-09-16, 06:07 PM
RE: Issue Resolved Button - by Jag100 - 2007-09-16, 06:39 PM
RE: Issue Resolved Button - by LeX- - 2007-09-16, 07:07 PM
RE: Issue Resolved Button - by maatty - 2007-09-16, 07:24 PM
RE: Issue Resolved Button - by LeX- - 2007-09-16, 08:44 PM
RE: Issue Resolved Button - by pepotiger - 2007-09-16, 10:40 PM
RE: Issue Resolved Button - by LeX- - 2007-09-17, 05:15 AM
RE: Issue Resolved Button - by pepotiger - 2007-09-17, 06:02 AM
RE: Issue Resolved Button - by LeX- - 2007-09-17, 02:58 PM
RE: Issue Resolved Button - by maatty - 2007-09-17, 05:21 PM
RE: Issue Resolved Button - by LeX- - 2007-09-17, 05:29 PM
RE: Issue Resolved Button - by maatty - 2007-09-17, 07:46 PM
RE: Issue Resolved Button - by LeX- - 2007-09-17, 08:15 PM
RE: Issue Resolved Button - by pepotiger - 2007-09-17, 09:58 PM
RE: Issue Resolved Button - by maatty - 2007-09-18, 08:26 PM
RE: Issue Resolved Button - by WarBirD - 2007-11-08, 07:08 PM
RE: Issue Resolved Button - by LeX- - 2007-11-08, 07:10 PM
RE: Issue Resolved Button - by WarBirD - 2007-11-08, 07:14 PM
RE: Issue Resolved Button - by LeX- - 2007-11-08, 07:18 PM
RE: Issue Resolved Button - by WarBirD - 2007-11-08, 07:22 PM
RE: Issue Resolved Button - by Techmonkey - 2007-11-08, 09:17 PM

Forum Jump:


Users browsing this thread: 9 Guest(s)