Chris Andersen
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Aleph] City and Country = Interests … how?thx for the answer.
If the interest is defined in cimy user fields, you can’t (for now). If it is defined using Aleph’s Interests, then you can do it by going to url/searching/people/interests/frankfurt
then… how can I display all interests on one page as an overview for all the other people. Could also be a kind of tag cloud.
Forum: Plugins
In reply to: [Plugin: Aleph] Content profile.phpHi Detective,
thx a lot. Some things are done others are still open. Please help me with:
a4, a6, b2a1: done
a2: done
a3: Comments: not possible yet
a4: Favorites: Don’t know exactly how it works
a5: done
a6: Sets (Categories): Don’t know exactly how it works. Can the user sign in for WP categories?b1: photo upload: Have to find out with WP
b2: Have changed the aleph.po file from “mark as contact” to “Add contact” doesn’t work
b3: Personal wall is impossible yetForum: Plugins
In reply to: [Plugin: Aleph] City and Country = Interests … how?ok. I understand.
2nd option:
Perhaps it works the other way around.
Is it possible to make more than one “Interests” field with Cimy user extra fields?Could that be easier and solve my problem?
3rd option:
Is it possible to add interests to a user which is not me?
At the moment I can only do that at my own profile. If I go to a user’s profile I cannot see the “Interest” line.…and if the 3rd option is possible…
How can I add a link to the city which finds the “Interests” page
I could imagine sth. like this:
‘https://www.c-salsa.com/?s=frankfurt’
The search url just has to take automatically the city of the link city.
But I only need this function, if the 3rd option works.Forum: Plugins
In reply to: [Plugin: Aleph] Strange SEO effect…Sorry, I was probably not clear enough.
I neither want to disable profiles nor ugly urls. The ugly urls are not my problem at the moment.
At the moment I have three different urls in the Aleph project:
1. users.php = https://www.c-salsa.com/searching/people/
2. profile.php = https://www.c-salsa.com/people/admin/
3. https://www.c-salsa.com/index.php?pagename=author-profile&profile_of=usernameNo. 3 was found and indexed by Google. If you click on the 3rd link you see that it was not supposed to be found and indexed.
Question:
What can I do? I don’t want Google to show this green page in the search results.Hope it is clearer now.
Forum: Plugins
In reply to: [Plugin: Aleph] Query ListHi Detective,
thx for your answer,I don’t know so much about programming. Probably I used the wrong expression when I talked about queries.
What I mean are things like this for getting the content to pages like users.php:
‘<?php while (have_users()){ the_user(); ?> ‘Just a list with all these “codelines” would be cool and save a lot of time.
Forum: Plugins
In reply to: [Plugin: Aleph] Design users.php: PhotoHi Detective,
that’s perfect, thanks a lot.
Forum: Plugins
In reply to: [Plugin: Aleph] Content design: user.phpThat’s great! Thanks so much.
Forum: Plugins
In reply to: [Plugin: Aleph] Content design: user.phpthx for your answer.
You are right… some others have it.
So this is working.Forum: Plugins
In reply to: [Plugin: Aleph] Content design: user.phpthx 4 the answer.
Something is happening but it is not perfect yet.
My code looks like this:
<li><?php echo aleph_get_user_cimy_field('CITY'); ?> | <?php echo aleph_get_user_cimy_field('COUNTRY'); ?></li>
…and it looks like that on the site:
users.phpIn cimy-extra-user-fields I unchecked the “Disable get_cimyfieldvalue function” because I had this error on the users.php:
“Function disabled! Enable it via options page.”
So there is a reaction.
How should I change the code now?Forum: Plugins
In reply to: [Plugin: Aleph] Content design: user.phpHi Detective,
thx for your answer. Some things worked… great! … others are not so far.
I have new numbers after the structure of my users.php. Click to see how it is looking like now.1. Name and user’s name:
Done2. City / Country:
Doesn’t work with your code.
Background: I’m using Cimy User Extra Fields and made two new fields:
– CITY
– COUNTRY
How should the code look like?3. Comments (xx) / Contacts(xx):
To display the number of comments and contacts is not possible yet, you said.Forum: Plugins
In reply to: [Plugin: Aleph] How do I display the photos?Hi Detective,
thanks a lot. I just had it in the wrong folder.Forum: Plugins
In reply to: [Plugin: Aleph] How do I display the photos?Hi Detective,
thx a lot for your help.
I switched it of and it has an effect. I can see the photos now.Just the default pictures don’t work.
Forum: Plugins
In reply to: [Plugin: Aleph] How do I display the photos?Hi Detective,
thx for your answer.
The “Aleph-User Photo Support” was already activated.
I just uploaded a default avatar. It is still like before.
Users page: No photos displayed
Profile page: Only the thumbnails under contacts are displayedAlso the default photes are not displayed.
What now?Forum: Plugins
In reply to: [Plugin: Aleph] Content design: user.phpHi Detective,
thanks so much for your help.
If you look at it: users.php
… there is still sth. to do for me.1. Full name: How can I make a link to the profile?
2. User city, User country: I read the WP manual for creating custom fields and didn’t understand it. I have The extra fields: City and Country and would like to include them here. but how?
3. The photo should be clickable and should link to the profile
4. Comments and Contacts should link to the profile page with anchors… meaning they should jump to the headers Comments or Contacts at the profile page.This is my code:
<ul> <li class="user-fullname"><?php aleph_the_user_complete_name('<strong class="user-name">', '</strong>'); ?></li> <li class="user-name" id="user-<?php aleph_the_user_ID(); ?>"><?php aleph_the_user_profile_link(); ?></li> <li>User City, User Country<?php aleph_the_user_location(); ?></li> <li><?php aleph_the_user_avatar('<li class="user-avatar">', '</li>'); ?> <li><a href="https://www.c-salsa.com/wp-login.php?">Upload photo</a></li> <li>Contacts (xx)<?php aleph_the_taxonomy_link('author-contacts'); ?></li> <li class="user-comments-link"><?php aleph_the_user_posts_link('Comments'); ?> (xx)</li> </ul>
Forum: Plugins
In reply to: Help in getting User Photo plug in to show up in the sidebar?Have the same challenge.