The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[New option] Show avatars in the column Last posts

+11
Tommy Lee
Peeps
nfallenangel8
SLGray
Rukiafan
Paulostge
Pizza Boi
Ape
SSYT
Rhino.Freak
Shadow
15 posters

Go down

avatars - [New option] Show avatars in the column Last posts Empty [New option] Show avatars in the column Last posts

Post by Shadow May 20th 2014, 10:13 am

Show avatars in the column Last posts



Forumotion is happy to announce a new option. This new option will allow the founder to display or not the avatar on the last post.

Add How to set up this option?

Go to your administrative panel>> Display>> Structure & hierarchy>> Hierarchy>> "Show avatars in the column Last posts">> YES

avatars - [New option] Show avatars in the column Last posts Show_a10
Idea To avoid distortion of your forum, you should modify the title lenght of the last topic (around "20")

avatars - [New option] Show avatars in the column Last posts Title_10
Add What is the result?

The avatar of the last "poster" will appear:
avatars - [New option] Show avatars in the column Last posts Last_p10


DeleteWarning: PhpBB2 & Punbb forums Delete

Add PhppBB2

Founders of Phpbb2 forums that customized index_box.tpl template and topics_list_box.tpl template must take into account the following modifications
index_box.tpl :

Code:
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>

By:

Code:
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->

<span class="gensmall">{catrow.forumrow.LAST_POST}</span>

topics_list_box.tpl :

Code:
<span
class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br
/>{topics_list_box.row.LAST_POST_AUTHOR}
{topics_list_box.row.LAST_POST_IMG}</span>

By:

Code:
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->

<span
 class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br
/>{topics_list_box.row.LAST_POST_AUTHOR}
{topics_list_box.row.LAST_POST_IMG}</span>

Add PunBB

Founders of PunBB forums that customized index_box.tpl template and topics_list_box.tpl template must take into account the following modifications

index_box.tpl :

Code:
<span>
<!-- BEGIN switch_topic_title -->
<a
href="{catrow.forumrow.U_LATEST_TOPIC}"
title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br
 />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>

By

Code:
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->

<span>
<!-- BEGIN switch_topic_title -->
<a
 href="{catrow.forumrow.U_LATEST_TOPIC}"
title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br
 />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>


topics_list_box.tpl:

Code:
{topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.L_BY}
{topics_list_box.row.LAST_POST_AUTHOR}
{topics_list_box.row.LAST_POST_IMG}

By:

Code:
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->

{topics_list_box.row.LAST_POST_TIME}
 {topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR}
{topics_list_box.row.LAST_POST_IMG}

Idea They should also add the CSS:

Perms Admin panel>>Display>>Colors>>CSS

Add If "Desactivate the basic CSS Arrow YES you must modify the CSS
Delete If "Desactivate the basic CSS Arrow NO you must not modify the CSS
avatars - [New option] Show avatars in the column Last posts Css10



VERSION LTR (css.tpl) :

Code:
.lastpost-avatar {
float: left;
padding: 2px;
}
.lastpost-avatar img {
width: 38px;
height: 38px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


I hope you enjoy the new option Smile




Last edited by Buttercup on May 20th 2014, 2:43 pm; edited 2 times in total
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Rhino.Freak May 20th 2014, 10:15 am

Yeah!! fm rocks! Thank you buttercup ❤lovely..and heck im so fast :p
But why founder? Now i have to contact my founder friend :p

EDIT: Im a founder of my test forum... I can't see the option :/
avatars - [New option] Show avatars in the column Last posts Untitl53
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by SSYT May 20th 2014, 12:00 pm

Wow, nice update, a special forums on the forumotion Smile
SSYT
SSYT
Forumember

Male Posts : 77
Reputation : 15
Language : RO-10, EN-3, FR-1
Location : Romania

http://help.forumgratuit.ro/forum

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Shadow May 20th 2014, 12:10 pm

Rhino.Freak wrote:Yeah!! fm rocks! Thank you buttercup ❤lovely..and heck im so fast :p
But why founder? Now i have to contact my founder friend :p

EDIT: Im a founder of my test forum... I can't see the option :/
avatars - [New option] Show avatars in the column Last posts Untitl53
Could you send me the link of your forum please?
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Ape May 20th 2014, 3:36 pm

Hi first of all i love this new update i had this before but it sometimes run a little slow now its 100% thank you.

now to add a little bit to this new cool system
if you would like to have the avatars get bigger on mouse over add this code to your CSS.



Code:
span.lastpost-avatar img:hover{
width: 80px;
height: 80px;
transition: all 2s;
-moz-transition: all 2s;
-webkit-transition: all 2s;
-O-transition : all 2s;
}

change the Width and Height to what ever you want.
 blackeye have not tested this on all forums only on phpBB3 /phpBB2 BUT if i'm right the codes are all the same.

Ape  Neutral


Last edited by APE on May 20th 2014, 3:40 pm; edited 1 time in total


avatars - [New option] Show avatars in the column Last posts Left1212avatars - [New option] Show avatars in the column Last posts Center11avatars - [New option] Show avatars in the column Last posts Right112
avatars - [New option] Show avatars in the column Last posts Ape_b110
avatars - [New option] Show avatars in the column Last posts Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Pizza Boi May 20th 2014, 3:39 pm

Hi Very Happy

This should work, hmm... I'll try to see if I can provide a Javascript version if I have the time with a bit of an animation, lol.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Ape May 20th 2014, 3:45 pm

Pizza Boi wrote:Hi Very Happy

This should work, hmm... I'll try to see if I can provide a Javascript version if I have the time with a bit of an animation, lol.

Regards,
Pizza Boi
Hi Pizza Boi there is No need for a javascript Version anymore this is open to every one with the updates gave today. if they have a problem where it can not be found then Buttercup will get it fixed.

javascript Version is about to be used but it Slows things down (i Know i had it) and now FM has got it on there system i removed it in a flash as it was not as good as the one now.

Ape . Neutral
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Pizza Boi May 20th 2014, 3:48 pm

Hi Very Happy

Oh, I didn't mean to coin this one up, I meant Javascript for styling/animating it, lol. I love this system already as is, but in case I want to have an animation type of thing, I would love to have it be done on my forum I love you .

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Ape May 20th 2014, 4:02 pm

oh right not sure it needs to be done by java thou but hey what ever you like..just java slows things down if you over do it Wink


avatars - [New option] Show avatars in the column Last posts Left1212avatars - [New option] Show avatars in the column Last posts Center11avatars - [New option] Show avatars in the column Last posts Right112
avatars - [New option] Show avatars in the column Last posts Ape_b110
avatars - [New option] Show avatars in the column Last posts Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Paulostge May 20th 2014, 7:02 pm

Congrats to the community Forumotion.

In the future try to enter the option in most places as I have on my page, so as not to burden it with javascript.


avatars - [New option] Show avatars in the column Last posts 113

avatars - [New option] Show avatars in the column Last posts 211

avatars - [New option] Show avatars in the column Last posts 312

avatars - [New option] Show avatars in the column Last posts 410

avatars - [New option] Show avatars in the column Last posts 510

Still I trying to put in toolbar but I hope to do forumotion ...

avatars - [New option] Show avatars in the column Last posts 610
Paulostge
Paulostge
Forumember

Male Posts : 129
Reputation : 17
Language : Greek
Location : Greece

http://www.thegreeksenergy.com

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Rukiafan May 20th 2014, 9:55 pm

I followed the instructions, but the links in the last post area for my forums are unclickable now...you can enter through most other meens, just not from their which is kind of annoying...My forum version is PunBB btw.


Last edited by Rukiafan on May 20th 2014, 9:56 pm; edited 1 time in total (Reason for editing : Typo.)
Rukiafan
Rukiafan
Forumember

Posts : 329
Reputation : 9
Language : English

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by SLGray May 20th 2014, 9:56 pm

Rukiafan wrote:I followed the instructions, but the links in the last post area for my forums are unclickable now...you can enter through most other meens, just not from their which is kind of annoying...My forum version is PunBB btw.
Please post about issues in the support section.


avatars - [New option] Show avatars in the column Last posts Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Rukiafan May 20th 2014, 9:58 pm

Okay! Sorry about that. Wink
Rukiafan
Rukiafan
Forumember

Posts : 329
Reputation : 9
Language : English

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by nfallenangel8 May 21st 2014, 8:37 pm

Thank you , looks great, you rock!!
nfallenangel8
nfallenangel8
New Member

Posts : 7
Reputation : 1
Language : English-Greek

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Peeps May 23rd 2014, 4:57 pm

Fantastic! Thank you!..... Phil
avatar
Peeps
Forumember

Male Posts : 31
Reputation : 1
Language : English

http://miniatureworld.forumotion.co.uk/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Tommy Lee May 23rd 2014, 8:19 pm

Thank you forumotion! You rock! You're really good at your updates what a good team Smile
Tommy Lee
Tommy Lee
Forumember

Posts : 232
Reputation : 7
Language : English

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by musket May 23rd 2014, 11:36 pm

Great update..Thanks  Smile
musket
musket
Helper
Helper

Male Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland

http://hemmingsdaman2.forumotion.co.uk/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Asriel May 25th 2014, 3:54 am

i am confused. what am i supposed to replace with what?

I cannot find in my template >>
Code:
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
Asriel
Asriel
Forumember

Male Posts : 585
Reputation : 32
Language : English, Russian, Ukrainian
Location : St. Somewhere

http://www.worldofmutants.forumotion.com

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by SLGray May 25th 2014, 8:50 pm

If you have not modified that template, you do not have to do what is posted.  Is your templates modified?


avatars - [New option] Show avatars in the column Last posts Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Captain Hunk May 25th 2014, 11:01 pm

Awesome update. Love the fact that I can enable or disable it at any time. Simple feature adds personality to the last poster by displaying their unique avatar. Good work Forumotion.  thumright
Captain Hunk
Captain Hunk
Forumember

Male Posts : 130
Reputation : 5
Language : English
Location : USA

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by Isobella Lestrange June 17th 2014, 1:21 am

So, hi! I have a question. I LOVE the new option, but when I selected it, the avatar pictures that appeared were WAYYYY too big. Any way to resize them? 

I'm using Invision.
Isobella Lestrange
Isobella Lestrange
Forumember

Female Posts : 42
Reputation : 1
Language : English, Russian

http://valtor.forumotion.com

Back to top Go down

avatars - [New option] Show avatars in the column Last posts Empty Re: [New option] Show avatars in the column Last posts

Post by SLGray June 17th 2014, 1:41 am

Please post your questions/issues about this new update in the support section.


avatars - [New option] Show avatars in the column Last posts Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum