1
domin
topic image...
  • 2003/6/19 9:55

  • domin

  • Just popping in

  • Posts: 11

  • Since: 2003/5/28


hi, all~

when uploading new article in admin mode, i'd like to
the 'yes' for 'Display Topic Image' as default(currently, 'no' as default)

could u give me answer for how i modify with related-scripts?

thanks!

2
ZulloP
Re: topic image...
  • 2004/6/1 20:19

  • ZulloP

  • Just popping in

  • Posts: 6

  • Since: 2003/2/28


any answer on this one?

thanks in advance

3
spacejoee
How to always show the topic image ?
  • 2005/3/8 13:08

  • spacejoee

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/7/25


i m looking for the same thing ...
in the page :
/modules/news/submit.php
i would like to have "yes" checked by default for the "topic image".

is that possible ?

thank you for your help

4
spacejoee
Re: How to always show the topic image ?
  • 2005/3/8 17:23

  • spacejoee

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/7/25



5
Mithrandir
Re: How to always show the topic image ?

Which version are you using?

In 1.2.1+ this is controlled in submit.php, where something along these lines should be present towards the bottom:
if ($approveprivilege) {
    
$description='';
    
$keywords='';
    
$topicdisplay 0;
    
$topicalign 'R';
    
$ihome 0;
    
$bodytext '';
    
$approve 0;
    
$autodate '';
    
$expired 0;
    
$published 0;
}

Change $topicdisplay = 0; to $topicdisplay = 1;

6
spacejoee
Re: How to always show the topic image ?
  • 2005/3/8 18:59

  • spacejoee

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/7/25



Thank you ! it is working.

Login

Who's Online

124 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 124


more...

Donat-O-Meter

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

Latest GitHub Commits