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 22 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
borders links blocks
Message Author
Reply with quote
Post Posted: Saturday 17 December, 2005 21:18

Multiheadlines looks great

Just trying it out and have a few questions

1, How do i get rid of the borders around the images?
2, When browsing subcategories, could the main images bring up the feed rather than take you to the feeders site (leave that for the news item image)
3, I'm bit new to all this nuke and stuff and dont understand how to make the center block.

many thanks for your help and many many thanks for Multiheadlines


http://www.ontheball.info/

View user's profile Send private message
Reply with quote
Post Posted: Saturday 17 December, 2005 23:36

4, how do i order the categories and Subcategories

View user's profile Send private message
Reply with quote
Post Posted: Sunday 18 December, 2005 00:24

Quote:
1, How do i get rid of the borders around the images?

What borders?

Quote:
When browsing subcategories, could the main images bring up the feed rather than take you to the feeders site (leave that for the news item image)

Maybe in the next release.

Quote:
I'm bit new to all this nuke and stuff and dont understand how to make the center block

Like any other block + you must go through the steps from Multiheadlines admin->Multiheadlines Block Management->Create new block......[nothing fancy]

Quote:
4, how do i order the categories and Subcategories

This is good feedback [thanks].
open index.php file from modules/Multiheadlines/ folder and
replace line 546:
Code:
$sql = "SELECT * FROM ".$prefix."_multiheadlines_categ WHERE parent='0'";

with this new line:
Code:
$sql = "SELECT * FROM ".$prefix."_multiheadlines_categ WHERE parent='0' ORDER BY categ_title ASC";


and replace line 458:
Code:
$sql = "SELECT * FROM ".$prefix."_multiheadlines_categ WHERE parent='$parent_id'";

with this line
Code:
$sql = "SELECT * FROM ".$prefix."_multiheadlines_categ WHERE parent='$parent_id' ORDER BY categ_title ASC";




Last edited by Aikon on Sunday 05 February, 2006 12:20; edited 1 time in total
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 18 December, 2005 00:39

1, borders are the brown squares around the images?
2, cool
3, I’ll have a play later
4, that's put them in an order but I would like to choose the order i.e. 1, 7, 6,.....

Just read about stuffing your own backend in, it get's better and better

View user's profile Send private message
Reply with quote
Post Posted: Sunday 18 December, 2005 03:56

Quote:
borders are the brown squares around the images?

Don't know what you mean. What images? What brown?

Quote:
that's put them in an order but I would like to choose the order i.e. 1, 7, 6,.....

You can't.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 18 December, 2005 15:01

the borders were around the logo images, fixed this with border=\"0\" in index.php

If I put the code back and change the order when making the feeds, will this give me control?

View user's profile Send private message
Reply with quote
Post Posted: Sunday 18 December, 2005 15:37

Sorry rewrite

If I put the code back and change the order in which I make the categories and Subcategories, will this give me control?

In the list of categories there is a small box before each category, can this be changed or removed?

In the list of news items there is a number before each item, can this also be changed or removed?

View user's profile Send private message
Reply with quote
Post Posted: Sunday 18 December, 2005 16:33

Quote:
If I put the code back and change the order in which I make the categories and Subcategories, will this give me control?

Nope.

Quote:
In the list of categories there is a small box before each category, can this be changed or removed?

Removed or replaced with another HTML character:
Play with this line:
line 464 [index.php]
Code:
echo "&diams;<a href=\"modules.php?name=$module_name&rss=ShowNews&cat=".$row["categ_id"]."\">".$row["categ_title"]."</a> (".$nr_urls.")</br>";
just strip out &diams; or replace with another HTML character.

Quote:
In the list of news items there is a number before each item, can this also be changed or removed?

Removed or replaced with another HTML character.
Line 163
Quote:
<td width=\"1%\" align=\"center\" valign=\"top\" rowspan=\"3\">$k</td>";

remove or replace $k with another character.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 18 December, 2005 19:07

I was able to order the categories and subcategories by removing "ORDER BY categ_title ASC" and making them in the order I wanted.

View user's profile Send private message
Reply with quote
Post Posted: Sunday 18 December, 2005 21:02

How, I'm curious!

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 18 December, 2005 21:32

By making the first category (Football) No1
then the first subcategory (Premier League) No2
second subcategory (Championship) No2 and so on

View user's profile Send private message
Reply with quote
Post Posted: Sunday 18 December, 2005 21:33

By making the first category (Football) No1
then the first subcategory (Premier League) No2
second subcategory (Championship) No3 and so on

why no editing in your forums?

View user's profile Send private message
Reply with quote
Post Posted: Sunday 18 December, 2005 23:14

You mean going in database and edit there the id of categories.
You can do it only the first time, before geting some feeds, cause after the feeds have been collected and then edit the categories ids they will show up in a wrong category.

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

No I started from scratch making them in that order

View user's profile Send private message
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.59 Seconds