I’m building a website for camera crews and I need to display custom profiles. I’m using Aleph as the main profile engine. But when I want to display for example the user id “<?php aleph_the_user_ID(); ?>” it displays blank content?
Could you please help me with this! You might even get a free drink!
P.S.
Site link: https://pixelclaw.com/template/people/PixelClaw
First, I’d like to change the way the Aleph widget in the sidebar displays. Right now it has two links: Contributors and Registered Users. I’d like to change that to display a list of usernames instead.
Second, is there any way I can set up a spotlight profile in the sidebar as well? It would display a specific profile in the sidebar every month. Would I need to use an additional plugin for this?
]]>Also, my error log in the NextGEN gallery directory is reporting errors:
PHP Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘aleph_hook_custom_vars’ was given in /home/xxxx/xxxx/xxxx/wp-includes/plugin.php on line 339
PHP Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘aleph_settings’ was given in /home/xxxx/xxxx/xxxx/wp-includes/plugin.php on line 339
PHP Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/xxxx/xxxx/wp-includes/plugin.php:339) in /home/xxxx/xxxx/xxxx/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 606
I am using:
El-Aleph: 0.8.1
NextGEN Gallery: 1.3.1
Wordpress: 2.7.1
add_action(‘aleph_user_profile_fields’, ‘display_user_cimy_field’);
function display_user_cimy_field() {
$gender = aleph_get_user_cimy_field(“Gender”);
if ($gender) {
echo ‘<dt>Gender</dt>’;
echo ‘<dd>’ . $gender . ‘</dd>’;
}
}
to make aleph work in combination with cimy extra user fields?
]]>I’m having a little trouble with creating sets on Aleph.
I get a fatal error on line 65 in aleph.php when I try to enable sets, but otherwise the searching and interests works just fine.
When I try to create a set, the “error” says “no sets created”.
I haven’t got a clue about what to do.
Otherwise a really great plugin, hope I can get it all to work.
Cheers
Alex.
I would like to be able to filter users by some extra-field I added in usermeta (that I have no problem listing in profile.php and users.php, btw).
I need my visitors can post a form to filter the user list (users.php) by sex and age and city.
I think it could be something I can achieve with the functions in UserQuery.php but really I need some directions (and some example)…
Thanks in advance!
Stefano
]]>I’d like to show list of all user’s interests. How can I do that?
]]>first of all thanks to detective for such a useful plugin, i loved it.
i faced a problem with rewrite rules;
i translate the po file and produce a .mo file for Turkish, everything seems all right but listing the posts of a user is not working.
although i changed the word “author” to “yazar” in Turkish, the permalinks still says author like “/author/username”
i tried to change the rewrite rule from database, but got php errors.
any idea how can i fix this?
and probably i think this is a bug in the plugin, and hope i found it
<?php aleph_the_author_profile_link(); ?>
no link is displayed. Also, when I try to view the author list, I get a blank page. This is a page with my head and foot but no content. I don’t get any error messages but instead nothing is displayed.
I do have a static front page but in my WordPress settings I do have a posts page set.
Please adivse. Thanks!
]]>