mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
More RSS Fixes.
This commit is contained in:
@@ -1013,7 +1013,7 @@ class e_menuManager {
|
|||||||
if(!$this->dragDrop)
|
if(!$this->dragDrop)
|
||||||
{
|
{
|
||||||
$text .= "<div class='column' id='portal-column-block-list' style='border:1px inset black;height:250px;display:block;overflow:auto;margin-bottom:20px'>";
|
$text .= "<div class='column' id='portal-column-block-list' style='border:1px inset black;height:250px;display:block;overflow:auto;margin-bottom:20px'>";
|
||||||
$text .= "<table class='table table-striped core-menumanager-main' id='core-menumanager-main' >
|
$text .= "<table class='table table-striped adminlist core-menumanager-main' id='core-menumanager-main' >
|
||||||
<tbody>\n";
|
<tbody>\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -204,7 +204,7 @@ class rss_ui extends e_admin_ui
|
|||||||
$RSS_ADMIN_IMPORT_FOOTER = "</tbody>
|
$RSS_ADMIN_IMPORT_FOOTER = "</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class='buttons-bar center'>
|
<div class='buttons-bar center'>
|
||||||
".$frm->admin_button('import_rss',RSS_LAN_ADMIN_17,'submit')."
|
".$frm->admin_button('import_rss',LAN_ADD,'submit')."
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
";
|
";
|
||||||
|
@@ -32,8 +32,8 @@ if(USER_AREA && $sql->select("rss", "*", "rss_class='0' AND rss_limit>0 ORDER BY
|
|||||||
// $url = SITEURL.$PLUGINS_DIRECTORY."rss_menu/rss.php?".$tp->toHTML($row['rss_url'], TRUE, 'constants, no_hook, emotes_off').".2";
|
// $url = SITEURL.$PLUGINS_DIRECTORY."rss_menu/rss.php?".$tp->toHTML($row['rss_url'], TRUE, 'constants, no_hook, emotes_off').".2";
|
||||||
// $url .= ($row['rss_topicid']) ? ".".$row['rss_topicid'] : "";
|
// $url .= ($row['rss_topicid']) ? ".".$row['rss_topicid'] : "";
|
||||||
|
|
||||||
$url2 = e107::url('rss_menu','rss', $row);
|
$url2 = rtrim(SITEURL,'/') . e107::url('rss_menu','rss', $row);
|
||||||
$url4 = e107::url('rss_menu','atom', $row);
|
$url4 = rtrim(SITEURL,'/') . e107::url('rss_menu','atom', $row);
|
||||||
|
|
||||||
$name = $tp->toHTML($row['rss_name'], TRUE, 'no_hook, emotes_off');
|
$name = $tp->toHTML($row['rss_name'], TRUE, 'no_hook, emotes_off');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user