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 &raquo;'), "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.

CommentFileSizeAuthor
#1 slidebox-t-wrappers-1488628-1.patch802 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
StatusFileSize
new802 bytes

Made 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.

Anonymous’s picture

Status: Active » Needs review

Marked to remind me to apply this later.

Anonymous’s picture

Status: Needs review » Fixed

Fixed in both branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.