Hello,
I've just released updated to most of my 1.4 Plugins. Private Message Admin and Private Message Report System are the only two that remain and will be updated in the upcoming weeks.
It would be highly appreciated if people can test out the plugins and report bugs before 1.4 is released to the general public.
Ryan
Thankzz guy! But i think, i wait for final version and final version mods. : )
very cool Tikitiki although the site news plugin gives this error I have tried it on 2 different sites and its the same
Warning: require_once(./inc/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/neutralg/public_html/forums/global.php on line 13
Fatal error: require_once() [function.require]: Failed opening required './inc/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/neutralg/public_html/forums/global.php on line 13
Trying out quick theme FOR 1.4 and all is good.
Good work.
Thanks
(2008-07-13, 07:15 PM)Mmarzex Wrote: [ -> ]very cool Tikitiki although the site news plugin gives this error I have tried it on 2 different sites and its the same
Warning: require_once(./inc/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/neutralg/public_html/forums/global.php on line 13
Fatal error: require_once() [function.require]: Failed opening required './inc/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/neutralg/public_html/forums/global.php on line 13
Hi, please try this in news.php
<?php
define("IN_MYBB", 1);
define("KILL_GLOBALS", 1);
define("NO_ONLINE", 1);
// The Directory to the forum you are using this on.
// You do not need a beggining or trailing slash
$directory_to_forum = "";
chdir(dirname(__FILE__)."/".$directory_to_forum);
require "./global.php";
$plugins->run_hooks("site_news_plugin_run");
chdir(dirname(__FILE__));
?>
That fixed it is the site news plugin suppose to parse bb code?
Yes, it does parse MyCode
nice to see you've updated to 1.4 but i'm waiting for the private message admin is the one i use from you
Not sure why it's not working but try this file. It goes in your plugins directory.