8
ok, Mamba,
I read the plugin file in /include/plugin.php:
But I think I'm not understanding very well how to change text to image.
LINE 91 $customConfig["display_text_links"] = false;
I need to change and add the Word true, like this?
$customConfig["display_text_links"] = true;
Quote:
// START hacked by irmtfan
// Dispaly Text links instead of images and vice versa => text links=true/images=false
// This is overall value.
// It means if you set $customConfig["display_text_links"] to true it will show all images in text links (and vice versa)
$customConfig["display_text_links"] = false;
// Dispaly Text links instead of images and vice versa => text links=true/images=false
// This is for each link.
// It means you can overwrite the above $customConfig["display_text_links"] overall value for each link one by one.
// go to /modules/newbb/include/display.php to set for each link
$customConfig["display_text_each_link"] = include XOOPS_ROOT_PATH."/modules/newbb/include/display.php";
// jump to last post read in the topic
$customConfig["jump_to_topic_last_post_read_enabled"] = true;
// highlight keywords in search
$customConfig["highlight_search_enable"] = true;