MyBB Community Forums

Full Version: Ryan G's Mods And Plugins - Updated for 1.4!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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. Smile

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
well it isn't for me http://neutralgaming.net/news.php it doesn't parse it just shows what it looks like in the editor.
Not sure why it's not working but try this file. It goes in your plugins directory.