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

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

0 Members and 1 Guest are viewing this topic.

Offline ch€ri{Bi}²

  • Sr. Member
  • ****
  • Posts: 315
  • A PRoBLeM wIthOUt SoLuTioN Is NoT rEAllY a PRoBLeM
    • View Profile
    • Pat's Gallery
Re: [MOD]Another Simple News Publishing Mod
« Reply #120 on: October 03, 2005, 11:18:59 PM »
second question: 
 :?: how can I limit the size of the displayed news?

 for example, it could show only 200 characters and the user will be able to reach entire message while clicking on a link called "more details"
ch€ri{Bi}²


Offline Rookie79

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #121 on: October 05, 2005, 05:01:49 PM »
 :?:How can my registered users publish news? :?:

4images 1.7.1 and it works :D

Offline Lesik

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #122 on: October 06, 2005, 07:48:06 AM »
I can't use BBCODE, after install this MOD, i don't see BBCODE in mode new news and edit news. Help me.

Offline cabdragon

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #123 on: October 09, 2005, 10:18:19 PM »
Hey I got a problem in the ACP.
Everything s fine despite one thing:

In the ACP where the links are listed (like: Categories, Images, Comments...) Under the block of comments there should appaere the block fpr "news" but there's not enough space to show it, i just am able to see the very top of the lines, but no letters, so I am able to click in the categories (in order to start a news or to edit a news, but it doesn't really show the buttons.

You know what I am meaning. I just don't know where to change the height for that rows.
Which file does that fit?

Ok found out something: everything's alright, but there are no characters within the rows, the table is just empty at that point, how can i fix this?

THX for your help

Offline fgallery

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • ::: F-Gallery :: Photobank :::
Re: [MOD]Another Simple News Publishing Mod
« Reply #124 on: October 14, 2005, 06:18:23 PM »
I have the same problem as Xaero.
Version 1.7.1

Can you explain this step:
#-----[ DATABASE UPDATE ]------------------------------------------
What do I have to do exactly to DB ?
Maybe this is the reason why my settings aren't saving.
http://f-gallery.com.ua
Artistic Photography, Fashion Photography, Cities and Streets of The World, Personal Photos of Livejournal Users.

Offline ch€ri{Bi}²

  • Sr. Member
  • ****
  • Posts: 315
  • A PRoBLeM wIthOUt SoLuTioN Is NoT rEAllY a PRoBLeM
    • View Profile
    • Pat's Gallery
Re: [MOD]Another Simple News Publishing Mod
« Reply #125 on: October 14, 2005, 08:13:18 PM »
#-----[ DATABASE UPDATE ]------------------------------------------
What do I have to do exactly to DB ?
Maybe this is the reason why my settings aren't saving.

 :idea: why not try this topic ? it seems to be the same MOD  :wink:
ch€ri{Bi}²


Offline fgallery

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • ::: F-Gallery :: Photobank :::
Re: [MOD]Another Simple News Publishing Mod
« Reply #126 on: October 16, 2005, 01:04:20 PM »
#-----[ DATABASE UPDATE ]------------------------------------------
What do I have to do exactly to DB ?
Maybe this is the reason why my settings aren't saving.

 :idea: why not try this topic ? it seems to be the same MOD  :wink:

Thanks man!
This mod is so problematic!
http://f-gallery.com.ua
Artistic Photography, Fashion Photography, Cities and Streets of The World, Personal Photos of Livejournal Users.

Offline Joshi

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #127 on: October 28, 2005, 02:01:24 PM »
Installed and working great, thanks, but how do I change the language on the date?
I need to aply the setlocale() thingy somewhere i guess, but where.
To go from Saturday --> Samedi (example)

Sure, it uses the general time setting, but V@no locked that thread, so i suppose it was a mod regarding question.
Otherwise thanks for a great mod!

J

Offline Dalton

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #128 on: November 11, 2005, 05:26:53 PM »
how can i change width of my news table ?? i use different style than default and it lookes wierd :/

Offline Zyga

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #129 on: December 02, 2005, 11:25:30 PM »
I saw many people with similiar problem to mine - empty news archives
 in v 1.7.1

maybe someone resolved problem ?

Offline janfy

  • Newbie
  • *
  • Posts: 49
    • View Profile
    • http://www.cagades.com
Re: [MOD]Another Simple News Publishing Mod
« Reply #130 on: December 06, 2005, 10:27:45 AM »
Yes i have !
I'll post the new version of this MOD ASAP !

Offline castor

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #131 on: December 16, 2005, 11:30:06 AM »
hi to all !
one simple question ,  where can i delete this spaces in the code ?
im searched for it, but cant find.. 

thx for support ..
bye Lars

Offline janfy

  • Newbie
  • *
  • Posts: 49
    • View Profile
    • http://www.cagades.com
Re: [MOD]Another Simple News Publishing Mod
« Reply #132 on: December 16, 2005, 11:46:25 AM »
Hi,

Find following code in index.php file at the 4images root directory :

Code: [Select]
$news .= "<td width=\"100%\" valign=\"top\">\n<br/>";
$news .= format_text($image_row['news_text'], ((isset($config['news_html']))?$config['news_html']:0), 0, ((isset($config['news_bbcode']))?$config['news_bbcode']:1), ((isset($config['news_bbcodeimg']))?$config['news_bbcodeimg']:1));
$news .= "<br/><br/>\n</td>\n";

And remove <br/> tags.

Thats all folks.

Offline castor

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #133 on: December 16, 2005, 11:57:46 AM »
@janfy

thanks a lot... it works,, ..    :mrgreen:

Offline Zyga

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD]Another Simple News Publishing Mod
« Reply #134 on: December 17, 2005, 05:40:42 PM »
I fight with it but..... :oops:

when i dont have news i see "no news" how can I add something like {if_news} news table here {end_if_news)  :?:


I need to remowe whole table when no news