5
  • Friendly URLs: So instead of URLs having https://phuks.co/s/ELI5/**57602** I have https://phuks.co/s/ELI5/**my_awesome_post**. Great for users and great for Phuks clone site owners as it makes the site search engine friendly.

  • Allow imgur galleries (albums) to be embedded to pic posts: Currently we can post only one pic per post. A way to post the link of an imgur album and the whole album can be viewed, right here.

  • A checkbox that allows users to opt in/out of messages for their posts: A Don't send alerts to my inbox checkbox when a user submits a post. This is to prevent a user's inbox from being flooded with comments made to his/her post.

  • Allow the images posted to be draggable: When users expand an image, allow users to increase or decrease the image size using a drag and drop operation.

  • Avatar and Extra Profile fields: Not the most important but avatar and Extra Profile fields for users in their profile? Like allow users to upload an avatar (the size of a thumbnail) and (if they so wish) add other fields like their website, one liner quote about themselves etc etc. Silly but I've noticed users like it.

  • Emojis: Native emojis to work like it does in most sites e.g. reddit...pleease!

- **Friendly URLs:** So instead of URLs having https://phuks.co/s/ELI5/**57602** I have https://phuks.co/s/ELI5/**my_awesome_post**. Great for users and great for Phuks clone site owners as it makes the site search engine friendly. - **Allow imgur galleries (albums) to be embedded to pic posts:** Currently we can post only one pic per post. A way to post the link of an imgur album and the whole album can be viewed, right here. - **A checkbox that allows users to opt in/out of messages for their posts:** A **Don't send alerts to my inbox** checkbox when a user submits a post. This is to prevent a user's inbox from being flooded with comments made to his/her post. - **Allow the images posted to be draggable:** When users expand an image, allow users to increase or decrease the image size using a drag and drop operation. - **Avatar and Extra Profile fields:** Not *the* most important but avatar and Extra Profile fields for users in their profile? Like allow users to upload an avatar (the size of a thumbnail) and (if they so wish) add other fields like their website, one liner quote about themselves etc etc. Silly but I've noticed users like it. - **Emojis:** Native emojis to work like it does in most sites e.g. reddit...pleease!

12 comments

[–] jobes 2 points (+2|-0)

One wishlist item you forgot is the ability to upload images in comments. I still have to go to catbox whenever I want to add a reaction image

[–] curious [OP] 1 points (+1|-0)

I don't really care much about uploading images in comments as I'm on a budget...hehehe

[–] jobes 1 points (+1|-0)

on a budget

asking for image gallery post formats

Choose one :)

[–] curious [OP] 1 points (+1|-0) Edited

Well, I meant this. ;)

That gallery was created in imgur and the user just posted the imgur link and users could browse through the gallery.

[–] pembo210 1 points (+1|-0) Edited
  • meh, custom urls was discussed and decided against because broken permalinks from title edits, future multi-sub grouping options, and the current shorter urls that are easier to share when there's a character limit (like twitter or text.) Search engines are smarter than they were in the wordpress days, they get the post title tags fine. We get scanned by google and a few others almost every minute.

  • The current imgur galleries require js from them in order to use them. Phuks is fully self contained with no external scripts. This would be more appropriate for the browser extension add-on where you could also store your own api keys for other sites too.

  • ignore post replies for a post, alright I'll add it to the todo list.

  • resizable embeds: already on the list

  • user profile extras: already on the list

  • emojis: no :p

[–] curious [OP] 1 points (+1|-0) Edited

The current imgur galleries require js from them in order to use them.

IIRC it's an RES js (feature?) not imgur. Not sure how tough it would be to implement though.

emojis: no :p

Pretty pleaase :D

[–] pembo210 1 points (+1|-0) Edited

browser extension add-on

That's what RES is. We have one too that does that. It's called YAPE (Yet Another Phukkin Extension). It just hasn't been updated to the current frontend.

This is the imgur expando recommended code:

<blockquote class="imgur-embed-pub" lang="en" data-id="a/e809w4F">
<a href="//imgur.com/a/e809w4F">POST-TITLE</a></blockquote>
<script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>

The expando button creates a div with that in it. like these - https://help.imgur.com/hc/en-us/articles/211273743-Embed-Unit

RES was made before that and it uses the api to get the next and previous links as you click through - https://api.imgur.com/endpoints/gallery. That's also how to do it if you want a custom look and the custom next/prev buttons inside the expando like they have

[–] curious [OP] 0 points (+0|-0) Edited

@pembo210, it's a long route and probably primitive. But instead of having native andriod emojis, do you think something like the BBCode days could be implemented?

I recall most of the forums having a 'code' for each emojis. Emojis were store in some /img/emoji/ folder and when someone typed, say :) , a smiley would be fetched from the /img/emoji folder.

I vividly recall the code (PHP) used to have something like:

:) ==> <img src =some smiley.png>

:D ==> <img src =some grin.png>

and so on :D

[–] jobes 0 points (+0|-0)

A checkbox that allows users to opt in/out of messages for their posts: A Don't send comments to my inbox

Are there other sites that have this feature? Never heard of it before

[–] curious [OP] 1 points (+1|-0) Edited

Yup. I got the idea from reddit.

As your site grows, it's going to be overwhelming for the poster. Imagine an alert for EVERY god damn comment on your post.