"; if (isset($showshort)) { echo ""; } echo ""; ?>
print_footer(); } ?>
Re: 内容模块
ok, i'll try!!i sent you my translation
Re: 内容模块
I encountered a SQL error in the version I downloaded today. In ct_navigation.php I changed line 22 to
$result = $xoopsDB->query("SELECT child.link, child.storyid, child.blockid, child.title, child.visible, child.parent_id, child.address,CASE parent.parent_id WHEN 0 THEN parent.blockid ELSE child.blockid END 'menu_block', CASE child.parent_id WHEN 0 THEN child.storyid ELSE child.parent_id END 'menu_id', child.newwindow FROM ".$xoopsDB->prefix('content')." child LEFT JOIN ".$xoopsDB->prefix('content')." parent ON child.parent_id = parent.storyid WHERE child.visible='1' ORDER BY menu_block, menu_id, parent_id, blockid");
There is just a comma missing after 'menu_block'. This was preventing the Content Menu block from drawing anything.
Re: 内容模块
i try to change "edit_content.php" but it does not work :( this time with firebug ( javascript debugger ) i obtain this error while try to edit/copy/remove content by user ( with the four yellow icon ) while i does not happen with the same icon on the admin side.
xoops 2.3.3 php5 mysql5
无法获得XULElement属性的权限。可访问类型 openEditWindow("http://palocco.jalone.net/modules/content/admin/edit_content.php?id=1&return=1&showshort=1")内容(行282) onclick(clientX=352, clientY=210)hHoIZd3S...MHQ%3D%3D (行2) [Break on this error] editwin= window.open(filePath,'editw...bar=0,menubar=0,width=640,height=640');
Re: 内容模块
大家好! 我尝试使用内容模块,发现它非常有用。 但遇到了大麻烦。我创建的内容页面没有添加到主菜单中。因此,我无法从站点访问任何内容。请帮帮我。 xoops 2.3.3 PHP版本 5.1.6 MySQL 5.0.45
<p style=""> <img alt=""N." height=""235"" src=""http://www.aka.org/UserFiles/Image/nwk_img/fusco_oval.png"" width=""350"" /></p><p></p> <p> <font face"""< span="">Arial,Helvetica,Geneva,Swiss,SunSans-Regular""">NWK is a new affiliate club of the American Killifish Association. Our intent is to represent the interests of killie keepers of the Pacific Northwest region of the United States, and beyond.
<font face"""< span="">Arial,Helvetica,Geneva,Swiss,SunSans-Regular""">Membership is open to all killie people in the region and, ultimately, to anyone who is interested.
Re: 内容模块
在管理端我遇到了
警告:Call-time-pass-by-reference 已弃用 - 参数传值;如果您想要通过引用传递,请修改[运行时函数名称]().如果您想要启用Call-time-pass-by-reference,您可以在您的 INI 文件中设置 allow_call_time_pass_reference 为 true。然而,未来版本可能不再支持此功能。。在 W:wwwphpcmsxoops231Hebmodulescontentadminmanage_content.php 在第 173 行
警告:Call-time-pass-by-reference 已弃用 - 参数传值;如果您想要通过引用传递,请修改[运行时函数名称]().如果您想要启用Call-time-pass-by-reference,您可以在您的 INI 文件中设置 allow_call_time_pass_reference 为 true。然而,未来版本可能不再支持此功能。。在 W:wwwphpcmsxoops231Hebmodulescontentadminmanage_content.php 在第 175 行
在我的本地测试站点中
xoops 2.3.1
并且 wysiwyg 只部分为英文。