_TOGGLE

Donations

Donate with PayPal!
Help support Pro_News and become a member of our Sponsors Group
The tip jar is at PayPal, but does not require a PayPal account
مجهول $ 10.00
macavity $ 115.00
RedGerry £ 50.00
مجهول $ 10.00
minor $ 20.00

User Info

Recommended ISP

Pro_News version 3.2: Lots of Improvement

Forum dedicated to discussion of articles posted in Home page of Pro_News
رد على موضوعرد على موضوع صفحة للطباعة
انتقل الى صفحة السابق  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  التالي

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الخميس اغسطس 06, 2009 2:30 pm

Aaaaaah! A picture's worth ... Now I see what you are getting at.

Headlines (using normal templates) doesn't have pagination as I mentioned, the idea being that you have a fixed number of Sections, and 1 Headline "block" per Section, so you control the number of blocks and thus the size of the page by selecting which Sections are included in Home.

Normal Home display (non-Headline) has pagination support, 'cos it's needed.

But what you have here is mostly Home (non-Headline) display being output via the Headline code (using the -nh template). I'd intended the -nh templates for the reverse of this - mostly Headlines, but the 1st Section displayed in full to intro the site, whatever - much as you've done with the Featured_Content module.

Not sure how I can help you here. I could add pagination to Headlines, but if I did it would be a new parameter that said "Number of Sections per Page", which won't work in your case, 'cos any value greater than 1 will cause this run-on. And there's no way to paginate that I can think of which will handle both formats sensibly/reliably.

It if wasn't that you already had Featured_Content as a Center-Up block, I'd say switch your Headlines off, use standard template, exclude first Section from Home, and instead place it in a Pro_News Headline center block. Unless Feature_Content is/could be in a Message, then the above might work....

BTW, if your Section and Category titles are always the same, you can delete either from the template to reduce the number of headings.

I'll see if I can think of any other method. FWIW I want to add the 3rd slide method - which isn't used in F_C at the moment - into Pro-News in place of the current Slideshow, sometime.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الجمعة اغسطس 07, 2009 9:39 am

I take a look at your suggestion regarding the center blocks. I may be able to get that to work.

It would be great if some sort of F_C was added into pro_news, maybe a block or something that you could add image/articles to by making them "featured".



fishingfan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux,Apache2.2,mysql5,php5,dragonfly 9.2

fishingfan
Developer
Developer
 
نشرات: 78
شاركت: اكتوبر 08, 2008

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الجمعة اغسطس 07, 2009 9:57 am

- fishingfan

It would be great if some sort of F_C was added into pro_news, maybe a block or something that you could add image/articles to by making them "featured".



No, I was thinking of making this a standard (alternate) display to current slideshow.

The "extra" display mode offered by the underlying code is a large image with a row of smaller images below, with currently displayed large image in around center position. Essential same as you have, but with thumbnails of the images instead of the titles. Suspect this was not added to F_C because of work to make thumbs, etc. But I already have them!

Here's a simpler example - lower right (4th) version.

So - given that the code is added into Pro_News first - it's 'just' a matter of a new template to show the gallery pictures as 1 thumb-sized picture, with a row of icon-sized pictures below. Roll mouse over icon-sized row and you can see whole album without paging forward/backward. Click on big picture, and new window opens with full sized image, and thumb-sized or icon-sized row of images below. Beautiful, and it's what the latest real estate and ebay auto sites are showing, in effect. And very little overhead.

I'm sure it's not going to quite as simple as it sounds, but ...



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الجمعة اغسطس 07, 2009 9:57 am

Back to topic ....


Are we good to go IYHO's ?



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الجمعة اغسطس 07, 2009 11:06 am

BuG - functions.php

Line 1771

Code:
		$forum_topic = $story['ctopic_id'];



s/be

Code:
 		$forum_topic = $story['topic_id'];



Or else the forum topic is never used and you never get join discussion links working correct.

Apart from that. Yes - Good to Go.



fishingfan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux,Apache2.2,mysql5,php5,dragonfly 9.2

fishingfan
Developer
Developer
 
نشرات: 78
شاركت: اكتوبر 08, 2008

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الجمعة اغسطس 07, 2009 11:16 am

@fishingfan: Thanks!

@masino: You happy to release?



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الجمعة اغسطس 07, 2009 4:08 pm

- layingback

@masino: You happy to release?



Before you release the stable version, would you like add my index2col.html template file to your package (article directory) so those who want to use this template (including me) are able to test for themselves and this will give us feedback from them.

You may also add the index2col.html in submit sub directory based on any template you have modified for the last time.

Does it make sense for you, layingback? Thanks.

Sincerely,
Masino Sinaga


_________________

http://www.visualbasicindonesia.com



masino_sinaga's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / 2.2.11 (Unix) / 5.0.77-community- log / 5.2.9 / 9.2.1

masino_sinaga
Developer
Developer
 
نشرات: 40
شاركت: يونيو 16, 2009
المكان: Jakarta, Indonesia

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الاربعاء اغسطس 12, 2009 9:06 am

Sorry for delay, but I've found a bug, and not had time to address.

If a Section is set to display in Home, but the articles created for it are set to not display in Home, the warning to Admins still appears, so need to adjust the "No Articles to Display" to shut it up if there aren't articles which are supposed to display. Looks a bit naff.

Goal of warning was to alert Admin of a Section for which there was no Category set up (although the improved Admin > Category display does that job well now) or no articles added. So maybe I suppress the message if there are any articles in the Section, whether display-able or not...



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: السبت اغسطس 15, 2009 9:40 am

- layingback

... Goal of warning was to alert Admin of a Section for which there was no Category set up (although the improved Admin > Category display does that job well now) or no articles added. So maybe I suppress the message if there are any articles in the Section, whether display-able or not...



Thanks, layingback. I know you can improve how it should be, do you? يغمز


_________________

http://www.visualbasicindonesia.com



masino_sinaga's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / 2.2.11 (Unix) / 5.0.77-community- log / 5.2.9 / 9.2.1

masino_sinaga
Developer
Developer
 
نشرات: 40
شاركت: يونيو 16, 2009
المكان: Jakarta, Indonesia

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: السبت اغسطس 15, 2009 10:05 am

The problem was caused by the new Article display/no display option, combined with setting of Headlines: Yes, Display By: Categories within Sections and Number of Arts / Section: n. If the first n records are found in the first Category, and the other Categories have only non-display in Home articles you get the warning for each! There is almost no way to analyse this ahead of time, short of reading db twice - once to figure it out and again to actually display. So I've set the No records in Section/Category warning to only occur if Display By is set to Sections only.

Purpose of the error was to handle support questions along the lines of: "Why do no articles show on Home Page?", so now I'll just ask them to set Display By to Sections. And no change needed to code.

Other things: I have discovered that if Photo Album Number of Articles to show on 1st page is set to 0, then slideshow doesn't work. I've partly fixed this, but without at least 1 showing on 1st page, Pro_News doesn't know exact size to make the pop-up window. Will leave like that for now. But I have added code so that if number for 1st page is = 1 and Slideshow is enabled, then clicking on that 1 image will start slideshow in popup, instead of default action of displaying the 1 picture ابتسامة

I'm rather too busy to make a re4lease right now,. plus I have to investigate an error still: I'm not seeing More Pages link on gallery templates - but it may be my template ...



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الاحد اغسطس 16, 2009 3:26 pm

I've fully fixed the missing 'More Photos' button. Seems it has been that way for a while! Missing! (???) Test for More Photos for 1st page is different to test in subsequent gallery pages. But an over-zealous global edit a few months ago eradicated that diff. Grrh!

Still we are set now for the fancy in-situ slideshow (a la Featured Content)! ابتسامة

Will release this version to Sponsors later this week I hope.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الخميس اغسطس 20, 2009 4:49 am

Hi LayingBack (and Team), Whoa Great work on PNs!
Finally after trying and trying to figure out why PNS 3.1 was not able to reconize my ForumsPro custom install (A Custom One called 'Foro').. Finally i've found this:

on Pro News 3.1
modules/Pro_News/admin/admin_functions.php
line: 1336 (xD almost the 1337 line! ha! )

Code:
'T_FORUM' => ($forum_module == '1' || $forums_module == '') ? ProNewsAdm::admin_forumlist($forum_id) : ProNewsAdm::admin_forumsprolist($forumspro_name, $forum_id),



And found a "bug", the reason why PROnews was not able to list my forums from my PRO install called "Foro":

Fix:

Code:
'T_FORUM' => ($forum_module == '1' || $forum_module == '') ? ProNewsAdm::admin_forumlist($forum_id) : ProNewsAdm::admin_forumsprolist($forumspro_name, $forum_id),



The problem was "$forumS_module == ''" , since $forumS_module was not defined before that condition always return and true and then ONLY the CPG standard Forums are listed, and NOT the ones from a custom install from Fpro.

I've checked (scanned) the 7 pages of this post and have not found something related to this "issue". That's why i'm posting this ;D

Excellent Work, finallly i'll start to play with NP.
Thanks.



greenday2k please enter your server specs in your user profile! يبكي

greenday2k
Poster
Poster
 
نشرات: 21
شاركت: مايو 18, 2009
المكان: Bogotá

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الخميس اغسطس 20, 2009 7:26 am

greenday2k, Thanks for the feedback. Fix is in for the next release.

Sorry for the delay getting it out, but as you can tell, it's been 1 addition after another since 3.1! Life's much better now that people who can read php are involved, but actually getting the release out is harder! ابتسامة

I've checked (scanned) the 7 pages of this post

Then I guess you've seen the comment about the dynamicdrive plan above, switching slideshow to use their display, similar to but not the same one as those in Featured Content. Hope you don't mind ... That will be a subsequent release though يغمز



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الخميس اغسطس 20, 2009 3:12 pm

No problem, I've been looking for different sliders, and i'm about to choose one based on jquery. mm About the Featurent Content i'm working to make it just a Block (top block) to be easier to use it.

Also, i'll start making a template for Pro News which uses an accordion (sorry, i just fallen in love with jquery).



greenday2k please enter your server specs in your user profile! يبكي

greenday2k
Poster
Poster
 
نشرات: 21
شاركت: مايو 18, 2009
المكان: Bogotá

Re: Pro_News version 3.2: Lots of Improvement

مساهمة ارسل: الاثنين اغسطس 24, 2009 11:37 am

3.2.0.4 released to Sponsors Group. Please check it out asap, and I'll then release - to registered members, and then the world!

Only a couple of minor fixes in addition to those mentioned above. Nothing dramatic in this release, so hopefully testing will go fine!



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
نشرات: 1229
شاركت: مارس 18, 2006
Link  QR  Share this صفحة للطباعة  facebook   myspace   twitthis  
Show more ...
استعرض مواضيع سابقة:   
رد على موضوعرد على موضوع صفحة 7 من 10 انتقل الى صفحة السابق  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  التالي

Pro_News Articles in Home

انتقل الى:  



لاتستطيع وضع مواضيع جديدة في هذا المنتدى
لاتستطيع الرد على المواضيع في هذا المنتدى
لا تستطيع تعديل مواضيعك في هذا المنتدى
لاتستطيع الغاء مواضيعك في هذا المنتدى
لاتستطيع التصويت في هذا المنتدى
You cannot attach files in this forum
You cannot download files in this forum

جميع الاوقات تستعمل نظام GMT






layingback Non-Human Terms of Use