Advertise Here

Author Topic: Permanently Expand Additional Options for Announce Topic  (Read 3434 times)

0 Members and 1 Guest are viewing this topic.

Offline doidom

  • SMF For Free Newbie
  • *
  • Posts: 2
    • View Profile

  • Total Badges: 5
    Badges: (View All)
    Topic Starter Level 1 First Post Second year Anniversary One year Anniversary
Permanently Expand Additional Options for Announce Topic
« on: July 28, 2009, 10:18:50 am »
I would like to have the Additional Options under Announce Topic always open. I want members to always select Announce Topic checkbox and it would be easier to see and remember if Addtional Options was expanded and Annouce Topic words in bold red. Any help about how to do this would be greatly appreciated.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Permanently Expand Additional Options for Announce Topic
« Reply #1 on: July 28, 2009, 10:21:33 am »
There is not a way to do that

Offline doidom

  • SMF For Free Newbie
  • *
  • Posts: 2
    • View Profile

  • Total Badges: 5
    Badges: (View All)
    Topic Starter Level 1 First Post Second year Anniversary One year Anniversary
Re: Permanently Expand Additional Options for Announce Topic
« Reply #2 on: July 28, 2009, 10:33:24 am »
wow that's disappointing. it just seems if there's a file that tell it to be closed as default than there should be a way to have it opened as default. i assume some custom code could be written to accomplish this. if anyone's interested please let me know cost estimate. email me doidom at yahoo dot com thanks!

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Permanently Expand Additional Options for Announce Topic
« Reply #3 on: July 28, 2009, 10:42:40 am »
wow that's disappointing. it just seems if there's a file that tell it to be closed as default than there should be a way to have it opened as default. i assume some custom code could be written to accomplish this. if anyone's interested please let me know cost estimate. email me doidom at yahoo dot com thanks!

will move this to the code request board as a code (if even possible) would be the only way

Offline slayer766

  • SMF For Free Full Member
  • *
  • Posts: 212
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Permanently Expand Additional Options for Announce Topic
« Reply #4 on: July 29, 2009, 08:23:28 pm »
Manage Styles > Headers/Footers > Footers:
Code: [Select]
<script type="text/javascript">
if(location.href.match(/action=post/i)){
swapOptions();
$("#check_announce").attr('checked', true);
$("label:contains(Announce topic)").css({'color':'red','font-weight':'bolder'});
}
</script>

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
1126 Views
Last post April 23, 2008, 05:54:35 pm
by atlantic reefer
2 Replies
861 Views
Last post April 06, 2009, 07:42:05 am
by BB
0 Replies
574 Views
Last post July 28, 2009, 10:42:53 am
by simply sibyl
18 Replies
3344 Views
Last post February 06, 2010, 05:38:35 am
by InsertName
2 Replies
4572 Views
Last post July 13, 2010, 02:20:36 pm
by ITG Sauerpauer