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

How do i install phppgadmin on Discourse server?

$
0
0

@steelmaiden wrote:

Can anyone please explain how to install phppgadmin on a discourse server or any other tool that will help me access forum database through a graphic interface?

Posts: 2

Participants: 2

Read full topic


Login broken if scripts turned off

$
0
0

@WD40 wrote:

This may be a fringe case, but we're using Discourse in a low-bandwidth, low tech part of the world...

Accessing the HTML version on non-JS browsers (old phones) has breathed new life into the accessibility of content while away from high speed internet/computers. However, since we are a closed system (requiring login) we can't figure out how to Log In using the noscript version.

Is there a workaround? On some phones that have JS capability, we can wait for the initial load, login, then turn off the JS... but that seems a bit cumbersome.

Posts: 2

Participants: 2

Read full topic

Headless qunit integration tests?

IP address instead of the URL

$
0
0

@ringgit002 wrote:

So, I am pretty new but I find it amazing that I was able to install Discourse into Digital Ocean and get it up and running in less than 2 hours (yeah, I had some areas with the DNS and mailgun which I had to troubleshoot but the worst is over). I have one nagging problem - the Discourse forum is showing the IP address in the address bar instead of the URL. I am not sure where I can fix it in Discourse. Or is it in my DNS record? Appreciate any advice!

Posts: 9

Participants: 3

Read full topic

Scrolling upwards jumps to top post

$
0
0

@fefrei wrote:

I found a quirk with infinite scrolling:

When I open this topic here, scroll down to the bottom and then scroll up slowly, the view jumps into the first post:


Version information

Meta is currently running Discourse 1.6.0.beta7 - https://github.com/discourse/discourse version 9e75b14535b401346ac6547d883d9b3901407eec, I am running Chrome Version 51.0.2704.84 m (64-bit).

Posts: 6

Participants: 3

Read full topic

List groups that user has access to in /groups

$
0
0

@tarek wrote:

There also seems to be no way to get to a list of 'groups' for a non-admin user, while /badges, /users and /tags all work as expected.

I propose that /groups shows all groups, with a lock beside ones that the user cannot access.

Alternatively, that it shows only the groups the user has access to.

Posts: 2

Participants: 2

Read full topic

Container fails to (re)start after system update

$
0
0

@JohnDoe1 wrote:

Hi,

I upgraded my server (debian 8.5) a few days ago via apt-get. docker-engine was updated. I use docker only for discourse. The discourse container did not restart after updating. Manually restarting fails with

/var/discourse# ./launcher restart app
/usr/bin/docker: Error response from daemon: rpc error: code = 2 desc = "shim error: invalid argument".
Your Docker installation is not working correctly

See: https://meta.discourse.org/t/docker-error-on-bootstrap/13657/18?u=sam

The link provided does not help or I don't understand. I found some threads around here and tried

/var/discourse# git pull
./launcher rebuild app

but this failed with the same result.

Thanks for any help on how to fix or debug this.

Posts: 8

Participants: 2

Read full topic

Mod can't see unlisted posts

$
0
0

@carmalonso wrote:

I'm a moderator over at the Infinite Flight Community. Along with the other mods there, we've noticed a change since yesterday in which we can no longer view unlisted posts.

Previously, we had the ability to see the content of the unlisted thread - it was helpful to see what actions our team were taking and the behaviour of some users.

Now we only see the following page (non-existent page/private):

Is this a known change / issue? We're on a Discourse hosted plan, so I assume this is an automatic update. However, it hasn't been very convenient for our moderation activities. We'd appreciate any information on this!

Whilst on the topic, I've also noticed I'm not receiving notification for replies to posts since yesterday (Thursday 9th June) on the IF Community. Not sure if this is an issue with a new update, but no settings have been changed on my end. Definitely odd.

Posts: 5

Participants: 4

Read full topic


Adding facebook auth to existing local user

$
0
0

@markofthedesert wrote:

Hi Folks,

We have a small invite-only forum. Currently, the user base consists of local(to discourse) created and stored accounts. Is there any existing mechanism capable of allowing these users to pair with their FB identity and auth that way?

Regards,
Mark

Posts: 2

Participants: 2

Read full topic

Cannot get Email to send using Zoho mail

$
0
0

@ZenOokami wrote:

So just setup Discourse on a DigitalOcean droplet (1gb ram).
Using Zoho for the mail system.

I have the SMTP set in the app.yml:
## TODO: The SMTP mail server used to validate new accounts and send notifications
DISCOURSE_SMTP_ADDRESS: smtp.zoho.com
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_USER_NAME: noreply@essenceofzen.org
DISCOURSE_SMTP_PASSWORD: "***"
DISCOURSE_SMTP_ENABLE_START_TLS: true

I have DKIM and SPF set, and I still cannot get the "send test email" function to work and logs via sidekiq states:

Jobs::CriticalUserEmail

{"type"=>"signup", "user_id"=>1, "email_token"=>"dd889903f2ffa1f6b8dc9f7f99ac3f19", "current_site_id"=>"default"}

Jobs::HandledExceptionWrapper: Wrapped Net::SMTPAuthenticationError: 535 Authentication Failed

any advice?

Posts: 5

Participants: 3

Read full topic

Retain launcher command past an image download?

$
0
0

@watchmanmonitor wrote:

Mentioned here: (that's for pointing it out @fefrei

I just tried this, and after an image pull, ./launcher forgot what it was supposed to be doing.

<snip>
Status: Downloaded newer image for discourse/discourse:1.3.5
Usage: launcher COMMAND CONFIG [--skip-prereqs] [--docker-args STRING]
Commands:
    start:      Start/initialize a container
    stop:       Stop a running container
...

Full command output here: https://gist.github.com/YesThatAllen/0eb80062b913469ae7d415fe1ec73483

re-running ./launcher rebuild app worked fine, but if that could have been preserved past the image download, that'd have been extra sweet.

Posts: 2

Participants: 2

Read full topic

What is Discourse's definition of small/large communities? (when to upgrade 1gb to 2gb)

$
0
0

@ZenOokami wrote:

Hello everyone!

Trying out discourse, since nodeBB was not working the way we wanted, currently installed it on a 1gb ram droplet.

Now in the documentation it's stated that 1gb will work just fine for small communities, but 2gbs is recommended for larger communities (I assume this is due to redis?)

Well my question is how do you define small/large communities? I ask because we'd want to know when to upgrade the droplet before any issues spawned.

Thank you guys!

(sidenote, a little praise - the documentation for discourse is so clean, thank you for that specifically)

Posts: 2

Participants: 2

Read full topic

How to create "please register to see the link"?

$
0
0

@hashOK wrote:

I want something like this : [Please register to see the link] inside a topic in the forum when viewed using guest view.Possible?

Posts: 2

Participants: 2

Read full topic

API - How to revoke badge from a user

$
0
0

@jefflau wrote:

Hi guys,

I've been trying to reverse engineer the revoke badge API endpoint, but I can't figure out how its done. When i'm looking at the XHR requests on the inspector, I can't figure out how the API knows what user/badge I want deleted. I'm not super experienced with hacking APIs, so I'm not sure if I'm missing some additional data, but all the parts of the API i've reverse engineered had some kind of form data attached to it.

This is what I'm seeing:

As far as I can see it's a DELETE to the url http://testforum.daohub.org/user_badges/36, different badges have different numbers, but I'm not sure how it knows which user to delete it from. If I add and remove the same badge, the number is different the second time round so it doesn't seem to be using the badgeID for it either.

Any help would be appreciated.

Thanks.

Posts: 1

Participants: 1

Read full topic

How to decrease the PASSWORD LENGTH from the 10 to 6 digits of the NEW USER SIGNING UP

$
0
0

@srikanth413 wrote:

HI ALL,

when new user is going to signup in the registration form, PASSWORD LENGTH asking at least 10 characters. how to decrease the PASSWORD LENGTH from the 10 to 6 digits of the USER CREATION.
To do that modification any settings are available in ADMIN.

Posts: 4

Participants: 2

Read full topic


How to link the existing discourse comments to wordpress posts?

$
0
0

@Davidliu wrote:

I have setup wp-discourse, and checked syncing is fine between wordpress post and discourse for new posts.(they are hosted in different domains)
Currently I have bunch of existing comments in discourse, which comes from disqus.
I want to connect them to the relative topics in wordpress.
But It's not working at all.
What's the best way to link each other? I have been seeking for this answer for 3 days.

Posts: 4

Participants: 3

Read full topic

Failed to bootstrap 1.6.0.beta 8 with out of date docker

$
0
0

@Josiah_Toppin wrote:

Coming from 1.6.0.beta 7 to beta 8 today. I don't have time to delve into it too much right now, but here is the error that is thrown - running ./launcher rebuild app

FAILED

Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake assets:precompile' failed with return #
Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
0ab4149a5803934ef38dd9009f53670dcc5d48b3839ed83feefcf719a3330d51
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

Posts: 5

Participants: 3

Read full topic

Loading our SiteSetting properties before plugin loads

$
0
0

@def wrote:

I'm aware that after_initialize allows us to have access to the loaded properties in SiteSetting but I'm struggling to update my register_middleware method.

Since ruby isn't my working language it's more difficult for me to follow.

So in lib/plugin/instance.rb I see this may be responsible for handling the loading of our plugins.

But simplying wrapping my class in after_initialize do ... end doesn't seem to work. (Nothing appears to have loaded at all if I do that).

  def register_middleware(omniauth)
    omniauth.provider :steam, SiteSetting.discourse_steam_login_api_key || ENV['STEAM_WEB_API_KEY']
  end

Is there anything obvious I'm missing?

The problem essentially is that - when register_middleware is called, I don't think my SiteSetting property is yet loaded.

I've set the enabled_site_settings at the top of the file:

enabled_site_setting :discourse_steam_login_enabled
enabled_site_setting :discourse_steam_login_api_key

Some plugins only use their enabled flag, others add more properties this way. So it's a little confusing what the purpose of enabled_site_setting is, some clarification on that as well if possible.

I'm hoping this is something relatively simple I've overlooked :sleepy:

Posts: 3

Participants: 2

Read full topic

Custom navbar not adjusting automatically after update

$
0
0

@connectkushal wrote:

I have an educational website (cseprep) using discourse forum. One instance is hosted with discoursehosting (one on the right), which is not on the latest version. I installed the latest version on digitalocean droplet (the on on the left) to try out new plugins, scrollbar,etc

As you can see, when i copied the same code under customisation, to the the latest discourse, the custom navbar in the header is no longer adjusting automatically for smaller screen size. The same happens when viewing the site through mobile and the same happened when i uploaded the backup to the latest version.

Is this a bug or do i need to add some more lines of code? how do i avoid it going behind the default navbar?

Posts: 7

Participants: 2

Read full topic

System Requirements

$
0
0

@Netmatrix wrote:

What are the system requirements to run Discourse on our own server? I can't seam to fine this anywhere.

Thanks Brian

Posts: 3

Participants: 2

Read full topic

Viewing all 60599 articles
Browse latest View live




Latest Images