News:

Wondering if this will always be free?  See why free is better.

Main Menu

Postbit info like vbulletin

Started by babjusi, September 01, 2008, 12:08:23 PM

Previous topic - Next topic

babjusi

Link to Mod

This will display the post info at the topic view in a a more organized look and will be effective in every post on your forum.

I had originally posted this as a tip/trick here

http://www.simplemachines.org/community/index.php?topic=252898.msg1639900#msg1639900

A big thanks goes to Bigguy who helped me fix a bug that I was missing when packaging it up. Thank you bigguy :)

Here is a screenshot attached how this mod looks like when used

Marcus Forsberg

Looks nice at the screenshot.
I'll try it out when I've got some time over.

Maybe the headline of this mod should be fixed.
Maybe "Border Data On Topic View ", or even a headline that explains what the mod does a bit more.

eslao

#2
it looks nice, but the borders should be rounded ??

expertsarena

hi iam using Darknight theme i dont have display template.php how can add this mod in my theme
Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

babjusi

Quote from: expertsarena on October 10, 2008, 01:56:05 PM
hi iam using Darknight theme i dont have display template.php how can add this mod in my theme

If the custom theme that you are using doesn''t have the Display.template.php file, then all you have to do is add the .memdetails class to the end of your custom css file. Assuming you have installed the mod.

.memdetails
{
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 3px;
margin: 3px 0px 3px 3px;
background-color: #fafcfe;
border-top: 1px solid #686868 ;
border-right: 1px solid #686868 ;
border-left: 3px solid #686868 ;
border-bottom: 1px solid #686868;
}


Let me know if it will work out :)

genieuk

Is it possible like another member said to have them rounded?

also what about if someones display title is long or something how does it work then?

Thank you,
Mathew

babjusi

Quote from: genieuk on October 10, 2008, 02:25:16 PM
Is it possible like another member said to have them rounded?

also what about if someones display title is long or something how does it work then?

Thank you,
Mathew

As they say, a picture is worth 1000 words ;)


expertsarena

#7
thanks sir i will try
Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

babjusi


expertsarena

Your Genius :P Thanks it works Amazing 
Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

babjusi

Quote from: expertsarena on October 10, 2008, 04:28:00 PM
Your Genius :P Thanks it works Amazing 

I am hardly a genius, but glad to have been of help :)

expertsarena

how do i make my avatar also come inside the border
Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

babjusi

#12
Quote from: expertsarena on October 10, 2008, 06:06:00 PM
how do i make my avatar also come inside the border

Find:

// Show avatars, images, etc.?
            if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
                echo '
                                <div style="overflow: auto; width: 100%;">', $message['member']['avatar']['image'], '</div><br />';


Change it to:

// Show avatars, images, etc.?
            if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
                echo '
                                <div class="memdetails"><div style="overflow: auto; width: 100%;">', $message['member']['avatar']['image'], '</div></div><br />';


Here is the screenshot how it looks like with the avatar

Let me know how it will work out for you :)

expertsarena

#13
 :o working good

i try my self my seeing ur tip and trick section i succeed but both are shown :) with border and without border  :D now i changed it thanks for the quick response.let me read the coding what u you have done sir

Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

babjusi

Quote from: expertsarena on October 10, 2008, 06:30:58 PM
:o working good

i try my self my seeing ur tip and trick section i succeed but both are shown :) with border and without border  :D now i changed it thanks for the quick response.let me read the coding what u you have done sir

So I take it that it worked out fine? Glad to have been of help :)

expertsarena

#15
one more help sir The username :D


here is the screen how worked for me

Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

babjusi

#16
Quote from: expertsarena on October 10, 2008, 06:38:34 PM
one more help sir The username :D


here is the screen how worked for me



Find:

<b>', $message['member']['link'], '</b>

And change it to:

<div class="memdetails"><b>', $message['member']['link'], '</b></div>

Here is the screenshot how it looks like. Or did you mean something else? Let me know

expertsarena

thanks a lot for ur patience in helping me
Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

babjusi

Quote from: expertsarena on October 10, 2008, 07:26:12 PM
thanks a lot for ur patience in helping me

No problem. Glad to help out whenever I can :)

Don''t forget to let me know how it will work out for you :)

expertsarena

is there anyway to border Postbit section

My final Output Sir see how beauty is that  :-*
Why not? Register and Support meMy Techsupport forum

GREAT PEOPLE WONT DO BIG THINGS THEY DO SMALL THING IN GREAT WAY

Advertisement: