1
limecity
how to remove this button from the Recent Topic block?
  • 2004/11/19 5:10

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


how to remove this icon from the Recent Topic block?

Resized Image

which code shud i remove in the newbb block template?

2
irmtfan
Re: how to remove this button from the Recent Topic block?
  • 2004/11/19 6:38

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


easiest way:
use a blank.gif instead of that icon

3
limecity
Re: how to remove this button from the Recent Topic block?
  • 2004/11/19 7:03

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


Oo no no i thought of that but..
it will leave some indent on the part.

my XOOPS page is not 100% in width so with the icon there.. it looks messed up

so how i remove it?

4
irmtfan
Re: how to remove this button from the Recent Topic block?
  • 2004/11/19 8:08

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


in newbb/blocks/newbb_block.php
in line 130 :
$topic['jump_post'] = "XOOPS_URL "/modules/newbb/viewtopic.php?topic_id=" $arr['topic_id'] . "&start=" . (($i 1) * $newbbConfig['posts_per_page']) . "#forumpost" $arr['post_id'] . "'>" $last_post_icon "";

remove the " . $last_post_icon . "
change to:
$topic['jump_post'] = "XOOPS_URL "/modules/newbb/viewtopic.php?topic_id=" $arr['topic_id'] . "&start=" . (($i 1) * $newbbConfig['posts_per_page']) . "#forumpost" $arr['post_id'] . "'>";

Login

Who's Online

333 user(s) are online (66 user(s) are browsing Support Forums)


Members: 0


Guests: 333


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits