• [MOD]Another Simple News Publishing Mod 5 0 5 1
Currently:  

Author Topic: [MOD]Another Simple News Publishing Mod  (Read 348602 times)

0 Members and 1 Guest are viewing this topic.

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #30 on: August 07, 2005, 04:55:40 PM »
In the mean time, which version of 4images do you have ?
Latest - 1.7.1

TheOracle

  • Guest
Re: [MOD]Another Simple News Publishing Mod
« Reply #31 on: August 07, 2005, 05:05:13 PM »
That's what I thought. I'm still using v1.7. Perhaps some corrections needs to be done from that general news function, from admin/settings.php file, in order to process the information properly.

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #32 on: August 07, 2005, 05:17:58 PM »
Perhaps some corrections needs to be done from that general news function, from admin/settings.php file, in order to process the information properly.
Are you going to revise?

TheOracle

  • Guest
Re: [MOD]Another Simple News Publishing Mod
« Reply #33 on: August 07, 2005, 05:20:30 PM »
I'm sorry. I do not have this type of capabilities yet. Also, like I said, I do not run 4images v1.71 but 1.7.

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #34 on: August 07, 2005, 05:49:37 PM »
I'm sorry. I do not have this type of capabilities yet. Also, like I said, I do not run 4images v1.71 but 1.7.
OK, then we are going to wait for the author

TheOracle

  • Guest
Re: [MOD]Another Simple News Publishing Mod
« Reply #35 on: August 07, 2005, 05:52:15 PM »
The part you're looking for to modify is this :

Quote

function show_news_display_options($setting_name, $setting_value) {
  global $news_display_optionlist;
  foreach ($news_display_optionlist as $key => $val) {
    echo "<input type=\"radio\" name=\"setting_item[".$setting_name."]\" value=\"$key\"";
    if ($setting_value == $key) {
      echo "checked=\"checked\"";
    }
    echo ">".$val."<br />";
  }
}


from admin/settings.php file.

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #36 on: August 07, 2005, 06:02:03 PM »
I am no PHP coder :(

But is it possible that I move the news section to the topmost part of the frontpage (before categories)?

TheOracle

  • Guest
Re: [MOD]Another Simple News Publishing Mod
« Reply #37 on: August 07, 2005, 06:05:03 PM »
Quote

But is it possible that I move the news section to the topmost part of the frontpage (before categories)?


If you mean in the album itself, and not in the ACP, of course you can. ;)

You could even simply move the news tag from your templates/<your_template>/home.html file on top of the categories tag.

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #38 on: August 07, 2005, 06:15:51 PM »
WOW! It worked. Thanks  :) One more question :roll: Is there any mod that adds a similar block to the left sidebar? Like "Links" block

TheOracle

  • Guest
Re: [MOD]Another Simple News Publishing Mod
« Reply #39 on: August 07, 2005, 06:24:49 PM »
Links ... you mean like : "Headlines" ?

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #40 on: August 07, 2005, 06:25:48 PM »
Yes, but small and in the left sidebar

TheOracle

  • Guest
Re: [MOD]Another Simple News Publishing Mod
« Reply #41 on: August 07, 2005, 06:27:31 PM »
In that case, Please read the last steps in the first post of this topic.

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #42 on: August 07, 2005, 06:35:28 PM »
Which exatly? (sorry for lame questions  :roll: )

TheOracle

  • Guest
Re: [MOD]Another Simple News Publishing Mod
« Reply #43 on: August 07, 2005, 10:23:04 PM »
Quote

TheOracle also have done a addon --> http://www.4homepages.de/forum/index.php?topic=9059


big enough ?

Offline Xaero

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #44 on: August 08, 2005, 05:42:17 AM »
You misunderstood me

Thanks anyway