1
talon39
WFsection- How do I get rid of Copyright info in my articles?
  • 2004/8/12 21:38

  • talon39

  • Just popping in

  • Posts: 94

  • Since: 2002/6/13


I went to the modules settings and set "Add Copyright to articles:" to No. However my articles still show a Copyright at the bottom.
Example:
Article Name © copyright 2004http://intranet

2
tedsmith
Re: WFsection- How do I get rid of Copyright info in my articles?
  • 2004/8/12 21:40

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Try deleting all the cahced files in your templates_c folder, then force your browser to refresh te display (Ctrl & F5). That may work, although when I altered that setting in WF-Downloads it worked straight away? Give it a try anyway.

3
talon39
Re: WFsection- How do I get rid of Copyright info in my articles?
  • 2004/8/12 22:12

  • talon39

  • Just popping in

  • Posts: 94

  • Since: 2002/6/13


Just tried both your suggestions, still have the copyright.

I'm only having the trouble in the module WFsection.
[Edit]

4
Catzwolf
Re: WFsection- How do I get rid of Copyright info in my articles?
  • 2004/8/13 1:02

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

talon39 wrote:
Just tried both your suggestions, still have the copyright.

I'm only having the trouble in the module WFsection.
[Edit]


edit modules/wfsection/article.php and change the following:

if (isset($xoopsModuleConfig['copyright']))
{
    
$xoopsTpl->assign('lang_copyright'"" $article->title() . " © " _WFS_COPYRIGHT " " date("Y") . " " XOOPS_URL);
}


To this:
if ($xoopsModuleConfig['copyright'])
{
    
$xoopsTpl->assign('lang_copyright'"" $article->title() . " © " _WFS_COPYRIGHT " " date("Y") . " " XOOPS_URL);
}


You should be able to switch this off now.


5
talon39
Re: WFsection- How do I get rid of Copyright info in my articles?
  • 2004/8/13 14:49

  • talon39

  • Just popping in

  • Posts: 94

  • Since: 2002/6/13


That worked! Thanks.

Login

Who's Online

171 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 171


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