News:

Join the Facebook Fan Page.

Main Menu

Mark selected as read

Started by Owdy, March 18, 2008, 06:01:21 PM

Previous topic - Next topic

Owdy

That feature shows only to admin. Users sees it 1.1 way. Is there setting somewhere for this?
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

codenaught

Make sure you have the regular user set to use quick moderation in Look and Layout of their profile.

"Show quick-moderation on message index as" needs to be set to checkboxes.

There is no is_admin check in Recent.template.php.
Dev Consultant
Former SMF Doc Coordinator

Owdy

Aaaah, of cource!! Thanks!

Another issue, i have TAB issue in my theme. Any idea why that other tab wont work? Recent template is unmodifyed.
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

codenaught

It's because the link is actually a specially styled submit button.

Here is the submit css for the default theme:

.button_strip_submit
{
background: transparent;
color: white;
text-transform: uppercase;
vertical-align: top;
text-decoration: none;
font-size: 9px;
font-family: tahoma, sans-serif;
border: 0;
}

.button_strip_submit:hover
{
color: #e0e0ff;
}


You may want to take that, copy it over to your own custom theme's style.css file, and modify it to make it match with your other tabs. :)
Dev Consultant
Former SMF Doc Coordinator

Owdy

Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Advertisement: