Forum Post Promotion

3.2 Forum ONLY: If you've run into a problem, such as an error message, blank page, or similar problem, this is where to look. Post any installation or other problems or questions here, and I and other users will try to help.
  
1 Jan '70 Man Feb 22, 2010 21:44    
fishingfan
Developer  Developer
  •  

Innlegg Forum Post Promotion

Hi

Is it possible to promote a forum post to a Pro-News front page article ?

If so how ?

Cheers.



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

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

 
 
 
 
  
1 Jan '70 Tir Feb 23, 2010 05:26    
layingback
Site Admin  
  •  

Innlegg Re: Forum Post Promotion

Good to hear from you!

As Admin or Forum Moderator, yes.

But you have to install the hack first, to provide the link in Forums/ForumsPro (different hacks) to give you a button to click on. When done there should be a 6th icon by the delete, move, lock, split and merge ones. Hack has several steps, but that's just because of the way img's are handled in forums/phpBB.

Instructions in CHANGES.txt, and 4_EXTRAS/FORUM PROMOTE MOD/ along with an icon for dragonfly and, of course, one for reDesign2.



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

 
 
 
 
  
1 Jan '70 Ons Feb 24, 2010 01:06    
fishingfan
Developer  Developer
  •  

Innlegg Re: Forum Post Promotion

Excellent I'll make the changes.

Whilst I'm at it I've upgraded to you latest version. Seems to be no issues with it Rekke tunge . Apart from you still don't seem to have the Social Networking enabled on Headlines.

I'm now interested to note you have a Featured Content Slider, how do we go about using it ? Is it in one of the supplied templates ?

Or what should I be reading to find out ? Veldig Glad



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

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

 
 
 
 
  
1 Jan '70 Ons Feb 24, 2010 01:20    
layingback
Site Admin  
  •  

Innlegg Re: Forum Post Promotion

In reverse order:

CHANGES.txt

Changing from index2alb or index2gly to index2fcs template should get you the Featured Content Slider. Could not be easier!!! Note that you will need to hook to a Coppermine album, as the only differences between all 3 template is in how they handle photo albums.

Thought you'd done SN on headlines? I thought I added your code in - just not the actual SN links - but I may be mistaken. (But why do you want peeps to fav it before they've even read it? Forvirret )

There is a problem with latest beta version: it doesn't handle article order per section override for headlines correctly in some combos, but as long as you stay clear of that it should be fine.

Well on the way to an better version - more clean up mostly - but I still have to address the above problem Trist



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

 
 
 
 
  
1 Jan '70 Ons Feb 24, 2010 17:04    
rosbif
BetaTester  BetaTester
  •  

Innlegg Re: Forum Post Promotion

- layingback

There is a problem with latest beta version: it doesn't handle article order per section override for headlines correctly in some combos, but as long as you stay clear of that it should be fine.

Well on the way to an better version - more clean up mostly - but I still have to address the above problem Trist


And I'm looking forward to that! Ler



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

Linux/2.2.11/4.1.22/5.2.17/9.3.4.1

 
 
 
 
  
1 Jan '70 Ons Feb 24, 2010 19:31    
fishingfan
Developer  Developer
  •  

Innlegg Re: Forum Post Promotion

- layingback


Thought you'd done SN on headlines? I thought I added your code in - just not the actual SN links - but I may be mistaken. (But why do you want peeps to fav it before they've even read it? Forvirret )


I had added them in. And in answer to you question as some of my headlines are the entire story showing on front page.



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

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

 
 
 
 
  
1 Jan '70 Ons Feb 24, 2010 19:45    
layingback
Site Admin  
  •  

Innlegg Re: Forum Post Promotion

- fishingfan

And in answer to you question as some of my headlines are the entire story showing on front page.


Ahhhh! .... Idé

OK, so do you see your actual code changes in functions.php in the latest beta release? I know that the template doesn't support it, but I thought I added the extra template fields for you. Perhaps not...

Indeed I might be inclined to add it into a template under a !read-more conditional, which would then be a trivial change if you wanted it to always display.



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

 
 
 
 
  
1 Jan '70 Fre Feb 26, 2010 01:20    
fishingfan
Developer  Developer
  •  

Innlegg Re: Forum Post Promotion

No the changes that I outlined in this thread are not in the headline loop, I don't mind adding in the change manually if you don't want to add this in.

www.layingback.net/For...t=273.html



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

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

 
 
 
 
  
1 Jan '70 Fre Feb 26, 2010 01:40    
layingback
Site Admin  
  •  

Innlegg Re: Forum Post Promotion

Hmm, dunno what happened, 'cos I obviously thought I'd added them.

Anyway, I've added them now for the next release. And in home display as well for good measure.

Not that for latest versions with more integrated social network the lines should now be

PHP:
				'G_SOCIALNET' => $pnsettings['soc_net'],

'U_SOCNETLINK' => urlencode($BASEHREF.getlink("&aid=".$row['id'])),



The urlencode cleans up the & issues and gives a clean xHTML validation.


EDIT: And committed it to CVS!



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

 
 
 
 
  
1 Jan '70 Man Mar 01, 2010 18:54    
fishingfan
Developer  Developer
  •  

Innlegg Re: Forum Post Promotion

Great thanks. I'll update my files.



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

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

 
 
 
 
Link  QR 
Share this Utskriftsvennlig side  facebook   google+   linkedin   twitthis  
Show more ...


Kontroll av Forumrettigheter - Du kan ikke starte nye emner i dette forumet
Du kan ikke svare på emner i dette forumet
Du kan ikke endre dine egne innlegg i dette forumet
Du kan ikke slette dine egne innlegg i dette forumet
Du kan ikke delta i avstemninger i dette forumet
Du kan ikke legge til filer i dette forumet
Du kan ikke laste ned filer fra dette forumet