Pro_News 3.2 Now Available!

Forum dedicated to discussion of articles posted in Home page of Pro_News
  
14 Oct '09 Wed Oct 14, 2009 21:12    
layingback
Site Admin  
  •  

Post Pro_News 3.2 Now Available!

Click to follow Link to Original Article.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)

2.6.32 / 1.3 - 2.4 / 5.5 - 5.6 / 5.4 - 5.5 / 9.4

 
 
 
 
  
20 Oct '09 Tue Oct 20, 2009 03:19    
MikeSSC
Newbie  Newbie
  •  

Post Re: Pro_News 3.2 Now Available!

Hi Layingback.

I would like to thank you for an awesome module. I've been watching the Pro_news developing over the last year or more and this latest version pretty much covers all the features that I need.

A couple of things which you might be able to help me with.

When importing the existing articles, is it possible to also copy across the number of "views"?

Also on the templates, how do I add the numbers of views to the Headline display? I think number of views is very important, and would like it to be displayed on all articles, or at least have the option to.

Also having a problem when editing a section, it seems to always revert the forum type back to standard forum rather than fpro. I have to manually edit the database to put it back.

Thanks,
Mike



MikeSSC please enter your server specs in your user profile! Crying or Very sad  
 
 
 
  
21 Oct '09 Wed Oct 21, 2009 03:17    
layingback
Site Admin  
  •  

Post Re: Pro_News 3.2 Now Available!

- MikeSSC

When importing the existing articles, is it possible to also copy across the number of "views"?


The import module is trivially simple,. I think you can probably figure it out Smile Haven't tested this, but here's a possibly correct solution. In modules/Pro_News/admin/import.inc change line 43 to:

PHP:
			$sql2 = 'INSERT INTO '.$prefix.'_pronews_articles VALUES(NULL, "1", "'.Fix_Quotes($row['title'],0,0).'", "'.Fix_Quotes($row['hometext'],0,0).'", "'.Fix_Quotes($row['bodytext'],0,0).'", NULL, NULL,"1", "'.$row['informant'].'", "0", "'.$row['time'].'", "0", "1", "1", "0", NULL, "0", "'.$row['alanguage'].'", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "'.$row['score'].'", "'.$row['ratings'].'", "'.$row['topic'].'", "", "", "1")';



Let me know what finally works if you would, and I'll include it in the release. (I've never used import myself Smile )

- MikeSSC

Also on the templates, how do I add the numbers of views to the Headline display? I think number of views is very important, and would like it to be displayed on all articles, or at least have the option to.


It is displayed on the actual article, just not in the headlines, nor is it displayed in the Intro part of the article. If you want to add, you could certainly easily add to the template by just copying the code from the article part. But currently the necessary field is not passed over to the template system.

- MikeSSC

Also having a problem when editing a section, it seems to always revert the forum type back to standard forum rather than fpro. I have to manually edit the database to put it back.


What are your settings relating to ForumsPro, please? Esp. in Config.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)

2.6.32 / 1.3 - 2.4 / 5.5 - 5.6 / 5.4 - 5.5 / 9.4

 
 
 
 
  
30 Oct '09 Fri Oct 30, 2009 18:30    
fishingfan
Developer  Developer
  •  

Post Re: Pro_News 3.2 Now Available!

Thank you for you hard work.



fishingfan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)

Linux,Apache2.2,mysql5,php5,dragonfly 9.2

 
 
 
 
  
30 Oct '09 Fri Oct 30, 2009 18:37    
layingback
Site Admin  
  •  

Post Re: Pro_News 3.2 Now Available!

Appreciated - as was your help during 3.2 and 3.1 releases.

If I can get my Ubuntu 9.10 upgrade stable soon, I'll have 3.2.1 ready for Sponsors!!!

FSC template, couple of minor fixes to code and templates, admin > pro_news menu links directly into Coppermine for create album, batch upload, batch add. Oh, and my Batch Upload hack for Coppermine (saves using ftp).



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)

2.6.32 / 1.3 - 2.4 / 5.5 - 5.6 / 5.4 - 5.5 / 9.4

 
 
 
 
  
8 Nov '09 Sun Nov 08, 2009 00:43    
layingback
Site Admin  
  •  

Post Re: Pro_News 3.2 Now Available!

@MikeSCC, re your earlier question on showing number of reads.

Using the new Pro_News 3.2.1 just add:

PHP:
				  ({newshome.T_READS} {newshome.S_READS})

before the closing div for the postby statement in the Home section of your template, and/or paste the following

PHP:
				  ({newshdline.T_READS} {newshdline.S_READS})

before the closing div for the postby statement in the Hdline section of your template[php]

Hope this helps!

I'm also still waiting on feedback on your other 2 questions.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)

2.6.32 / 1.3 - 2.4 / 5.5 - 5.6 / 5.4 - 5.5 / 9.4

 
 
 
 
Link  QR 
Share this Printer Friendly Page  facebook   google+   linkedin   twitthis  
Show more ...



Forum Permissions - 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
You cannot attach files in this forum
You can download files in this forum