I installed the FRIENDLIST and i can only see five buttons:
Friend Feed
Oneway management
Twoway management
Twoway received
Twoway send
but nothing like ADD AS A FRIEND etc. is something i am missing?
I installed the FRIENDLIST and i can only see five buttons:
Friend Feed
Oneway management
Twoway management
Twoway received
Twoway send
but nothing like ADD AS A FRIEND etc. is something i am missing?
Comments
Comment #1
mariusooms commentedThe links are output on the user profile.
Regards,
Marius
Comment #2
kaay commentedthere isn't any link in the profile except the links (as i mentioned earlier post) in the sidebar. I am using advance profile kit and i can see one new panel, CONNECTIONS and showing: "No available connections."
Comment #3
mariusooms commentedDoes advance profile kit uses nodes for profiles? In that case you need to manually load the links in your user-profile.tpl.php.
In nodes it is a little bit more involved, since you have to load the uid, so something like this in a block should generally work:
Regards,
Marius
Comment #4
kaay commentedthanks for the reply. well i understand the first piece of php i have to add manually in the user-profile.tpl.php but the second one bit unclear for me, so where do i have to add that piece of php
I used content profile module to create profile and its working fine with advance profile kit i think it uses the nodes.
Comment #5
mariusooms commentedYou can put that code in a custom block and enable that in any region within your theme.
Regards,
Marius
Comment #6
mariusooms commentedComment #7
mariusooms commentedChanging the title as it looks like I'll be linking here frequently.
Comment #8
bensemmel commentedHi,
me as well I used a custom block and used the following simple code for the use within apk profile panel, as I wanted only the friendlist action links as output. That works fine for me.
Marius, I tried your code and it doesn't work because APK uses panels to override the user/% site and collects the info from content profile (nodes). So your code should be adapted to work with the "user" argument, but I don't know how
Regards,
Ben
Comment #9
mariusooms commentedHi Ben, glad it worked with your approach. I'm not familiar enough with apk and panels. If it does uses the user/% path the user can be loaded like so:
Regards,
Marius
Comment #11
blueblade commentedHi kaay,
did you figure out how to add it to Advanced Profile Kit user profile?
BB
Comment #12
blueblade commentedHi bensemmel,
Sorry for asking a stupid question but how do you add php codes into a custom block? I did it but the code is showing just the way it is, as codes, on my apk page...
BB
Comment #13
blueblade commentedHi mariusooms and bensemmel,
I figured that I had to turn on PHP filter under admin/build/modules in order for the code to show correctly but none of those two codes work for me. Do you guys have any updates? Thanks for your help =)
BB
Comment #14
jesuscmd@gmail.com commentedHi every one. Ive got a solution: I went to the author-panel.tpl.php and added a custom "if" getting the argument before AKP does like this:
THE JUST place the panel info inside the panel of AKP