Jump to content

Прошу заценки


Shift-Web
 Share

Recommended Posts

Класс scroll_knob.

Смысл в том, что это модуль Paginator_3000 генерирует жабакодом. Там нужно хирургически хакать и переводить на jQuery куда-то во внешний скрипт(как раз заменить богомерзкую таблицу на какие то dl например элементы). Пока не до этого.

При наведении на значок Твиттера появляется небольшая горизонтальная полоска. Смотрел в Fx3.6

Есть такое дело. -- Сфиксил

Vlad, палю способ сделать навигацию по постам вперёд - назад. Хороший модулёк Prev\Next.

В theme.info создаём регион:

regions[naviPro] = Next Previous

В template.php создаём функцию:

/* N\P */

function phptemplate_preprocess_node(&$variables){
if(!$vars['teaser']) {
// Load region content assigned via blocks.
foreach (array('naviPro') as $region) {
$variables[$region] = theme('blocks', $region);
}
}
}

В node.tpl.php:

<?php print $content; ?>

<?php print $naviPro; ?>

В общем в любом удобном месте. Провозился часа 2 с тем, чтобы вывести по контент. В модуле настраиваем типы нод, в которых выводим. Профит :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy