PEAK XOOPS - block this day's event in englishin japanese

block this day's event

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2004/5/29 17:29
lint  ÆóÅùʼ From: Amsterdam  Posts: 1
Hello,

I'm only using this block on my website. To show a historic event that took place on that specific day. And I want it to be as clean as possible.

I looked at all the doc's but can find it (have limited knowledge of php).

first wish
I would like to delete the image dot_allday.gif and move the text to the left.

second wish
In this block you can also add an event. This feature is only relevant for me, so I would like it not to be visible for visitors of the site. Can even be removed from the block code, because adding can be done elsewhere to.

Can anybody help me with these wishes?


greetings Erik
Votes:1 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2004/6/7 17:42
GIJOE  ÀèǤ·³Áâ   Posts: 4110
It's an issue of template system of XOOPS.

You can edit block/pical_*_schedule.html of your template set as you like.

eg) to remove link for adding events:

  <{if $block.insertable <> false}>
    <dl>
      <dt>
          <font size='2'><a href='<{$block.get_target}>?smode=Daily&action=Edit&caldate=<{$block.caldate}>'><img src='<{$block.images_url}>/addevent.gif' border='0' width='14' height='12' /><{$block.lang_PICAL_MB_ADDEVENT}></a></font>
      </dt>
    </dl>
  <{/if}>
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!