• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

latest post on top

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to show latest post in a topic on top instead of default at bottom? Just wanted to reverse the order of display of postings.

How to remove "Add Poll" section?

Why sometime for groups having Attach Attachments permissions do not hava Attach Files button?
[originally posted on jforum.net by r0310]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

r0310 wrote:How to show latest post in a topic on top instead of default at bottom? Just wanted to reverse the order of display of postings.



You'll need to figure out how to sort the postings in the PostAction list() method. FWIW, I've used products that sort this way and IMHO they are very confusing to follow if you have long threads of information.


How to remove "Add Poll" section?



Disable it in ALL groups or edit the templates.


Why sometime for groups having Attach Attachments permissions do not hava Attach Files button?



Is the person in more than one group? The rights for an individual are a roll up of all the groups they are in. The right could be denied by another group.
[originally posted on jforum.net by monroe]
 
Try 100 things. 2 will work out, but you will never know in advance which 2. This tiny ad might be one:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic