Change the quick-button order

Started by devoetbalkantine, December 18, 2010, 06:45:58 PM

Previous topic - Next topic

devoetbalkantine

Hey guys,

I have a question. When you are reading a topic, every message has quick buttons, moderators have more tha normal members of course (Quote, Edit, Delete)

Is it possible to change the order of these buttons? To, for instance, move the delete button to the left?

NanoSector

I also am interested in this one.

Currently looking at Post.php in Sources.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Antechinus

They're defined in the templates.

// If this is the first post, (#0) just say when it was posted - otherwise give the reply #.
if ($message['can_approve'] || $context['can_reply'] || $message['can_modify'] || $message['can_remove'] || $context['can_split'] || $context['can_restore_msg'])
echo '
<ul class="reset smalltext quickbuttons">';

// Maybe we can approve it, maybe we should?
if ($message['can_approve'])
echo '


etc, etc.........

Advertisement: