PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member jincesoft
~ New Today: 0
~ New Yesterday: 0
~ Overall: 4306

~ People Online:
~ Visitors: 9
~ Members: 0
~ Total: 9
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 21 May


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

- aikons.net - PHP-Nuke Services Forum Index


This topic is locked: you cannot edit posts or make replies. Page 1 of 1
backend
Message Author
Reply with quote
Post Posted: Monday 19 December, 2005 18:31

is it possible to make your own backend news open in the same window?

View user's profile Send private message
Reply with quote
Post Posted: Monday 19 December, 2005 20:19

my backend news feed has more items than are showing up in multiheadlines,
this may be more to do with nuke but i'm not sure.

View user's profile Send private message
Reply with quote
Post Posted: Monday 19 December, 2005 21:22

Yes check backend.php file and edit the line that limit the news within backend [change 10 into something else].
Code:
$result = $db->sql_query("SELECT sid, title FROM ".$prefix."_stories ORDER BY sid DESC LIMIT 10");

or
Code:
$result = $db->sql_query("SELECT sid, title FROM ".$prefix."_stories WHERE catid='$catid' ORDER BY sid DESC LIMIT 10");

or something like this.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 19 December, 2005 21:48

I only have 2 news items in the backend (this is correct) but only one of them is showing up in multiheadlines

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 20 December, 2005 15:01

The backend is working, I must just have one odd news item.

What about having news from my backend opening in the same window?

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 20 December, 2005 15:23

What do you mean "in the same window". On your site?

backend.php is used by others not by you!!! [you just syndicate the news from your site throught this file].

You have the full story on your site[News module or some block regarding news].

Why syndicate to yourself something. This isn't right.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Tuesday 20 December, 2005 15:30

I syndicate to myself so that it can be seen with the other news feeds.
I'm not a big fan of the nuke news/topic module (apart from the submit news).

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 20 December, 2005 16:50

If would be great if you could add a submit news to Multiheadlines

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 20 December, 2005 18:52

Shocked Shocked Shocked

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Tuesday 20 December, 2005 19:06

Confused

View user's profile Send private message
Reply with quote
Post Posted: Thursday 22 December, 2005 19:31

sorry mate, i think i've seen the light and turned nuke news back on.

I've been looking all over for a way to integrate nuke news with mutiheadlines but i'm stuck.
Is it posible to have a preview of my news on the home page (like multiheadlines) rather than the whole article?

View user's profile Send private message
Reply with quote
Post Posted: Thursday 22 December, 2005 20:36

You misunderstood the purpose of this addon.

To preview the news on your home page there are many blocks, there are many News addons flavors ,mods,....[e.g. NSN News or My News, just google it for PHP-Nuke News module].
With Multiheadlines you/your users can read RSS feeds directly to your site.
Once again I'm saying to you that isn't normal to syndicate your news to yourself[ Shocked ]
What's wrong with the News module. It is a module designed especially for the management of news on your site. I might add that is the backbone of every nuke site.
About "integration" you can't integrate these two addons [I mean it can be done] but this is another think not related with Multiheadlines[RSS aggregator].

View user's profile Send private message Visit poster's website
Display posts from previous:
This topic is locked: you cannot edit posts or make replies. Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Page Generation: 0.54 Seconds