• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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]
 
If tomatoes are a fruit, then ketchup must be a jam. Taste this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic