By changing slidebox.tpl.php to something like
<div id="slidebox">
<a class="close"></a>
<p><?php echo t('next post') ?></p>
<h2><?php echo $title; ?></h2>
<?php echo l(t ('Read More »'), "node/{$nid}", array('html' => TRUE, 'attributes' => array('class' => array('more')))); ?>
</div>
<div id="slidebox_manual">
<a class="open"></a>
</div>
<div id="slidebox_cookie">
<a class="set"><?php echo t('Do not show recommendations again this session.') ?></a>
</div>
I'm not a coder, in the last link for not showing again this session I cheated by removing the ' in Don't and write " Do not" . Else it will brake the code. I'm sure there is a better way of doing it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | slidebox-t-wrappers-1488628-1.patch | 802 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedMade a quick patch between sessions at DrupalCon. Should work, but didn't fire up my VM to test it so it hasn't been committed to git. I fly out this evening and won't have a chance to touch it until the weekend.
Should work fine on both 1.x and 2.x. I plan on really starting on the 2.x stuff the second week of April.
Comment #2
Anonymous (not verified) commentedMarked to remind me to apply this later.
Comment #3
Anonymous (not verified) commentedFixed in both branches.