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 borro
~ New Today: 1
~ New Yesterday: 1
~ Overall: 3709

~ 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 7 January


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

Situl personal NICU RANCOV Forum Index


This topic is locked: you cannot edit posts or make replies. Page 3 of 3
Goto page Previous  1, 2, 3
Ideas for next version!!!
Message Author
Reply with quote
Post Posted: Wednesday 22 February, 2006 16:45

Ok, I see; I was talking about the center block.
Another thing, it would be nice to have titles added to the column heading in the center block ( custom titles).

View user's profile Send private message
Reply with quote
Post Posted: Thursday 09 March, 2006 17:59

To have the option to run multiheadlines from a seperate database to phpnuke

View user's profile Send private message
Reply with quote
Post Posted: Thursday 09 March, 2006 19:34

Why? Why such an option?

Indeed database is getting bigger because of multiheadlines_news table but so will be with the other database too.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Friday 10 March, 2006 13:58

Quote:
Indeed database is getting bigger because of multiheadlines_news table but so will be with the other database too.


My concern is if I had say 50 feeds it may be wise to spread the load to a database on another server.
I don’t know of any facts to say that amount of feeds would slow the site, I just think it could possibly become an issue with a slow or unfriendly host.

View user's profile Send private message
Reply with quote
Post Posted: Friday 10 March, 2006 14:45

I think most of the hosts doesn't allow to remotely access the database [only localhost].

So even if you make another database into another host, that can be accessed only from there.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Saturday 11 March, 2006 00:41

My host uses different servers for the databases

View user's profile Send private message
Reply with quote
Post Posted: Monday 20 March, 2006 19:34

Ok, after installtion and translation I think I have seen most of it.
Cool stuff, greate work!

Here are my suggestions. Its all cosmetics!

    - category pictures should be optional
    -all links with pictures should have no border (CSS)
    - the UI should be revised, Buttons, Infos to User, divide action and information
    - the info in the categories show the age of the info, there is no lang info for that
    - "search" Button in module has no lang info
    - some td's are "center" thier content is "left"
    - some question in database mgmt have "?" in the code

What happen if a site is offline is there a timeout or something?

View user's profile Send private message
Reply with quote
Post Posted: Monday 20 March, 2006 21:44

... some more things Smile

Editing of categories ans subcategories is somewhat difficult. You always need to know the ID of the category or subcategory. A dropdown box for main and/or sub cat. would help alot.

Are there plans for a module admin part. This would help delegating work to others. Wink

Thx

View user's profile Send private message
Reply with quote
Post Posted: Monday 20 March, 2006 22:04

Hello again!

Quote:
- category pictures should be optional

it is optional - the picture and the description of each category too.

Quote:
all links with pictures should have no border (CSS)

what borders?

Quote:
the UI should be revised, Buttons, Infos to User, divide action and information

Can you give me more details on this?

Quote:
the info in the categories show the age of the info, there is no lang info for that

you mean the "h" , "min" and "sec"?

Quote:
"search" Button in module has no lang info

Yes, thanks. Actually there is one string there that can be deleted: "ago".

Quote:
some td's are "center" thier content is "left"

Which ones? Where?

Quote:
some question in database mgmt have "?" in the code

Please be more specific I don't understand this?

Quote:
What happen if a site is offline is there a timeout or something?

Nothing happens. The refreshments will be done to the next site in the queue[indeed with a certain delay...].
That's why I made the statistics part from MH admin panel: people should analize that carefully to set the refreshment time properlly [not too often] at the right time with every rss url.
But yes this is a good point, maybe I should limit the timeout time from a request to another site.

Thanks for your feedbacks, really.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 20 March, 2006 22:10

Very Happy
Quote:
Editing of categories ans subcategories is somewhat difficult. You always need to know the ID of the category or subcategory. A dropdown box for main and/or sub cat. would help alot.

Yes I'll do that, easily. I thought about that myself too.


Quote:
Are there plans for a module admin part. This would help delegating work to others.

I don't know, nobody said nothing about this. But I'll consider this too.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 20 March, 2006 22:47

Aikon wrote:
Hello again!

Quote:
- category pictures should be optional

it is optional - the picture and the description of each category too.
Yes they are, Embarassed I meant the RSS URL pic.

Quote:
all links with pictures should have no border (CSS)

what borders?
<img border=0 ...
otherwise I end up with a visited link color around the pic


Quote:
the UI should be revised, Buttons, Infos to User, divide action and information

Can you give me more details on this?
For example: RSS URL Mgmt.
All action should show first in opentable() ... closetable(). The same for the conent of that part.
The content in that part of the mgmt. is the list of submitted and active urls. This should be at the buttom of this part.
Headlines or better the names of the differnet parts should be center and bold. Else nomal font.
The "back" link should always have the same position (centered) at the buttom. This would be a single tranlation and also focus the messages on the action or error.
<img alt="... should also have a lang string.


Quote:
the info in the categories show the age of the info, there is no lang info for that

you mean the "h" , "min" and "sec"?

Quote:
"search" Button in module has no lang info

Yes, thanks. Actually there is one string there that can be deleted: "ago".
Both of the above could be merged to something like "age of the info"

Quote:
some td's are "center" thier content is "left"

Which ones? Where?
RSS URL Mgmt., both tables
Stats and Info, some tables


Quote:
some question in database mgmt have "?" in the code

Please be more specific I don't understand this?
Database Operations -> Delete Site -> safety question. You display the lang string and then the value and then a question mark.
Same with other question in that part. Here it would be best to display the question (center) then the value in the next line and the the choise.

Quote:
What happen if a site is offline is there a timeout or something?

Nothing happens. The refreshments will be done to the next site in the queue[indeed with a certain delay...].
That's why I made the statistics part from MH admin panel: people should analize that carefully to set the refreshment time properlly [not too often] at the right time with every rss url.
But yes this is a good point, maybe I should limit the timeout time from a request to another site.

Thanks for your feedbacks, really.


View user's profile Send private message
Reply with quote
Post Posted: Tuesday 21 March, 2006 00:08

Logos will be optional in the next release, this is a fact.

Quote:
<img border=0 ...
otherwise I end up with a visited link color around the pic

Hmmm this is funny. I can't see any border: I'm using IE6, Opera 8.5, Firefox 1.5, Netscape 8 [but it can be done].

Quote:
Both of the above could be merged to something like "age of the info"

Why? This is have something to do with the german translation? I mean in german you can't put the "ago" part after the period of time or something like that? I encountered myself this problem when I made some translation from english to my language.

Quote:
Database Operations -> Delete Site -> safety question. You display the lang string and then the value and then a question mark.
Same with other question in that part. Here it would be best to display the question (center) then the value in the next line and the the choise.

I guess here is the same problem. Isn't it?

Quote:
some td's are "center" thier content is "left"

Only the head of the table is centered.

Quote:
For example: RSS URL Mgmt.
All action should show first in opentable() ... closetable(). The same for the conent of that part.
The content in that part of the mgmt. is the list of submitted and active urls. This should be at the buttom of this part.
Headlines or better the names of the differnet parts should be center and bold. Else nomal font.
The "back" link should always have the same position (centered) at the buttom. This would be a single tranlation and also focus the messages on the action or error.

Yes it could be like this...but I guess this is more about the taste rather then functionality.
But really I do thanks for your suggestions.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Tuesday 21 March, 2006 11:41

Aikon wrote:
Logos will be optional in the next release, this is a fact.

Quote:
<img border=0 ...
otherwise I end up with a visited link color around the pic

Hmmm this is funny. I can't see any border: I'm using IE6, Opera 8.5, Firefox 1.5, Netscape 8 [but it can be done].
Maybe you have it set in your site ".css". All images in the Nuke Admin panel have "0" borders, as soon as I enter the MH admin panel they do. I found the cause here "function MainMultiHeadlines" all links have no border attr. -> default border is displayed. I can do this my self, I just want to give the info since other modules dont do this.

Quote:
Both of the above could be merged to something like "age of the info"

Why? This is have something to do with the german translation? I mean in german you can't put the "ago" part after the period of time or something like that? I encountered myself this problem when I made some translation from english to my language.
Yes, but also for other translations. Sometimes it is better to have a lang string before and after the value but this would be to much I guess. Smile

To get to the core you have to answer the following question. What information is displayed here? It is the age of this particular news feed in the system. Hence, "recieved XX:XX ago" should be displayed.
Maybe it is a good idea to have a config for the time/date format for this information, so our friends on the other side of the Atlantic can use this module to. Wink

It would also be cool to config the displayed information itself.
At the moment it is the age of the particular feed. Another information (XOR) could be the time when the particular feed was recieved. Hence, "recieved at XX:XX"


Quote:
Database Operations -> Delete Site -> safety question. You display the lang string and then the value and then a question mark.
Same with other question in that part. Here it would be best to display the question (center) then the value in the next line and the the choise.

I guess here is the same problem. Isn't it?
I see it as structuring the displayed information somewhat better. Yes, if more structured (focused) translation would be easier.

Quote:
some td's are "center" thier content is "left"

Only the head of the table is centered.
Yes, but a centered head and left oriented content is hard to read sometimes. Of course if you are a core use it is fine, because you know already what info is shown.

Quote:
For example: RSS URL Mgmt.
All action should show first in opentable() ... closetable(). The same for the conent of that part.
The content in that part of the mgmt. is the list of submitted and active urls. This should be at the buttom of this part.
Headlines or better the names of the differnet parts should be center and bold. Else nomal font.
The "back" link should always have the same position (centered) at the buttom. This would be a single tranlation and also focus the messages on the action or error.

Yes it could be like this...but I guess this is more about the taste rather then functionality.
But really I do thanks for your suggestions.
I agree on the functionality, because the system does what it is suppose to do. Very Happy

Now after a few days it is easyfore me to use the system. I was thinking of users that might be some "content admins" and just have to process RSS submissions, etc. and therefore must use a module admin UI panel.



View user's profile Send private message
Reply with quote
Post Posted: Tuesday 21 March, 2006 20:38

Quote:
Sometimes it is better to have a lang string before and after the value

Yes it's true but sometimes it's not... Mr. Green
Quote:
Maybe it is a good idea to have a config for the time/date format for this information....

In the next release admins will be able to chose betwen types of dates: as it is now "XXh XXm XXs ago" or date types...
Quote:
so our friends on the other side of the Atlantic can use this module to.

Oh, common man, don't underestimate them. How hard can be to understand?
Quote:
Yes, but a centered head and left oriented content is hard to read sometimes. Of course if you are a core use it is fine, because you know already what info is shown.

Every table has borders so I guess this isn't really an issue.

About the "borders" I still can't see the borders you are talking about.
The .css is comming through the theme of site. Changed the theme many times still no border. Maybe is related to older versions of browser, ......but......hey Smile ........I understand what you are saying.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 02 April, 2006 14:29

how about having the logo and category images in the nuke themes

View user's profile Send private message
Display posts from previous:
This topic is locked: you cannot edit posts or make replies. Page 3 of 3
Goto page Previous  1, 2, 3
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: 1.55 Seconds