1
mcmikemc
TinyD help for a n00b
  • 2004/8/16 12:49

  • mcmikemc

  • Just popping in

  • Posts: 19

  • Since: 2004/7/28


Hello,

I am very new to XOOPS but I have been able to get a site up and admin it. I am in the process of putting content on it and I have decided to use TinyD for every page on the site other than the home page.

TinyD is perfect for what I currently want to do except for the community features like the comments and stuff that show up on the bottom of the page. I also don't want to have the print and e-mail icons on the page either.

I would like to know how I can get rid of them. Any help is greatly appreciated.

2
jlm69
Re: TinyD help for a n00b
  • 2004/8/16 13:10

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


look at tinyd/templates/tc_index.html

remove the

<div style="padding: 5px; text-align: right; margin-right:3px;">
<a href="print.php?id=<{$id}>"><img src="images/print.gif" border="0" alt="<{$lang_printerpage}>" /></a>
<a href="<{$mail_link}>" target="_top"><img src="images/friend.gif" border="0" alt="<{$lang_sendstory}>" /></a>
</div>

that will remove the print and send to friend links.

Comments should be able to be disabled in module preferences.

Hope this helps

3
mcmikemc
Re: TinyD help for a n00b
  • 2004/8/16 13:13

  • mcmikemc

  • Just popping in

  • Posts: 19

  • Since: 2004/7/28


Thank you. I will try that right now.

4
madsen
Re: TinyD help for a n00b
  • 2004/8/16 13:49

  • madsen

  • Just popping in

  • Posts: 40

  • Since: 2004/1/24


A easier way would be to upgrade to the latest TinyD 1.5mh014 which has this feature in the module preferense.

Quote:

2004-6-2 1.5mh011
- added a config can select block of tc_nav's target
- added a config whether it displays "printer friendly" icon or not
- added a config whether it displays "tell a friend" icon or not
- added page navigation
- updated mymenu


//Madsen

5
mcmikemc
Re: TinyD help for a n00b
  • 2004/8/16 14:00

  • mcmikemc

  • Just popping in

  • Posts: 19

  • Since: 2004/7/28


Cool,

Thanks again for the help guys. I have been able to do exactly what I wanted to do thanks to that push in the right direction.

I edited out the print, e-mail and coments section of the index files. It did not work at first but then I thought that maybe I had to update the module after I made changes and BAM it worked. Below is what my tiny_index.html pages look like now which is exactly what I wanted to have.

Quote:

<{$content}>

<div style="padding: 5px; text-align: right; margin-right:3px;">


<{if $is_display_pagenav }>
<hr align="left" width="100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" align="left" valign="top">
<{if $prev_link }>
<a href="<{$mod_url}>/<{$prev_link}>" accesskey="P"><{$lang_prevpage}></a>
<br />
<{$prev_title}>
<{/if}>
</td>
<td width="34%" align="center" valign="top">
<a href="<{$mod_url}>/" accesskey="H"><{$lang_topofcontents}></a>
</td>
<td width="33%" align="right" valign="top">
<{if $next_link }>
<a href="<{$mod_url}>/<{$next_link}>" accesskey="N"><{$lang_nextpage}></a>
<br />
<{$next_title}>
<{/if}>
</td>
</tr>
</table>
<{/if}>
</div>


I downloaded the latest version that is up as of 1 hour ago so I guess I have those features Madsen spook of. Since I am able to do what I want I will try that out since I have nothing to lose now.


Login

Who's Online

107 user(s) are online (58 user(s) are browsing Support Forums)


Members: 0


Guests: 107


more...

Donat-O-Meter

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

Latest GitHub Commits