|
|
| Author |
Message |
Wahban
New User
Joined: 21 Feb 2009
Posts: 2
|
Posted: February 21st 2009, 12:01 pm Post subject: [BETA] Random user avatars anywhere |
|
|
Modification Name: Random user avatars anywhere !
Author: Wahban
Modification Description::
This mode helps members in choosing pics for them..also help them to change these pics sequently which add atmosphere of variety for members...,and also works to increase the quality of personal photos
This Mod get it's pics form msn2.me through ajax
Modification Version:: 1.0
How to use:
Just past this code anywhere in your forum and it well work:
For Horizontal view:
| Code:
|
<div style=" padding-top:5px;background-image: url('http://www.msn2.me/msn/bbb.png');background-repeat:no-repeat;text-align: center;width: 531px; height: 121px" >
<iframe name="I1" id="I1" src="http://www.msn2.me/msn/forum-avatars.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" height="107" width="519">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</div>
|
For Vertical view:
| Code:
|
<div style=" padding-top:3px;background-image: url('http://www.msn2.me/msn/bbbb.png');background-repeat:no-repeat;text-align: center;width: 113px; height: 342px" >
<iframe name="I1" id="I1" src="http://www.msn2.me/msn/forum-avatars_v.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" height="335" width="107">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</div>
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=->
To show this hack in "ucp_profile_avatar.html" :
[size=150]for prosilver :[/size]
Find:
After add :
| Code:
|
<div style=" padding-top:5px;background-image: url('http://www.msn2.me/msn/bbb.png');background-repeat:no-repeat;text-align: center;width: 531px; height: 121px" >
<iframe name="I1" id="I1" src="http://www.msn2.me/msn/forum-avatars.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" height="107" width="519">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</div>
|
----------------------------------------------------------------
for Supsilver :
Find:
| Code:
|
<tr>
<th colspan="2" valign="middle">{L_TITLE}</th>
</tr>
|
After add :
| Code:
|
<td class="row2" colspan="2" align="center">
<div style=" padding-top:5px;background-image: url('http://www.msn2.me/msn/bbb.png');background-repeat:no-repeat;text-align: center;width: 531px; height: 121px" >
<iframe name="I1" id="I1" src="http://www.msn2.me/msn/forum-avatars.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" height="107" width="519">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</div>
</td>
|
Screenshots:
For prosilver
For Subsilver2
Demo URL: http://www.el-ahly4ever.com/forum3/index.php
at the header |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
Wahban
New User
Joined: 21 Feb 2009
Posts: 2
|
Posted: February 21st 2009, 3:18 pm Post subject: |
|
|
Thanks for you Patrick for your comment ,
the hack is just like what you say,
please let me know if you have any idea to improve this hack,
Thank you again.. |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3913
Location: Australia
|
Posted: February 22nd 2009, 2:08 am Post subject: |
|
|
There was a random avatar hack for phpBB2 which I installed on one forum and it was very popular.
Members were able to upload their own avatars and select those they wanted to be shown as random.
This idea reminds me of that hack and I would really like to see it ported to phpBB3 _________________ ~HG~
|| rodneyangell.com || || phpbb-tutorials.com ||My Hacks |
|
| Back to top |
|
 |
|