Idea to create Dating Site with CB & 3rd party?

12 years 10 months ago #167484 by eybel
Im trying to create a site which has a dating system. I have CB which is helpful to see who you are in a website but how about creating a dating system with CB? I haven't seen plugins or systems that can be connected to CB, any idea? or should I look somewhere else so far?

Thanks

Please Log in to join the conversation.

12 years 10 months ago #167501 by nant

Please Log in to join the conversation.

12 years 10 months ago - 12 years 10 months ago #167507 by eybel
I was researching and what I would like to have added to CB is:

1)Option to difference the ones that are ready to "Date" or not, maybe with a heart icon on ther profile. (I created a Field in the Field Managment and put Date? and customer would have to type "Yes" or "no" thats a really quick solution but with no features.

2)Filter and listed the ones that wants to date and disscard the ones that didnt choose that option when register for the first time.

3)Common search options when searching like "Male" or "Female" and ages 18 to 24 / 25 to 30 / 30 to 40 / 40 and on... Looking for Men / Woman / Ready for.. hang out / relationship, etc..

4)Other features (not neccesary) wink, kick, blow kiss, not interested, interested, lets connect...

I would like to have those features in CB; could be in a module or part of CB but as right now I can start with:

just putting a Field (checkbox or radio type of input), that will add an icon maybe a small heart icon on the profile page and that differs the ones that wants to date from the ones that dont want to date. Then filter results with the Search link or with a Date (new)link, users will click on that link and the results are showing only the users that chose to date.

"Created another post just to see if its possible to add Field with Radio type of input" www.joomlapolis.com/forum/154-advanced-members-support/167489-new-field-inquiry-radio-or-drop-down-menu#167489

Please Log in to join the conversation.

12 years 6 months ago #180464 by houfton
I am interested in the possibility of using a little icon in List view to distinguish certain profiles from others like your heart idea. I have tried a couple of things but have not worked it out yet:

1. A new 'image' type field containing the image name ("member-icon.gif") with the image in /images/comprofiler/. This just gave me a Pending Avatar icon. It seems like it is being moderated even though only the main avatar is supposed to be moderated?

2a. A new 'text' type field containing a link to the image ("<img src="/images/graphics/member-icon.gif">". This just gave me the link as text.

2b. Wrapping the link in Sourcerer ("{source}{/source}") tags just gave me the Pending Avatar icon again.

I guess it would be possible to use css to float the icon to appear next to the user's name.

An alternative would be to put it in the code (something to the effect of "if status is 'member' then include icon") but it is probably best not to try to hack it?

Please Log in to join the conversation.

12 years 6 months ago #180514 by krileon

1)Option to difference the ones that are ready to "Date" or not, maybe with a heart icon on ther profile. (I created a Field in the Field Managment and put Date? and customer would have to type "Yes" or "no" thats a really quick solution but with no features.

Create a checkbox fieldtype with the name as "Read to date?". This would show on profile as "Read to date?: Yes". You could also set it on a tab that is in a not shown on profile tab position then use a delimiter field with the below substitution to show an image instead.

[cb:if cb_rdytodate="1"]<img src="[cb:config param="live_site" /]/images/rdytodate.png" alt="Yes" />[/cb:if]
[cb:if cb_rdytodate!="1"]<img src="[cb:config param="live_site" /]/images/notrdytodate.png" alt="No" />[/cb:if]

Please note the above is just an example, but gives you understanding of how it needs to be structured.

2)Filter and listed the ones that wants to date and disscard the ones that didnt choose that option when register for the first time.

With the above done you'd add a basic filter for the checkbox field checking if the value is 1.

3)Common search options when searching like "Male" or "Female" and ages 18 to 24 / 25 to 30 / 30 to 40 / 40 and on... Looking for Men / Woman / Ready for.. hang out / relationship, etc..

All can be done creating basic fields such as a date field or a select field. Then add them to your userlist for them to be searchable.

4)Other features (not neccesary) wink, kick, blow kiss, not interested, interested, lets connect...

CB has no such features, but it's possible a plugin is available to provide them. I recommend checking Joomla.org

I recommend reviewing the documentation found in Advanced downloads section for help setting up basic fields and userlists.

1. A new 'image' type field containing the image name ("member-icon.gif") with the image in /images/comprofiler/. This just gave me a Pending Avatar icon. It seems like it is being moderated even though only the main avatar is supposed to be moderated?

Image moderation applies to all images, not just avatar.

2a. A new 'text' type field containing a link to the image ("<img src="/images/graphics/member-icon.gif">". This just gave me the link as text.

2b. Wrapping the link in Sourcerer ("{source}{/source}") tags just gave me the Pending Avatar icon again.

Just use a delimiter field and supply the HTML directly. If you need user data in it or IF statements you can use substitutions to accomplish those. For more on substitutions please see tutorials within my signature.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

12 years 6 months ago #180545 by houfton

Just use a delimiter field and supply the HTML directly. If you need user data in it or IF statements you can use substitutions to accomplish those. For more on substitutions please see tutorials within my signature.


Thank you for that. I have used a delimiter field to show an icon using an if clause.
[cb:if cb_profiletype="Entity"]<img src="/images/graphics/member-icon.gif" />[/cb:if]

Oddly it only seems to be showing up if the condition is met and the User is the first in the List on the page. Otherwise the field does not appear.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.780 seconds

Facebook Twitter LinkedIn