MyBB Community Forums

Full Version: Square theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2014-11-25, 10:59 AM)wladan Wrote: [ -> ]Hi everibody! Smile
This Square theme rocks!

I hava a question.
How to change sidebar - latest activity?
I want to click on the title of Thread goes to this post (not first post) of the Thread. How to do that?

My Forum:
http://cafe.limundo.com/

Can someone help me? Confused
@wladan, nice color you chose. But first give credit to the theme maker, you can not remove his backlink.
Anyone know how to remove the "send user email"? I don't mind the private message, but I would like to remove emailing.

http://i.hizliresim.com/jvP4r9.png

I would like this so that no one will abuse it.

Side question, how do you change the font to become MyBB font? This font is gorgeous!
@runonthebuns

To remove the email button:
Template Sets » Square Templates » Edit Template: postbit:
Find and remove "{$post['button_email']"

And now for the classic view too:
Template Sets » Square Templates » Edit Template: postbit_classic:
Find and remove "{$post['button_email']}"
(2014-11-30, 12:58 PM)k1R@ Wrote: [ -> ]@runonthebuns

To remove the email button:
Template Sets » Square Templates » Edit Template: postbit:
Find and remove "{$post['button_email']"

And now for the classic view too:
Template Sets » Square Templates » Edit Template: postbit_classic:
Find and remove "{$post['button_email']}"

Oh! Thank you so much K1R!

Is there a way to stop Admin posts from being <em>? I can't find it in template for some reason.
Wow, nvm fixed it by luck. It was connected to the usertitle of the admin, getting rid of <em> worked.
(2014-09-17, 07:30 AM)Darth Apple Wrote: [ -> ]Very nice, love the header!

I second that, very nice looking header. Beautiful theme overall, good job.

Going to play with this one in my test install Smile.
Can someone please explain how to move post_author from the top to the left of the of the post?

And how to change the img limit for signatures?

Thanks in advance,

EDIT: I found the option to put the post_author to the left, but when you login it's horizontal again.

EDIT2: Nevermind, accidentally found it, but I think this has to be configured manually in user CP, I wonder if there's a force method.
(2014-12-01, 01:50 AM)runonthebuns Wrote: [ -> ]Can someone please explain how to move post_author from the top to the left of the of the post?

And how to change the img limit for signatures?

Thanks in advance,

EDIT: I found the option to put the post_author to the left, but when you login it's horizontal again.

EDIT2: Nevermind, accidentally found it, but I think this has to be configured manually in user CP, I wonder if there's a force method.

I think there is a plugin called force Force Postbit Layout . You can use that by changing the compatibility line.

Thanks.
You can use a sql query to force the classic post bit to existing users:

To force the Classic Postbit (requires template changes to remove option to change again):
PHP Code:
UPDATE mybb_users SET classicpostbit = '1' WHERE classicpostbit = '0'

Please see http://community.mybb.com/thread-44380.html for further info.
(2014-12-01, 02:58 PM)NomanProdhan Wrote: [ -> ]
(2014-12-01, 01:50 AM)runonthebuns Wrote: [ -> ]Can someone please explain how to move post_author from the top to the left of the of the post?

And how to change the img limit for signatures?

Thanks in advance,

EDIT: I found the option to put the post_author to the left, but when you login it's horizontal again.

EDIT2: Nevermind, accidentally found it, but I think this has to be configured manually in user CP, I wonder if there's a force method.

I think there is a plugin called force Force Postbit Layout . You can use that by changing the compatibility line.

Thanks.

(2014-12-01, 02:58 PM)k1R@ Wrote: [ -> ]You can use a sql query to force the classic post bit to existing users:

To force the Classic Postbit (requires template changes to remove option to change again):
PHP Code:
UPDATE mybb_users SET classicpostbit = '1' WHERE classicpostbit = '0'

Please see http://community.mybb.com/thread-44380.html for further info.

I was able to get them to show by default in the settings. No need for additional plugins.

Now another small problem is ordering the user group so that the group images are in order.

Such as this problem: http://i.hizliresim.com/2YmMl0.png
I've entered the database, but not too sure what to edit to put that list in order.

EDIT: I was able to order the list by adding numbers beside the group names, but does anyone know a proper way to fix this?

EDIT: Another problem arised! Wow, so much work hahaha...the views and posts are missing. How do I fix this? I've been searching all over.
[Image: VgppvP.png]