1 yabba Jun 12, 2008 10:13
3 yabba Dec 28, 2008 09:08
Hi,
If you re-download the plugin the error has been corrected ;)
¥
4 worldblogosphere Dec 28, 2008 19:57
Hi ¥,
I put this in my plugins folder, but it is not showing on the install screen. Any idea what I might be doing wrong?
Thanks,
Gene :-)
5 yabba Dec 29, 2008 09:47
If you've uploaded it correctly ( path will be /plugins/am_profiles_plugin/_am_profiles.plugin.php ) then you should find it in the list in admin > global settings > plugin install > add new
¥
6 worldblogosphere Dec 29, 2008 12:21
Hi ¥,
It seems when I downloaded and unzipped it on my local computer the path became /am_profiles_0_9/am_profiles_plugin/_am_profiles.plugin.php
So i just needed to remove the containing folder to eliminated the extra step in the path. Thanks for the help.
I now have it installed, but it hasn't done anything to the profile page. Do I need to add some actual coding to the page?
Thanks,
Gene :-)
7 yabba Dec 29, 2008 15:28
Hi Gene,
There's a complete list of all the things that you can do with it on my blog post ( [url=http://waffleson.co.uk/2008/06/am-deluxe-profiles]AM Deluxe Profiles[/url] ).
¥
8 edb Mar 05, 2009 04:15
I'm having me a bug :(
It seems to take over (and completely forget about) if I like "simple" or "expert" mode. I also didn't see it make an avatar in a post, but I didn't try it with a new post - just made an avatar.jpg and did the bit for the skin (not the SkinTag bit - the other bit).
9 yabba Mar 05, 2009 14:54
I wondered which plugin was causing that bug :P
My current call for user details in a post is a smidge like this :
<?php
$Plugins->call_by_code( 'am_profiles', array(
'obj' => $Item,
'profile' => '<span class="profileLink">$profile$</span>',
'avatar' => '$avatar$',
'posts' => '<p class="postCount">Posts : $posts$</p>',
'joined' => '<p class="userJoined">Joined : $date$</p>',
'location' => '<div class="userLocation">Location : $location$</div>',
'output_format' => '$profile$'."\n".'$avatar$'."\n".'$posts$'."\n".'$joined$'."\n".'$location$'."\n",
) );
?>
I've no idea how that matches up to the instructions without reading them again :P
¥
10 edb Mar 06, 2009 02:44
I'll open a new topic, but basically I'm seeing where this is really close to what I want, but not quite there.
Oh and it seems I need to feed it user_ID as a param in order to create an avatar for a blogger on a blog post. Not gonna worry about on comments is the thing. Which takes me to where I want to take this: how to make it a renderer that automagically puts an avatar into the very beginning of the first paragraph of a post. THAT is a question for a new thread though eh?
11 yabba Mar 06, 2009 07:12
Yep :p
¥
12 mochababy Jun 08, 2010 05:27
- BUMP -
IS this plugin current. I would like the functionality, and still haven't seen anything in the core, or other plugins for this. Do you have the code around anywhere? I would love the source code to take a look and maybe fashion it for my use?
Thanks again.
13 yabba Jun 08, 2010 08:35
Last version this as tested for was 2.4.2.
You can grab it from my archived evo blog @link [url=http://b2evo-archived.waffleson.co.uk/media/blogs/babbles/plugins/]plugins archive[/url]
¥
14 mochababy Jun 09, 2010 02:08
thanks! you are always such a big help!
15 vinpearl Aug 23, 2010 20:29
*my shit deleted
Hi,
I tried this plugin, but I have this message on top of each of my admin pages :
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in C:\internet\wamp\www\testb2\plugins\am_profiles_plugin\_am_profiles.plugin.php on line 538
But I could find this setting on 538 line.
After installation, it also resize font of admin pages. (?!?)
I'm using 2.4.5
Mélanie