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

Composer section too big on iphone 10.1 Safari

$
0
0

@Nicholas_Tolstoshev wrote:

Might be related to this thread:

When I compose a reply on a 4" iPhone screen running iOS 10.1 in Safari, the bottom half of the composer window ends up behind the keyboard. You can scroll down to make it appear but when you start typing longer posts the text ends up behind the keyboard as well. This is tripping up some of my mobile users who get frustrated trying to post from their iPhone.

Posts: 2

Participants: 2

Read full topic


Posting a Facebook post, how?

$
0
0

@TheAdmin2 wrote:

I know Twitter works easy (just post the link) but how do I do it with Facebook posts? I searched for the answer but could't find it :/.

Posts: 4

Participants: 4

Read full topic

Discourse developers search

$
0
0

@needhelp wrote:

Besides this forum, can someone recommend another place where I can look for experienced Discourse developers ? I have been posting in the Marketplace many times already looking for a developer for a few customization projects but no luck finding one.

Posts: 1

Participants: 1

Read full topic

Threaded view option

$
0
0

@needhelp wrote:

Hi All, I have a budget of about US$500 to create a threaded view option for Discourse, it will be similar to what you see at http://mylittleforum.net/forum/

It will not replace the existing default layout of Discourse, but just another view option for users who want threaded view. And threaded view does not have to be mobile friendly.

Please let me know if anyone is interested.

Thanks

Posts: 2

Participants: 2

Read full topic

Possible to remove vertical scroll slider for desktop view?

$
0
0

@needhelp wrote:

Hi All

Is it possible to remove the vertical scroll slider for desktop view? Possible to remove or hide that with CSS? If yes, can someone share the code to hide?

Only for desktop view though, do not need to remove slider for mobile view.

Many Thanks

Posts: 6

Participants: 3

Read full topic

Can't join public group or see member list on group page

Text editor plugin to change font color

$
0
0

@needhelp wrote:

Hello, is there a text editor plugin for changing font color in a post?

I did a search and nothing comes up, nobody interested in this?

thanks

Posts: 3

Participants: 3

Read full topic

How can I enable "reply to this email to respond"

$
0
0

@Renee_Alfred wrote:

This is what our users see at the end of the email notifying them that there is a new comment.

And this is what I see at the end of the email when people reply to me at Discourse Meta. Can anyone please tell me how to enable this?

Posts: 3

Participants: 2

Read full topic


Redis errors on import

$
0
0

@pfaffman wrote:

I'm running an import (for an importer I wrote). I'm getting this error:

MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
Commands that may modify the data set are disabled. Please check Redis logs for details about the error.

I'm not quite sure where to check the logs. Is this something obvious (without checking the logs)?

Posts: 2

Participants: 2

Read full topic

Open External links in new tap doesn't work with vistors (non-users) on Discourse 1.7.0.beta11

$
0
0

@Nam_Nguyen wrote:

Hi,

I have problem with setting Open External links in new tap (featured link and onebox link), it didn't work with vistors (non-users) on Discourse 1.7.0.beta11

Posts: 2

Participants: 2

Read full topic

Backup log: a lot of DEFAULT "public.id"

$
0
0

@Silvanus wrote:

[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"
[2016-12-29 13:38:14] pg_dump: creating DEFAULT "public.id"

A lot of entries like this in my backup logs. Are they intentional or is there a problem somewhere? Can post whole log, if necessary.

Posts: 1

Participants: 1

Read full topic

Show Emoji on Summary Title of Hide details

Running Discourse in an Angular app

$
0
0

@fishb6nes wrote:

I'm looking to gain more experience with Angular and Node (as that is what is being used in my work place) and want to use a website idea I've been shelving for quite a while now. Initially I expected to simply run Discourse in an iframe in the Angular app, but it's never that easy.

Are there very clear reasons not to meddle with the X-Frame-Options, including loosening it to ALLOW-FROM? What would be the most elegant approach to integrating Discourse in an Angular SPA or am I barking up the wrong tree?

Posts: 9

Participants: 2

Read full topic

App not running even in safe mode

$
0
0

@Pad_Pors wrote:

We get a blank page after we rebuild the site , it's the same even in safe mode and with everything enabled.

the errors:

Uncaught TypeError: Cannot create property 'one' on string 'پسندهای داده شده'

with a warning:

_ember_jquery-60dedd1….js:57263DEPRECATION:discourse/views/topic-statuswas moved todiscourse/raw-views/topic-status

Posts: 2

Participants: 1

Read full topic

Discourse authentication loop issue

$
0
0

@Velo wrote:

Hi,

I use the Digitalocean droplet for discourse and it installs perfectly, but when i create the account, it has me verify the email and i get the email. Yet clicking the email wants me to do the whole proccess for authentication again.

Anyone having this issue?

Posts: 2

Participants: 2

Read full topic


How to rebuild from older discourse

Unable to save custom fields after skipping post validation

$
0
0

@meriksson wrote:

I am working on an importer script. To be able to import some weirdly formatted posts I tried passing skip_validations: true to PostCreator. This solved my problem but created a new one. It seems that the posts which are possible to create only by skipping validations do not support custom fields.

I do something like this:

post.custom_fields['my_field'] = "something"
post.save

After this I can access my_field with the expected results from the same instance, i.e. the post variable in the above example. But when I fetch the object anew from the database, the field is not there so it seems it is not actually saved. This is true only for the malformed (according to Discourse validations rules) posts, for all other posts custom fields work.

Some background:

To get on with my project I accepted the trade-off of turning validations back on and instead not importing the malformed posts. However, as it turns out I need to skip validations for another reason (to import posts into a category with restricted access), so I am back to square one with regards to the custom fields (without which my importer does not work very well, if at all).

PS. If there is a way to import to a restricted category without skipping validations, I would love to hear about it since it would help me in my current situation, but solving the custom fields problem mentioned above would be even better and I thought I should post about it anyway since I could not find any previous discussion of it or a similar issue.

Posts: 1

Participants: 1

Read full topic

"stderr: operation not permitted" on bootstrap

$
0
0

@Lee_Ars wrote:

I haven't been able to upgrade Discourse since 1.7.0.beta9 due to a frustrating error that I'm not smart enough to understand. On rebuilding or boostrapping, I get the following:

root@dockmaster:/var/discourse# ./launcher rebuild app

WARNING: We are about to start downloading the Discourse base image
This process may take anywhere between a few minutes to an hour, depending on your network speed

Please be patient

Unable to find image 'discourse/discourse:1.3.9' locally
1.3.9: Pulling from discourse/discourse
b87f06441b40: Pulling fs layer
69c598d5b6ca: Pulling fs layer
69c598d5b6ca: Verifying Checksum
69c598d5b6ca: Download complete
b87f06441b40: Retrying in 5 seconds
b87f06441b40: Retrying in 4 seconds
b87f06441b40: Retrying in 3 seconds
b87f06441b40: Retrying in 2 seconds
b87f06441b40: Retrying in 1 second
b87f06441b40: Verifying Checksum
b87f06441b40: Download complete
/usr/bin/docker: failed to register layer: ApplyLayer exit status 1 stdout:  stderr: operation not permitted.
See '/usr/bin/docker run --help'.
Your Docker installation is not working correctly

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

I checked the topic listed, and I can run the command there without issue:

root@dockmaster:/var/discourse# docker run --rm -i -a stdin -a stdout ubuntu echo 1
1
root@dockmaster:/var/discourse#

Running docker --version returns Docker version 1.12.1, build 23cf638.

Any help would be appreciated. My forum is currently offline and I am absolutely clueless how to bring it back.

Posts: 5

Participants: 2

Read full topic

Allow text to be included when reporting a post as off-topic

$
0
0

@Rob_Nicholson wrote:

If you flag a post as "Something else", you can type in more information. It would be handy to have this box when flagging a message as "Off-topic" as well - sometimes useful to make a suggestion as to how the thread should be split.

Posts: 2

Participants: 2

Read full topic

Update hangs for a really long time -- okay to reset?

$
0
0

@larsiusprime wrote:

(I searched for any similar threads before posting this, but they all seem old)

I just did an update for Discourse, and it's hanging for a lot longer than usual and I'm not sure if it's safe to press the reset button since it warns not to do that except as a last resort:

Has this happened to anyone else? Will it keep chugging until it's done or should I pull the reset trigger?

I'm using the stock Digital Ocean setup.

Posts: 2

Participants: 2

Read full topic

Viewing all 60642 articles
Browse latest View live


Latest Images