Quantcast
Channel: Discourse Meta - Latest topics
Viewing all 60279 articles
Browse latest View live

Nested number and bullet point markup

0
0

@MHarris wrote:

Hi Everyone,

I'm creating an article a week for a discourse forum, and I have noticed some odd behavior with nested bullet points when combined with number lists.

Specifically, I've been using html tags instead of Markdown or BBcode, becuase I find both to be fairly non-intuitive for larger posts, and have been nesting bullet point tags (ul) within numbered tags (ol). Even after closing the tags appropriately for the ordered list the unordered bullet points continue to the next level of text.

  1. This is level one

  2. Numbered Item 2 with bullets:

  • line item 1

  • line item 2

  • This is numbered item 3
  • Underlying code:

    <ol><li>This is level one</li>
    <li>Numbered Item 2 with bullets:</li>
        <ul><li>line item 1</li>
        <li>line item 2</li></ul>
    <li>This is numbered item 3</li></ol>

    As you can see, the third numbered item shows up as a bullet instead of a number. In the preview pane these come up looking great, but it doesn't seem to translate over to the post itself. I'm not sure if this is a bug or not. Thanks for any thoughts on the matter!

    Posts: 3

    Participants: 3

    Read full topic


    Newsletter per individual - TripAdvisor style

    0
    0

    @mak23 wrote:

    Any chance to consider a newsletter style emails per user highlighting statistics of their posts and topics?

    It could have the number of views and likes for all topics (and maybe posts if possible) and the number of likes at the top of the email, with most viewed topic and most liked topic in the body.

    Also can mention the next badge that can be earned by the user

    Posts: 3

    Participants: 3

    Read full topic

    Is it possible to display only one trust level badge on the user card?

    0
    0

    @tobiaseigen wrote:

    If a user has TL4 badge, I'd like their user card to not also show the TL3, TL2, TL1 badges.
    If a user has TL3 badge, I'd like their user card to not also show the TL2, TL1 badges.
    If a user has TL2 badge, I'd like their user card to not also show the TL1 badges.

    Is there a way to make this happen?

    Posts: 2

    Participants: 2

    Read full topic

    Localhost CreateQueuedPosts error

    0
    0

    @Mittineague wrote:

    I sync'd my localhost install of Master the other day but can't figure out what's wrong or how to fix it

    CLI shows

    [vagrant@precise32:/vagrant (master)]$ bundle exec rake db:migrate
    == 20150325190959 CreateQueuedPosts: migrating ================================
    -- create_table(:queued_posts, {:force=>true})
    rake aborted!
    StandardError: An error has occurred, this and all later migrations canceled:
    
    PG::UndefinedObject: ERROR:  type "json" does not exist
    LINE 1: ...ger NOT NULL, "raw" text NOT NULL, "post_options" json NOT N...
                                                                 ^
    : CREATE TABLE "queued_posts" ("id" serial primary key, "queue" character
    varying(255) NOT NULL, "state" integer NOT NULL, "user_id" integer NOT NULL, "raw"
    text NOT NULL, "post_options" json NOT NULL, "topic_id" integer, "approved_by_id"
    integer, "approved_at" timestamp, "rejected_by_id" integer, "rejected_at"
    timestamp, "created_at" timestamp, "updated_at" timestamp)
    /usr/local/rvm/gems/ruby-2.0.0-p0-turbo/gems/rack-mini-profiler-0.9.3/lib/patches/db/pg.rb:90:in `exec'
    /usr/local/rvm/gems/ruby-2.0.0-p0-turbo/gems/rack-mini-profiler-0.9.3/lib/patches/db/pg.rb:90:in `async_exec'
    /usr/local/rvm/gems/ruby-2.0.0-p0-turbo/gems/activerecord-4.1.9/lib/active_record/connection_adapters/postgresql/database_statements.rb:128:in `block in execute'

    if I start the server anyway the browser shows

    ActiveRecord::PendingMigrationError
    Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development
    
    Extracted source (around line #10):
    8     end
    9
    10    call_without_quiet_assets(env).tap do
    11      Rails.logger.level = previous_level
    12    end
    13   end
    
    Rails.root: /vagrant
    
    Application Trace | Framework Trace | Full Trace
    config/initializers/quiet_logger.rb:10:in `call_with_quiet_assets'
    config/initializers/silence_logger.rb:26:in `call'
    lib/middleware/missing_avatars.rb:21:in `call'
    lib/middleware/turbo_dev.rb:33:in `call'

    * trying RAILS_ENV=development did not fix things

    Ideas please

    Posts: 2

    Participants: 2

    Read full topic

    Batch unhide posts

    0
    0

    @NomNuggetNom wrote:

    We made a tiny mistake on our instance where we set a user to trust level 0. This hid all of their posts... Any way to automatically unhide them now? There are thousands of posts, so doing it manually is out of the question. Thanks.

    Posts: 11

    Participants: 6

    Read full topic

    Bug? White listed spam host domains failing

    0
    0

    @lisajill wrote:

    Hi all,

    We have a limit of 4 links in a post for a new user. We also have a few whitelisted domains:

    However, despite that list - which hasn't changed in a few days, we just received system notification for a moderation action:

    So I have a few questions:

    1. Is this a bug?
    2. Does wildcarding work? If not - huge feature request from here; we have many subdomains.
    3. Why did the system block this and include "discuss.newrelic.com" in the list when it is whitelisted?
      Thank you!

    Posts: 3

    Participants: 3

    Read full topic

    Should the minimum character warning educate about likes?

    0
    0

    @codinghorror wrote:

    yep, thats the one! Why "must my post be atleast 20 characters long?"

    Posts: 9

    Participants: 6

    Read full topic

    What editor does discourse use?


    Autofill Terms of Service

    0
    0

    @nahtnam wrote:

    Hey!

    Is there a way I can get the TOS to autfill the company_short_name and company_domain?

    Thanks.

    Posts: 4

    Participants: 2

    Read full topic

    "Allow uncategorized topics" set to false should nudge users to select a category

    0
    0

    @erlend_sh wrote:

    Continuing the discussion from Category ordering - broken in places?

    As long as the order of categories in the composer drop-down can not be changed, I'd like to propose the following:

    The allow uncategorized topics = false setting shouldn't take away the uncategorized option from the drop-down altogether. Instead, it should throw a warning if a user tries to post without having selected a category to post to.

    This is based on having tried the setting on and off for an extended time on my forum, and my choices as of today are these (I've tried living with both for an extended time):

    1. uncategorized = false - A large percentage of our users post blindly to whichever category is at the top of the list, which usually ends up being wrong as the most common type of post is Troubleshooting, yet our top-most category is User Code & Projects

    2. uncategorized = true - A large percentage of our users post without any category attached. (The funny part is some of them even "correct" themselves by posting to User Code & Projects, which they've been conditioned to think is the right category for their kind of query, because we haven't been vigilant enough about moving their topics.)

    Posts: 2

    Participants: 2

    Read full topic

    TopicEmbed.embed_url length limit 255 characters

    0
    0

    @oganer wrote:

    Hi, i've got this error in sidekiq

    Jobs::HandledExceptionWrapper: Wrapped ActiveRecord::StatementInvalid: PG::StringDataRightTruncation: ERROR: value too long for type character varying(255) :    INSERT INTO "topic_embeds" ("content_sha1"...

    It seems it happens because of length of url in 'static site' where embeded comments over 255 characters. And i have no way to change routes in legacy site. I read that urls may be much longer. May be we can increse embed_url length up to for example 1000-2000 characters?

    Thanks.

    Posts: 1

    Participants: 1

    Read full topic

    Why there is a delay time in sending Account Activation email

    0
    0

    @lovechopra1 wrote:

    Hi,
    I am facing this problem with some of my users they complaining that they receiving account activation email after 5 to 10mins however for some users it is instant.
    Please let me know is there anything I can do to make this instant for all the users?

    Posts: 2

    Participants: 2

    Read full topic

    Facebook only for registration and login

    0
    0

    @benjamin_bnds wrote:

    Hi,

    Is it possible to only provide Facebook registration and login?
    And remove/hide the standard email+password registration?

    Posts: 2

    Participants: 2

    Read full topic

    Strange typekit behavior on Windows browsers

    0
    0

    @steve_pd wrote:

    We use a Typekit font on our main site and I was attempting to replicate it on our Discourse install.

    Using the adobe-supplied javascript and the below code to switch the font in:

    body {
        font-family: "Adelle Sans";
    }

    On Chrome/Safari from my mac it works fine, but under Windows the font always falls back to the default serif font.

    Any ideas why this might be? The same kit is fine on our main site and works on Mac/PC without issue.

    Posts: 2

    Participants: 2

    Read full topic

    SSO bug w/ Devise. Signing up doesnt work

    0
    0

    @nahtnam wrote:

    Hey!

    Just want to report a bug for SSO when you combine it with devise. Basically, when you go to your forum, and press "login", it redirects you to the sso url page. There, the user has the option to sign in, or follow a link to sign up. When the user follows the link to sign up, and submits the form, nothing happens. No confirmation email is sent, no sucess message is shown.

    Reproduce:

    1. Go to https://forum.counterstrike.io/
    2. Press login
    3. Press the "Sign up" button in the bottom left. (DO NOT press the sign up button on the menubar)
    4. Fill out the form, and submit it.

    Usually when you submit it, it will show a success message saying that a confirmation link has been sent, but in this case, nothing shows up and no email is sent.

    Now, if you go directly to the signup page without going through the forum: https://counterstrike.io/signup (just click this link and try signing up, it will work), it works

    If you dont get what I mean, let me know and I will rephrase this.

    Posts: 1

    Participants: 1

    Read full topic


    If I hardcode my API key in my app

    0
    0

    @parenthere wrote:

    I am thinking about developping an ios app/android app for the forum. If I had put my API key in the app, in order to let people use normal function, do you think it will be security issue?

    Posts: 2

    Participants: 2

    Read full topic

    Full names aren't shown even when they don't match username

    0
    0

    @watchmanmonitor wrote:

    Continuing the discussion from Full name isn't shown on post when it matches username:

    We're seeing some users without names on our forum

    john_doe now has a name of John Doe but the proper name isn't shown.

    The result is that posts in the community aren't uniform, since so many people have that first_last format.

    It would be nice if this were more uniform (even if exact matches still get excluded)

    Posts: 3

    Participants: 2

    Read full topic

    Bug with Like before/after Reply

    0
    0

    @wbt wrote:

    When you click to Like a post, and then reply, the Like appears to be cleared in the interface (heart is grayed out, and after "n people liked this" the link says "Like it too." Then, when clicking on that link, the UI briefly changes (e.g. including "undo Like") but then quickly changes back and shows the user an overlay error message "You are not permitted to view the requested resource."

    Possibly related:



    Do others see this too?

    Posts: 5

    Participants: 2

    Read full topic

    Titles are missing from emails when names are de-duped

    SSO Sync moderators and admins

    0
    0

    @nahtnam wrote:

    Hey!

    Is there any way I can sync the moderators and admins from discourse to my SSO site? I want everything to be synced up.

    Thanks.

    Posts: 4

    Participants: 3

    Read full topic

    Viewing all 60279 articles
    Browse latest View live




    Latest Images