Design - your suggestions

Page:1 2 3 4 5 6 7 8 9 10 11 12  

  • Zi;

    Also, killer feature is if you put &emojis=1 to URL of thread, it will replace emoticons like :D :) :( with emojis. 😆

    ❤️ 0
  • Forsaken

    I don't know if this has been discussed yet, but can we get some forum buttons that aren't confusing? maybe a 'new topic' button for each subsection Actually my previous problems with it seem to have been fixed.... now I can create thread with the subsection already selected... so nvm

    ❤️ 0
  • Zi;

    Yeah, maybe it's not so intuitive, that if you click +Create thread while being inside subcategory, you already have that subcategory selected :D

    ❤️ 0
  • TunSalat

    It's nice with the menu link, but yeah there needs to be more ;)

    ❤️ 0
  • DATA_CLASSIFIED

    Also, killer feature is if you put &emojis=1 to URL of thread, it will replace emoticons like :D :) :( with emojis. 😆
    URLs are not needed, they are automatic, but you can use [ url ] still and [ yt ] for YouTube and [ img ] for images. I added [ quote ], as for colors, you can use [ r ], [ g ], [ e ], [ o ] and for different text sizes [ h1 ], [ h2 ], [ h3 ]
    It is perfectly! But there are some wishes. For example, so that the URL code can work like this: [ url =%url% ]some text link[ /url ]. There are also controversial wishes. For example, the code [ color =% HEX_color% ]some embellished text[ /color ] (so that the user can select any color), and instead of the header codes ([h1], [h2], etc.) just [ size =%text_size_in_px% ]some kind of enlarged text[ /size ].

    Some features

    And there is also a small feature that the text input field can expand infinitely far to the right, because of which there is a scrollbar to the right. You can fix this by setting the CSS style on textarea as "max-weight: %message block width%; (maybe "container padd-16 content"??)". (Yes, I'm an HTML and CSS programmer (((NO) not completely)).

    ❤️ 0
  • Zi;

    [ul][li]Textarea fixed[/li][li][color=#CCFF00][ color=#CCFF00 ] support added [ / color ] [/color][/li][li][url=https://crymp.net/master.php]Custom link texts added[/url][/li][li][size=24][ size=24 ]Custom size added[ /size ][/size][/li][li] [ hr ] support added[/li][/ul] [hr] But also all things that worked until now, like h1, h2, h3, links without URL, still work

    ❤️ 0
  • DATA_CLASSIFIED

    Updated! Review the post.

    Textarea fixed [ color=#CCFF00 ] support added [ / color ] Custom link texts added [ size=24 ]Custom size added[ /size ] [ hr ] support added
    You are a great fellow! Even hr added, great! I would also like to add a citation button so that a message is quoted with all BB-codes that were used in the quoted message.[hr]And in the citation window, you can add a little curtain from above, in which the name of the author is a bulette and "go to post".

    The concept of a new citation block (as I see it)

    It looks like this for now. In my opinion it’s even beautiful (but it’s not accurate). So far I have already 33 times abandoned this idea, but now again in thought about this.

    How it looks from the side of the code (the inside of my idea)

    I apologize in advance for the shit-code, I did it in the debugging console of the browser. Then it will be possible to finalize, if it is accepted in the innovations. Well .... We need to figure out how to teach us to understand the site, whose name should be inserted in the title of the quote. You can do it by the PidID that is in each post (request information about the post, in particular the name of the author and a link to the post itself). <div class="quote-header" style=" background-color: #4a4f51; padding: 3px; padding-left: 6px; "><b><a href="/m/profile.php?id=1&amp;h=25af04b7826e895ab6eb4e5e3710bc73ff2237e1" class="user4">Zi;</a></b> | <a href="https://crymp.net/m/thread.php?id=489#pid3637" rel="nofollow" target="_blank" class="post-link">Go to post</a></div> [size=20]😄🤔🤔🙃😸[/size] The accumulation of how this should look in my will send a picture later.[hr]
    But also all things that worked until now, like h1, h2, h3, links without URL, still work
    Naturally! It is necessary to remove only completely unnecessary functionality. All that you have listed is all that is needed for forum users. [size=20]💪🙃🤔😝😏😺😼[/size] By the way, you forgot to fix textarea on the post editing page.

    Updated! Review the post.


    ❤️ 0
  • Zi;

    I think for beginning, it could be enough to do something as simple as just [ quote=%pid% ] text ... [ / quote ] and add link "Cite" which will copy it to the clipboard.

    ❤️ 0
  • DATA_CLASSIFIED

    I think for beginning, it could be enough to do something as simple as just [ quote=%pid% ] text ... [ / quote ] and add link "Cite" which will copy it to the clipboard.
    Why not? First you need to try to implement the idea on something simple. The main thing is that it suits you (well, maybe others) because I myself haven't completely decided whether to change the citation block or not. So, yes, let it be easy at first, and then it can always be complicated. [s]Trochu svojho rodného jazyka na zmenu.[/s]

    ❤️ 0
  • DATA_CLASSIFIED

    "Go to post" (implementation idea)

    Because Each div div has its own ID, then you can make the transition simply by adding "#div_id" to the link. For example, to go to your innovation message, just follow the link -> crymp.net/m/thread.php?id=489#pid3637.

    Little problems

    Unfortunately, the navigation block slightly overlaps the message itself, so when moving to a post, you need to subtract the width of the navigation block. It seems to me that JavaScript is already needed here.

    ❤️ 0
Page:1 2 3 4 5 6 7 8 9 10 11 12