Forum. MyNuke.ru

Forum. MyNuke.ru (http://forum.mynuke.ru/index.php)
-   Темы оформления phpNuke (http://forum.mynuke.ru/forumdisplay.php?f=12)
-   -   Изменение оформления News (http://forum.mynuke.ru/showthread.php?t=148)

Alexander-V-Sh 13.06.2006 13:55

Модуль New самый примудрый модуль в нюке. На кой черт его так мудрили незнаю, но я его переделывал не раз, и не факт что окончательно сделал. Самый лучший вариант что придумал, это полностью удалить его из темы и встроить таблицы с выводом непосредственно в файлы модуля.

Про двухполосные никогда не задумывался (ИМХО - не удобно, широко получается). А про вывод Подробнее есть 2 варианта:
Я изначально удалил все из перемееной $morelink, и она писала только Подробнее.
Потом вообще перенес таблицу всю в модуль м удалил нафик эту переменную.

Попробуй дать ей значение в модуле:
$morelink = "<a href=\"modules.php?name=News&amp;file=article&amp;sid=$s_sid$r_op tions\">подробнее...</a>";

UnrealHA 13.06.2006 15:42

по подробнее если мона.

Alexander-V-Sh 13.06.2006 16:37

UnrealHA
У меня нет под рукой нюки оригинальной.
Попробуй найти:
$story_link = "<a href=\"modules.php?name=News&amp;file=article&amp;sid=$s_sid$r_op tions\">";
и замени $story_link на $morelink

а все остальные $morelink удали, кроме той, что в themeindex.

yuraklimenko 01.03.2009 22:12

Код:
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) { global $anonymous, $tipath, $ThemeSel; if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) { $t_image = "themes/$ThemeSel/images/topics/$topicimage"; } else { $t_image = "$tipath$topicimage"; } $topicfull = "<a href=\"modules.php?name=News&amp;new_topic=$topic\"><img src=\"$t_image\" border=\"0\" alt=\"$topictext\" title=\"$topictext\" align=\"right\" hspace=\"10\" vspace=\"10\"></a>"; if ($notes != "") { $notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n"; } else { $notes = ""; } if ("$aid" == "$informant") { $content = "$thetext$notes\n"; } else { if($informant != "") { $content = "<a href=\"modules.php?name=Your_Account&amp;op=userinfo&amp;username =$informant\">$informant</a> "; } else { $content = "$anonymous "; } $content .= ""._WRITES." <i>\"$thetext\"</i>$notes\n"; } $posted = ""._POSTEDBY." "; $posted .= get_author($aid); $posted .= " "._ON." $time ($counter "._READS.")"; $tmpl_file = "themes/$ThemeSel/story_home.html"; $thefile = implode("", file($tmpl_file)); $thefile = addslashes($thefile); $thefile = "\$r_file=\"".$thefile."\";"; eval($thefile); print $r_file; }


Что надо изменить чтоб новости шли в два столба?

Soniks 02.03.2009 13:58

DjВот этом сообщении http://forum.mynuke.ru/showpost.php?p=904&postcount=5 как раз приведен код с двумя колонками


Часовой пояс GMT +4, время: 07:09.

Copyright © 2005 by Soniks