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

Create a new Topic: Links in description of category dropdown invisible

$
0
0

Aahan Krish wrote:

The screenshots should be self-explanatory. (Eyes on the "Meta" category in the dropdown.)

Normal view:

On hover: (notice links aren't very visible now)

This happens on meta.discourse.org too. Look at WordPress and SSO categories in the dropdown.

Posts: 2

Participants: 2

Read full topic


Stash vs reset during upgrades?

$
0
0

Watchman Monitoring wrote:

I have a number of customizations to our config/locales/server.en.yml in our discourse.

During an upgrade we start out with:

cd /var/www/discourse && git fetch && git reset --hard HEAD@{upstream}

One day Im going to forget this, potentially losing my changes (Yes I make backups, but that's a different story)

Would stashing any changes before resetting the repo make sense?

Posts: 5

Participants: 3

Read full topic

Reply notifications for removed topics still show up for user

Remember the selected view / tab on homepage

$
0
0

ampburner wrote:

Users have access to a bunch of different content views on the homepage

  • Latest
  • New
  • Unread
  • Starred
  • Categories
  • Top

I would like to propose the following behaviour.

Suppose a user starts out on the homepage (let's say that the default view is "Latest")
The user has a particular preference for the "Categories" view, so they click categories and from there they read some topics.

The next day, the user returns to the homepage.
Instead of seeing "Latest", they now see the "Categories" view (because when they clicked categories, we stored their preference in a cookie)

Why I think this behaviour is preferable
Reverting to default on the homepage (the way it works now) is a way of pushing the user in the direction of the default view. Yes, you can click categories, but the default view is the way you're supposed to use the site. Eliminating this behaviour would give the user freedom to use the system however they chose.

In some communities (the ones used to classic forum software), there can be a strong preference for the category view among the existing users (who dislike the "Latest view" because they're not used to it)
By introducing this feature, anyone can use whatever view they want.

Posts: 8

Participants: 5

Read full topic

Reply by email not processed correctly

$
0
0

Peter Lewis wrote:

There seems to be cases where the reply text is not processed correctly. My reply (by email) resulted in a mostly empty message appearing in the forum.

The first email is the email I sent, the second is the email Discourse sent out, matching the forum display, and showing only the initial line of my reply. Perhaps the quoting confused it?

Posts: 8

Participants: 5

Read full topic

Legacy strings in translation files?

$
0
0

probus wrote:

I'v been looking at translating discourse for a couple of days now. I wonder if there are strings there that are not used anymore? For example, there are lot's of strings about hot topics and voting for topics that I don't think are relevant anymore. At least I haven't seen them anywhere while using the sites. I've also wondered about some duplicate strings, like

      notifications:        reasons:
          "1_2": 'You will be notified only if someone mentions your @name or replies to your post.' 
         "1": 'You will be notified only if someone mentions your @name or replies to your post.'
          "0_2": 'You are ignoring all notifications on this topic.'
          "0": 'You are ignoring all notifications on this topic.'

What's the point?

Posts: 2

Participants: 2

Read full topic

Mis-alignment of buttons on category/latest page

Which part of the code that discovers mobile template

$
0
0

nXqd wrote:

I'm still learning Emberjs, I find it's pretty interesting that Discourse automatically find mobile template. How is it implemented, I have tried to look around but i'm not so lucky frowning

Posts: 2

Participants: 2

Read full topic


How do I force Discourse to show mobile view to mobile devices?

$
0
0

Volkan Unsal wrote:

I am noticing that the users on mobile clients are seeing the desktop view. Is there a simple way to force their devices to switch to the mobile view?

Posts: 6

Participants: 3

Read full topic

Top of the pages

$
0
0

wrote:

I added a picture in top of the pages html and it appears correctly however it is across all the pages including user page etc. How do I make it only appear in frontpage?

Posts: 3

Participants: 2

Read full topic

How do I upload images to my digitalocean discourse?

$
0
0

wrote:

I followed the 30 mins install guide for discourse using digitalocean.
After the setup I wanted to upload image for my site logo and sftp into digitalocean.

But I'm confuse that since I couldn't find public_html folder where should I put my logo images in?

Posts: 4

Participants: 2

Read full topic

Invite user to a topic inside a restricted category

$
0
0

Tuan Anh Tran wrote:

Is it possible to invite an user to a topic inside restricted category? And only be able to access that particular topic only.

Posts: 3

Participants: 2

Read full topic

Change tracking branch for your Discourse instance

$
0
0

Arpit Jalan wrote:

We do not recommend tracking master branch for your Discourse instance, because master branch is usually bleeding edge or unstable. In this guide we'll describe how to change tracking branch for your Discourse instance to tests-passed. Let's get started!

Open configuration file app.yml. From console, run these commands:

cd /var/docker
git pull
nano containers/app.yml

Configuration file will open in nano editor. Search for version (with Ctrl+W) in the file:

params:
  ## Which Git revision should this container use?
  version: HEAD

Replace HEAD with tests-passed:

params:
  ## Which Git revision should this container use?
  version: tests-passed

After completing your edits, press Ctrl+O then Enter to save and Ctrl+X to exit.

Rebuild the container:

git pull
./launcher rebuild app

That's it! Your Discourse instance is tracking tests-passed branch now!

Posts: 9

Participants: 5

Read full topic

Implement the discourse user menu in Wordpress

$
0
0

Jerre wrote:

How can I 'embed' the discourse user menu (see screenshot below) inside my Wordpress installation?

I've been able to use the PHP api wrapper to sort of recreate the menu with the user's username and avatar, but I'd like to implement the menu and user notifications as well. I have not been able to find any API methods I can use to get this data (not in the PHP wrapper at least). Is there any way to achieve this?

Thanks!

Posts: 3

Participants: 2

Read full topic

Another cryptic email error notification PM received

$
0
0

Michael Downey wrote:

Another cryptic system error PM received by admins:

translation missing: en.system_messages.email_error_notification.text_body_template

Any ideas what this means? Nothing of use in /logs or /admin/email/sent.

Posts: 6

Participants: 4

Read full topic


Category ordering - broken in places?

$
0
0

Aahan Krish wrote:

Does that option only set the order of categories as displayed on the categories page (/categories)? It doesn't seem to have any effect on the categories dropdowns in the header nav panel or the top nav bar, i.e.

Is that intended? It doesn't make sense that the option does nothing to the most visible menus listing categories.


The drag-and-drop functionality for reordering categories seems to be broken. It simply doesn't work. (Tested in the latest version of Firefox on an up-to-date Windows 7 PC)

So, there you go, 2 possible bugs.

Posts: 1

Participants: 1

Read full topic

Align right not working

$
0
0

wrote:

Is this image aligning right?

edit: it works here, but doesn't work on my site... i wonder why

FIXED: able to fix it with cropping the image size beforehand

Posts: 5

Participants: 4

Read full topic

Link to sign up and sign in?

Add icon in categories badge?

$
0
0

wrote:

how can I add icon in categories badge? I see that the default staff badge has an icon on it

Posts: 4

Participants: 3

Read full topic

Scalable Discourse

$
0
0

Manthan Mallikarjun wrote:

Hey!

How would scalabale discourse work? Right now I have to servers. One called DB and another one called ROR-1. Say I need to scale and I create a server called ROR-2. How would the images and files sync work? I did setup s3, but is that enough for it to work or would I have to setup rsync to sync the assets folder?

Posts: 15

Participants: 7

Read full topic

Viewing all 60690 articles
Browse latest View live




Latest Images