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

I can't login https://twittercommunity.com/


Asset for a social button

$
0
0

Christopher Olson wrote:

I'd like to put a link to our Discourse forum in our line up of social buttons at the bottom of our pages. Much like I use the GitHub, Twitter, Facebook and Google+ logos for such buttons, I'm thinking to use the Discourse logo for one.

What do the Discourse developers think?

Posts: 4

Participants: 3

Read full topic

Enable changing of trust level badge description text

$
0
0

Tobias Eigen wrote:

I'd like to be able to change the trust level badge text, mainly to remove the link on the word "Granted" below which take users to meta. I want to move this information to the faq on my site and think that's generally the best place for it anyway. Currently this is greyed out and I am not able to change it.

Now that the definitions are becoming stable, I think it's time.

Posts: 2

Participants: 2

Read full topic

Footnote links can't use the word 'poll'

$
0
0

boomzilla@TDWTF.com wrote:

Can't use the word [poll]1 for links using the footnote method.

Or the '1' gets linked instead.

RAW:

Can't use the word [poll][1] for links using the footnote method.

  [1]: https://meta.discourse.org/t/poll-veteran-vs-leader/19454

Posts: 2

Participants: 2

Read full topic

Is is possible to log in as system?

MIgrating from disqus to discourse for static blog comments?

$
0
0

Justin Gordon wrote:

Any experience stories on moving from disqus to discourse for blog comments for a Jekyll or Octopress site? I'm wondering if it might just make sense to just not worry about old comments. I'm thinking about this for my blog: http://www.railsonmaui.com.

Related to this discussion:

and

https://github.com/oblakeerickson/jekyll_discourse_comments

http://eviltrout.com/2014/01/22/embedding-discourse.html

Posts: 4

Participants: 3

Read full topic

Post Wrench Menu is not wide enough for some translations

$
0
0

Marcin Rataj wrote:

I was doing Polish translation of new labels introduced in this new feature and noticed this:

Trust me, it was easier to override CSS than come up with shorter and acceptable translation wink

I increased width by 100px:

nav.post-controls .post-admin-menu {
    width: 305px;
}
nav.post-controls .post-admin-menu li {
    width: 276px;
}

Result:

Posts: 1

Participants: 1

Read full topic

Suppress the About Me on Suspended Accounts on their Profile Page?

$
0
0

cpradio wrote:

Continuing the discussion from Show Suspended Status on User Card:

So we discovered that the about me isn't suppressed for Suspended Accounts on their profile page (which I believe was the assumption when we applied it to User Cards.

Any objections to suppressing the about me bio for suspended accounts? It would be very useful in our site's setup.

Posts: 13

Participants: 2

Read full topic


Bulk Invitations need a confirmation dialog

$
0
0

Joshua Frank wrote:

This is probably not a bug as such, but a very troublesome feature. I was trying to Bulk Invite From File, and got a nasty shock when I uploaded the file and it immediately sent the email to 30 people. I guess I assumed there would be a step where it shows that the file uploaded and then offered a button to actually do the send. So I uploaded the file--intending just to familiarize myself with the process--and embarrassed myself by sending invitations before a key piece was ready. I had to send a manual followup explaining the glitch.

I really think that Bulk Invite button needs a confirmation or other speed bump, because the consequences are fairly drastic.

Posts: 4

Participants: 3

Read full topic

Article/Post Group Notification Option

$
0
0

Chris Adams wrote:

I think it would be great to be able to invite or select to send out a notification for and article to a group or groups that have access to that section. There is an option to send an invite to an individual and an option to include a group/s. But you have to include an email.

Maybe instead of reworking the current Invite option there should be a new one that allows you to send out a notification to all the users in a specific group adding in the option along side the Invite, Star, Share, and Flag which is found at the bottom of a completed article/post.

I use this for internal documentation at my work place where everyone is segregated in to their own little groups and categories and I find that this would be a very useful tool to have.

Posts: 1

Participants: 1

Read full topic

Watching/Tracking/Regular/Muted drop down stays open

$
0
0

Chris Adams wrote:

When you click on the drop down to select Watching or Tracking or whatever in the upper right drop down and then click on one of the options in the header like messages, search, or the options selection they all fall behind the already open drop down. The window does not close, but if you click on anywhere other then the header options the window will close. See attached image for the visual if this makes no sense.

Posts: 1

Participants: 1

Read full topic

Removing `Discourse` from handlebars templates

$
0
0

Robin Ward wrote:

In the latest stable version of Ember.js, using globals in handlebars templates has been deprecated. In other words, previously you could do {{#if Discourse.hello}} but in the future that won't work.

I just committed a bunch of changes to get us up to speed. Along the way I enabled dependency injection for Discourse.Site and Discourse.SiteSettings singletons.

In all controllers, routes, views and components you can now say this.site to get the current site and this.siteSettings to get access to the current settings.

Since most of the time a template is bound to a controller, both of these should be available in most templates as {{site}} and {{siteSettings}}.

Going forward I'm going to be removing Discourse.Site.current() and Discourse.SiteSettings from the classes where it's injected, but that should continue to work for a long time. Just try to use the injected variables going forward and that should work well, thanks! smile

Posts: 1

Participants: 1

Read full topic

Add visible/invisible filter for Advanced Users

$
0
0

cpradio wrote:

Add a status=visible/invisible filter for latest/new/unread views (much like status=open, status=closed, status=archived).

Posts: 2

Participants: 1

Read full topic

WordPress → Discourse Integration Service

$
0
0

Adam Capriola wrote:

I've done a couple of these implementations now and think I have a decent handle of all the moving cogs, so I figure I might as well offer help in this department.

What I Can Do

  • Single Sign On (SSO)
    • When a user logs into WordPress, they will also be logged into Discourse, seamlessly.
    • Username will be checked for Discourse validity on WordPress registration.
  • User Data Sync
    • Email and display name will be consistent across WordPress and Discourse. Avatar from Discourse can be sent to WordPress and saved as user meta (which can then be used in templates). I can also clean up the WordPress user profile pages to remove extraneous fields to make them more user-friendly.
  • Group Sync
    • This is important if you have a membership site. I can add/remove users to groups in Discourse depending on their permissions in WordPress. I've worked with gravity+ and WishList Member, and I should be able to accommodate most other membership plugins as well. Discourse group access will be gained and lost immediately (no delay or requiring user to log out and log in again).
  • Other Cool Stuff
    • I can probably do small assorted requests too. For example, on my site a PM will automatically start between our editors and the contributor whenever a new post is submitted for review. I also have a sidebar widget displaying the latest topics from Discourse along with user notifications and PMs. Little helpful functions like that.

The Implementation

The code I create for you will be saved as a WordPress plugin file, so you'll be able to activate/deactivate it, change themes without worry, etc. The plugin will not come with a settings page; the code will all be configured in the plugin file itself. Each instance of integration is going to be unique and it doesn't make a lot of sense to even attempt to make an options page for this type of job. I will comment the code as best I can so it's clear if you ever need to go in and change anything.

Pricing

Send me a private message detailing exactly what you want done and I'll be able to give you an estimate, but for reference I recently did a fairly elaborate membership site integration from scratch (I installed Discourse, helped make sure the WordPress membership plugin itself was configured properly, then did SSO, group syncing, and all that integration jazz) for $1,000.

Posts: 1

Participants: 1

Read full topic

Is the bug reporter badge automatic?


Hiding "favorite" star with css

$
0
0

Zane Beckman wrote:

Continuing the discussion from Show favorite star only on hover?:

I was just looking at doing this, and there isn't a css selector for the first column, other than the first-of-type selector, which would hide the topic titles for non-logged in users.

I'd be more than happy to submit a PR that adds a selector in the template, but I think it would be ideal to allow disabling of this feature entirely on either a per-site or per-user basis.

Posts: 2

Participants: 1

Read full topic

500 error when going through revision history

$
0
0

Kramer Campbell wrote:

When I changed the category on a particular topic, I noticed two revision history entries were added to the post. When I went to review the history, going back to the first entry resulting in being in a state where it is stuck loading and a 500 error was logged in the developer console.

This happened on Discourse 1.1.0.beta2 fbf86c4e2e7890f9a26f905b2a77a535b1af05f3.

NoMethodError (undefined method `post=' for nil:NilClass)

/var/www/discourse/app/controllers/posts_controller.rb:303:in `find_post_revision_from_params'
/var/www/discourse/app/controllers/posts_controller.rb:216:in `revisions'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionpack-4.1.5/lib/action_controller/metal/implicit_render.rb:4:in `send_action'

REQUEST_URI: /posts/429/revisions/3.json?_=1410490979156

Posts: 5

Participants: 4

Read full topic

After update to version 1.1.0.beta2 banner shows [missing %{posts} value]

$
0
0

lid wrote:

The issue

After I upgraded I noticed an issue with the banner message similar to the topic linked below

Continuing the discussion from [[missing %{posts} value]](https://meta.discourse.org/t/missing-posts-value/19115):

Also I am not sure why the indicated version commit id is:
4b46bf5438e147865df20f032f841003a25a68fe

but my instance indicate that I am on
f95611aba10d505d4513a51e8afd98080521104e


And what is this about?

Posts: 1

Participants: 1

Read full topic

Arbitrary all-caps UPLOAD button on Backups page

User - All Activity - does not show activity type / action

$
0
0

lid wrote:

Wonder what are the reasoning behind this change

User profile / Activity / All

Before

shows all activity, if the user liked a post, if the user post got liked, user replied.
3 activities


Now

Only show post, does not show what kind of activity.
only 1 activity

Posts: 4

Participants: 3

Read full topic

Viewing all 60739 articles
Browse latest View live




Latest Images