Last POst Avatar
4 posters
Page 1 of 1
Last POst Avatar
Hello Sir How To I set Like This I Mean Last POst Showing With Users Picture
Last edited by -nimbuzz- on September 4th 2013, 1:10 pm; edited 1 time in total
-nimbuzz-- Forumember
- Posts : 101
Reputation : 2
Language : india
Re: Last POst Avatar
hello try this
http://www.avacweb.com/t360-avatar-in-the-last-post-with-jquery-alternative?highlight=avar+in+last+post
hope u got this
Thanks
http://www.avacweb.com/t360-avatar-in-the-last-post-with-jquery-alternative?highlight=avar+in+last+post
hope u got this
Thanks
Re: Last POst Avatar
Bro Its Not Working i Think I cHecked
-nimbuzz-- Forumember
- Posts : 101
Reputation : 2
Language : india
Re: Last POst Avatar
ok try this
Your js here
Your js here
- Code:
// Avatar in index by giObanii phpbb2$(document).on('ready', function() { $('.forumline tr .row3.over').prepend('<div class="avatar-index"><div>'); $('.forumline tr .row3.over .avatar-index').each(function () { var profileUser = $(this).parent().children('span').children('span').children('strong').children('a').attr('href'); $(this).html('<a href="' + profileUser + '" class="avatar-index-enlace"><img src="http://cdn1.iconfinder.com/data/icons/basicset/user_64.png" alt="No Avatar" /></a>'); $(this).children('a').load(profileUser + ' .forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)'); });});
- Code:
/* Avatar in index by giObanii phpbb2*/ .avatar-index { float: left; } .avatar-index img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
Re: Last POst Avatar
Bro I Put This Two Codes also But Its Not Showing avatar at last Post
-nimbuzz-- Forumember
- Posts : 101
Reputation : 2
Language : india
Re: Last POst Avatar
Hi,
Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
1.CSS Stylesheet
Title:Avatar index
Placement:In the home page
Javascript Code
Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
1.CSS Stylesheet
- Code:
/* Avatar in index by mastersly phpbb2*/
.avatar-index { float: left; }
.avatar-index img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
Title:Avatar index
Placement:In the home page
Javascript Code
- Code:
// Avatar in index by mastersly phpbb2
$(document).on('ready', function() {
$('.forumline tr .row3.over').prepend('<div class="avatar-index"><div>');
$('.forumline tr .row3.over .avatar-index').each(function () {
var profileUser = $(this).parent().children('span').children('span').children('strong').children('a').attr('href');
$(this).html('<a href="' + profileUser + '" class="avatar-index-enlace"><img src="http://cdn1.iconfinder.com/data/icons/basicset/user_64.png" alt="No Avatar" /></a>');
$(this).children('a').load(profileUser + ' .forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)');
});
});
Re: Last POst Avatar
yup solved thanks bro
-nimbuzz-- Forumember
- Posts : 101
Reputation : 2
Language : india
Re: Last POst Avatar
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Avatar in last post
» Avatar in last post??
» Not Able To Post Avatar Pic With Toolbar Edit Profile
» Search post avatar
» Post/Avatar problem! Help!
» Avatar in last post??
» Not Able To Post Avatar Pic With Toolbar Edit Profile
» Search post avatar
» Post/Avatar problem! Help!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum