Jump to content

zervis

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

1,083 profile views

zervis's Achievements

Jr. Member

Jr. Member (3/6)

5

Reputation

  1. Hi there, I want to create a survey on my website where votes from users are collected. How to approach this? I've already done it via creating custom form and user fields then counting each answer from user data, then displaying the results via chart.js. It's doing the job. User is able to change their mind in his profile, but I think this approach will be too slow/heavy to process with many charts to show with many users. Another solution would be incrementing values in each answer for vote fields, but then how user could edit it? If the vote is corrupted for some reason (troll account), how I could filter it? My current soultion works fine, but is it good way of doing this? Thanks!
  2. zervis

    amigo.today

    I came up with this idea for amigo.today. It's something like tinder, but for social events. User provides age and city name during sign-up, the I'm using Google API to set geolocation based on the city name/street (that can be updated later in profile). There is also age filter (max difference in age), and gender is mixed to not making it dating site. Every event last max for 7 days, after that they vanish. Users can join events, and after that they can review amigo. More recomendations results in bigger green recomendation bar. Leaving opinion without recomendation result in excluding user both ways (they can't see each other events). If there is no events you can always search by tags on the left side (categories) for last active user in that category (created/joined event in that category) and contact that person (and.. messaging system is not yet perfect). Events wall. Event page. It's not yet ready. I'm not skilled enough to finish this. I'd be happy if someone would like to join this project. Thanks!
  3. @SamC, I'm using Processwire with INFINITE AJAX SCROLL + semantic-ui. Messaging system is not yet working as I'd like it. I came up with this idea for amigo.today. It's something like tinder, but for social events. User provides age and city name during sign-up, the I'm using Google API to set geolocation based on the city name/street (that can be updated later in profile). There is also age filter (max difference in age), and gender is mixed to not making it dating site. Every event last max for 7 days, after that they vanish. Users can join events, and after that they can review amigo. More recomendations results in bigger green recomendation bar. Leaving opinion without recomendation result in excluding user both ways (they can't see each other events). If there is no events you can always search by tags on the left side (categories) for last active user in that category (created/joined event in that category) and contact that person (and.. messaging system is not yet perfect). Events wall. Event page, host on the left, on the right side participients (1). It looks simple, and works on mobile too.
  4. Hey, I need a tip to build FB like messaging system: This is my shoutbox. I'm using lazy loading, and it's great for shoutbox, but for messages I'd like to reverse that - message window on the bottom, newest messages on the bottom (with lazy loading). I'm stuck on this one. For shoutbox I'm using: $msg->children("sort=-created, limit=3"); For lazy loading I'm using pagination. It should look like that, but how to limit messages (let's say show 10 newest)? Thanks!
  5. Hi there, I'm using FindMany to find pages ant it works really good, but I'm building social portal and I wanted to use it also for users, unfortunatelly it works only on admin (superuser) account. Users have role "user". I'm a little bit confused why it doesn't work on user account (no problem with pages, only users). Any idea?
  6. Seems more like problem with Wordpress xml file - there is no url to featured image, so MigratorWordpress can't download it.
  7. Hi, Does ProCache cache GET vars too? Built in module for caching is not caching GET vars. Kind Regards, zervis
  8. Thank You @cstevensjr, YouTube videos works now (after deleting [embed] but that's not a problem). Still no chances to import Wordpress featured images?
  9. OK, works now. I had to name it as post.php But there are another problems. 1. I have embed youtube videos into body, I've also tried iframes, but this is not working while it was in wordpress. Now on my site I can see text: [embed]link-to-youtube-video[/embed] or <iframe.../> 2. There is no featured images. Kind Regards, zervis
  10. Hello, I have problem with MigratorWordpress. I'm using ProcessBlog and that works fine, import news from wordpress works fine, but then I can't see them on my site. There is none "view" button in admin page tree when I click on one of them. Copying direct link to that news i got 404 page error. What is the problem? Kind Regards, zervis
×
×
  • Create New...