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

Set Email Name for SMTP

$
0
0

Manthan Mallikarjun wrote:

Hello.

Some forums systems allow you to put a "name" when sending an email.

When Discourse sends an email, the "from" shows noreply@domain.com. It would be great if we could pass a name so it would be Doamin Notification as the name.

Posts: 2

Participants: 2

Read full topic


Adding Credit/User Ratings(or points) on admin dashboard

$
0
0

Janit Anjaria wrote:

Hey!

I wanted to know if it is possible to have a feature where the user can be given "x" points for a particular activity he does. And the same i.e. the Points Table ( or Credit Table ) , can be shown to the Users ( all of them ) , and also to the admin ( Min. Requirement ) as a dashboard or a page. Can someone know how to go about it ?
If this is not provided by discourse , then is there some RoR gem that can be used for the same.

Regards,
Janit

Posts: 2

Participants: 2

Read full topic

Editing a post should make the grey unread count appear in the topic list

$
0
0

probus wrote:

Here's something that has been bugging me for a while.

Edited posts should make the grey unread count appear in the topic list so you know there is something you haven't read in that topic. This is especially important for wiki posts/topics. Right now, I have no idea if someone has edited a wiki post even though I have subscribed to the topic. The same of course applies to normal posts as well.

Posts: 7

Participants: 4

Read full topic

Segmentation fault on dev environment setup

$
0
0

Silver Quettier wrote:

Planning to dive in Discourse and start developping plugins, I set up the Vagrant Discourse dev VM following the instructions in the Dev install guide and, being on a Windows dev machine (yeah, I know...), Sam's related blog post.

After SSH'ing in the VM, I installed the gems, which went fine if you except a warning about Bundler not being the latest version.
However, the DB setup phase failed with a segfault:

$ bundle exec rake db:migrate --trace

** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
/usr/local/rvm/gems/ruby-2.0.0-p0-turbo/gems/redis-3.0.7/lib/redis/connection/hiredis.rb:16: [BUG] Segmentation fault
ruby 2.0.0p0 (2013-02-24 revision 39474) [i686-linux]

Having a look under the hood, I can see the line it chokes on is:

connection.connect(config[:host], config[:port], Integer(config[:timeout] * 1_000_000))

(connection is a ::Hiredis::Connection)
I couldn't go much further as I'm not familiar with Ruby, and I don't know how to trace the contents of config.

Is this a common issue? I did not find anything.
I'm using Vagrant 1.6.3 with VirtualBox 4.3.12 on a Windows 7 64 machine, the only change I made to the Vagrantfile is to add config.proxy parameters.

Posts: 4

Participants: 2

Read full topic

How can I use multiselect polls with discourse

$
0
0

Ordinary wrote:

I have already tested Polls.But I realized that I can only select one option.Can I select more than one option at the same time?

Posts: 2

Participants: 2

Read full topic

How to rebake only certain posts?

$
0
0

wrote:

When rebaking an imported forum (eg. one with >300k posts) is there a way to flag the posts:rebake or refresh_oneboxes with specific post_ids that we want to rebake? When using rake posts:refresh_oneboxes, we can get to around 200,000 before it seems memory problems causes problems with the task. The posts already in the queue continue to complete successfully. So really we just want to issue the command for post_ids higher than 200,000 rather than run through all of them again.

We have 8GB of RAM currently on the server, and our app.yml looks like this:

env:
  LANG: en_US.UTF-8
  ## How many concurrent web requests are supported?
  ## With 2GB we recommend 3-4 workers, with 1GB only 2
  UNICORN_WORKERS: 4
  UNICORN_SIDEKIQS: 3
  ##
  DISCOURSE_DB_POOL: 25

Posts: 3

Participants: 2

Read full topic

Problems with Redis

$
0
0

Alex Tonkonozhenko wrote:

Hello!
I have problems with sso.
Firstly when I login it doesn't find nonce

session_controller.rb

    if !sso.nonce_valid?
      render text: "Timeout expired, please try logging in again.", status: 500
      return
    end

Also there are problems with return_path

Here are some screens:
setting redirect_value

showing params

trying to get from console

redis params

Redis version 3.0.0.beta7

Posts: 3

Participants: 2

Read full topic

How to get pre-processed text in composer before it get parsed to Markdown parser?

$
0
0

Tuan Anh Tran wrote:

I tried to manipulate text in the composer before it get passed to markdown but it seems like postProcessText and inlineBetween or regex only give me the processed text.

I would like to get the content of the composer on the left and do some regex replace on it.

Any idea what should I use?

Posts: 2

Participants: 2

Read full topic


Uninstall a plugin, plugin reload

$
0
0

Jakub Ryška wrote:

Hi,

how do uninstall a plugin? I installed the plugin by cloning a git repo in the plugins dir. I thought, that rm -ring of the plugin directory would delete the plugin, but there is an error when I access the /, some part of the code still tries to use the deleted files.

can not load translations from /vagrant/plugins/auth0/config/locales/server.en.yml: #<Errno::ENOENT: No such file or directory - /vagrant/plugins/auth0/config/locales/server.en.yml>

I guess there are some generated files that still reference the deleted file. How can I regerenate them? Or is it something different?

Posts: 3

Participants: 2

Read full topic

Content Table question

$
0
0

Frank wrote:

What is the name of the table and field that holds scripts that get entered into that admin content head section?

Also, where can i find a list of all the table names and fields? If such a thing exists on github it is invisible?

(yes I botched my instance again with a javascript include)....I think the actual script was ok, but when i added a CDN call to a hosted version of jQuery it was lights out.

Posts: 3

Participants: 2

Read full topic

Issues deleting categories/posts

$
0
0

Perry Huang wrote:

Hi all,

I created a new Discourse forum and I've been playing around. I really like the experience so far. Here are a couple issues I'm currently facing.

  1. It seems to me that a category needs to be empty before it is deleted. I have a category that was renamed from one of the default categories from a fresh installation that I cannot delete.

category url: http://devel.perryhuang.com/category/trojan-football
screenshot of "edit" menu: http://imgur.com/gJkmYTA

  1. I ran into a thread that doesn't seem to be able to be deleted.

thread url: http://devel.perryhuang.com/t/about-the-meta2-category/9
this thread's settings menu: http://imgur.com/eZYBZRR

If anyone can help me out, I'd appreciate it! Thanks.

Perry

Posts: 5

Participants: 2

Read full topic

Formlabs' Discourse Forum

$
0
0

Kane York wrote:

Looks like you are running an old version of Discourse, is there a reason you are not on latest?

Posts: 6

Participants: 4

Read full topic

Markdown links with ... in the text

$
0
0

Neil Lalonde wrote:

This link doesn't get cooked into html very well...

[http://www.google.com ... wat](http://www.discourse.org)

This creates a link to google, a link to discourse.org url that can't be clicked, and renders " ... wat" after the links:

<a href="http://www.discourse.org"></a>
<a href="http:///www.google.com">http://www.google.com</a>
... wat

This is annoying because phpBB shortens links exactly like that, so all those links are broken after an import.

Posts: 3

Participants: 3

Read full topic

How to travel through nodes and edit it

$
0
0

Tuan Anh Tran wrote:

I tried to use parseNode but when i made a change to a node content, it doesn't seem to get saved. the content remains the same as the old one.

Posts: 2

Participants: 2

Read full topic

User Activity: no indication of loading

$
0
0

lid wrote:

https://meta.discourse.org/users/user/activity

To reproduce:
scroll all the way down on a user activity page.

Expected behavior:
show indication of loading like we get when we scroll down on topic list or inside a topic when we load posts

this issue affect activity and all of its sub categories / filters

tested on chrome.

Posts: 1

Participants: 1

Read full topic


Can I Keep Nofollow for All User Links, Including from Trust Level 3?

$
0
0

Lowell Heddings wrote:

I just learned that users in trust level 3 do not have nofollow on the links that they post, but there's no option for me to configure this at all.

Considering my site is extremely reliant on Google traffic, I really don't want users on the forum having the ability to build SEO links. (even if I do trust the current "leaders" on my forum), it's not the point.

Posts: 16

Participants: 5

Read full topic

When will you sell the script? and host service?

Please use tags to choose category

$
0
0

Angel SG. wrote:

When create topic, please force user to choose (0-5) tags.

Each tag comes from different category. Then 1 topic can be displayed in many categories at the same time.

Don't need to have subforum.

There will be only 1 forum.

And each category will have set of tags. (These are fixed tags which generated by admin.)

And when user create new topic, user will need to choose tags for topic. And the those tags will be factor which categories the topic will be displayed.

Posts: 2

Participants: 2

Read full topic

Search context incorrect after using back button or clicking category

$
0
0

lid wrote:

How to reproduce:
1. go to a cateogry
2. select a topic
3. hit CTRL+F
4. click on the category label on the top of the screen or hit the back button
5. hit CTRL+F again

search box without the Search the "bug" category

Expecting

Posts: 3

Participants: 3

Read full topic

Ability to set default topic notification?

$
0
0

Surya Sasmita wrote:

It seems that Original Poster will be set automatically as Watching the topic. How can I force topic notification to Regular? even for the OP.

Posts: 12

Participants: 3

Read full topic

Viewing all 60721 articles
Browse latest View live




Latest Images