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

Can I manage "Admin", "Moderator" privileges and "Active" status via REST?

$
0
0

@roarkely wrote:

I'd like to be able to modify if a user has admin and moderator privileges as well as a user's active status through REST. I've watched the requests from the admin panel and found the endpoints, but it is not behaving as expected.

These are the paths and verbs I've tried. I've included the appropriate api_key and api_username query params as well. I keep getting 403'd.

Grant User Admin Privileges
PUT /admin/users/USER_ID/grant_admin

Remove User Admin Privileges
PUT /admin/users/USER_ID/revoke_admin

Grant User Moderator Privileges
PUT /admin/users/USER_ID/grant_moderation

Remove User Moderator Privileges
PUT /admin/users/USER_ID/revoke_moderation

Activate User
PUT /admin/users/USER_ID/activate

Deactivate User
PUT /admin/users/USER_ID/deactivate

Posts: 2

Participants: 2

Read full topic


Polls with top three ranked answers?

$
0
0

@tobiaseigen wrote:

We'd like to do a poll on our site for a new tagline, and have received more than 15 submissions to choose from. Thus is a bit for much for a single andwer poll. Is it possible to do a poll with multiple answers, ranked In order of preference?

Posts: 4

Participants: 2

Read full topic

Clicking on a category from a tags page leads to undefined page

Blog post plugin

$
0
0

@Simon_Cossar wrote:

Continuing the discussion from Could I show the best posts in a seperate view like WordPress?:

I've made a plugin for doing something like this. You can find it here: https://github.com/scossar/discourse-blog-post

It lets you select a category to display with different styles than the rest of your forum. It defaults to the 'blog' category, but that can be changed in the settings. It selects an image that has the added class header-image and creates a full-width splash image out of it. The styles are quite basic. They mostly involve removing things. At the moment it's removing the reply controls. That could be changed. It adds the class blog-post to the body tag for topics of the chosen category. Custom styles can be added by beginning them with the .blog-post selector.

This isn't quite ready for production. The styles need a few tweaks. Pull requests and suggestions are welcome.

Posts: 3

Participants: 2

Read full topic

Searches for single digits could prioritize occurrences of single-digits

What should middle clicking the search icon do?

Visual forum statistics

$
0
0

@dandv wrote:

My old MyBB forum had a simple charting feature that showed the userbase size over time. It came in handy in this presentation I gave about the growth of the forum, where I overlaid certain events on the chart.

/admin/reports/signups is a start, but less visually compelling.

Haven't found any plugins that display charts, but they would be a nice visual addition to the Discourse dashboard: users over time, posts, topics, attachments.

Posts: 3

Participants: 3

Read full topic

User card: tiled or centered


Migrate from Icy Phoenix 2.0 to Discourse

$
0
0

@Suspectus wrote:

Hi,

We need to migrate our ClubLexus Forum from Icy Phoenix 2.0 since this platform is dying slowly, and these days does not full fill the needs of our visitors and their mobile devices.
Also, this is getting risky since there are no security updates and the administration of the forum is getting more and more painfull.
There is a 2.2 beta version of IcyPhoenix around there but since the spanish project is dead, there won´t be any translation for this new versión...

I tried to find any topics abut this migration and I didn´t found any.

Is there any script or guides that could help me migrate from Icy Phoenix 2 to Discourse?
I allready tested Discourse and I love everything about it. It fits all the needs we have and the Demo versión I installed looks and works like a charm.

Thank you !

Posts: 3

Participants: 3

Read full topic

Non-external avatars are unaligned

$
0
0

@calmh wrote:

Since I upgraded to v1.5.0.beta3 +126 (by rebuilding the Docker image), letter avatars are unaligned:

Note that I'm not using the external avatar service. If I do turn that on, the avatars look different and are aligned:

I've cleared browser cache as appropriate and so on. :smile:

Posts: 4

Participants: 4

Read full topic

Configuration file of nginx

$
0
0

@11122 wrote:

what's the differences between etc/nginx/conf.d/discourse.conf and etc/nginx/nginx.conf? Which one is the real nginx configuration file?

Posts: 2

Participants: 2

Read full topic

Scrolling generating many entries in History menu/log

$
0
0

@RayOnTheFarm wrote:

(putting this here because not sure if bug or feature)

I'm a user on the hoocoodanode site that kcoop just brought up yesterday. One thing I noticed, and kcoop does not see happening, is that when I scroll up or down in a thread, I keep getting items added to my History menu (and log). This appears to be happening each time the Discourse s/w updates the URL at the top of the window.

Thus far, I have observed this happening on three browser/OS combinations:
Mac OS X 10.6.8 / Firefox 41.0.2
Mac OS X 10.8.5 / Safari 6.2.3
Ubuntu 14.04 LTS (current stable) / Firefox 41.0.2

Is this being caused by a installation configuration option, or something the user can turn on/off ?

Apologies if this has already be asked. TIA

Posts: 7

Participants: 3

Read full topic

Number of Latest Topics on Categories View

$
0
0

@JeffreyKeefer wrote:

Is there a way to get more than the 3 latest categories listed in the Category View? Right now, we are using that as our home page http://forum.networkedlearning.net/categories (BTW, we renamed categories as Discussions), though only see the most recent 3 topics and not more as I see on other sites. Not sure if I am missing or otherwise made a mistake with a setting?

Thank you!

Posts: 3

Participants: 2

Read full topic

Format Text and Image in Categories

$
0
0

@JeffreyKeefer wrote:

Is there a way to format the text that describes categories so it appears next to the image?

We have our home page set to Category View, and in our site http://forum.networkedlearning.net/categories we are using images for each category, though I want the text that describes it to be under the title, and not under the image (to save space) so it has more of the appearance of how this appears in the individual category page http://forum.networkedlearning.net/c/october2015-massiveopen

Any ideas if this can be done? Thank you!!

Posts: 7

Participants: 3

Read full topic

Scrolling CPU intensive on very long topics with Firefox 41.0.2

$
0
0

@kcoop wrote:

Continuing the discussion from Scrolling is not smooth in Google Chrome because of auto link change in my address bar:

My users are now seeing this same behavior on Firefox 41.0.2. Very jerky, CPU intensive. One of them even reported it crashing their browser.

I am able to reproduce it on OS X 10.10.4, but not on 10.11.

Posts: 6

Participants: 4

Read full topic


Adjusting the size of the login popup

$
0
0

@Mark_Zegarelli wrote:

Hi.

We're trying to implement a custom SSO provider for a new Discourse instance.

Things are working on the backend, but the only issue we're having now is that the popup that loads our login page is too small, and positioned oddly.

By default, it's popping a window that's 800 x 400. Is there away to customize this window size?

Thanks.

Posts: 1

Participants: 1

Read full topic

Recording Full Timestamps

$
0
0

@mrosas wrote:

We're looking closely at our Discourse usage data to determine what types of content tend to encourage folks to login. We noticed that topic_views.viewed_at and user_visits.visits_at record only the date -- not the entire timestamp. We'd like to look at the entire clickstream but that requires the full timestamp.

It seems other date fields are storing the full timestamp. Is this intentional or could these be changed to store the entire timestamp?

Posts: 1

Participants: 1

Read full topic

Polls don't register votes

$
0
0

@sevvie wrote:

Hey, I started using Discourse for a guild website, and wanted to take advantage of the poll plugin that appears to be installed by default. I add "Poll:" to the beginning of the post title, use the mixed BBCode/Markdown formatting and submit, and I get the poll I expect... however, clicking on any of the options results in nothing happening.

I'm on Discourse 1.5.0beta3+19, running on a DigitalOcean server, and my third-party plugins are:

  • docker_manager
  • discourse-tagging
  • image-gallery
  • discourse_calendar

I feel I should also note that tagging doesn't work either; the text box that appears beneath the one I'm typing into here doesn't appear on my installation of Discourse. For a peek at the site, please check out http://unifiedkingdom.com/ (and here's a link to a poll)

Posts: 6

Participants: 4

Read full topic

After the update, log in as admin shown *blank page*

$
0
0

@neon wrote:

When I was using Chrome to login as admin to my site, it shows nothing. And I reset the browser, clean everything up and ./launcher rebuild it, nothing changed.
Before the update to 1.5 it was all fine, but after I close the upgrade window, it could not load any page.

I did not installed any plugins.

Some users are also saying that their browser are not displaying anything.

Admin works fine with Safari.

EDIT*: log in as the non-admin accounts are working good, but only log in as admin nothing show up on the screen.

Posts: 6

Participants: 3

Read full topic

Onebox images in email notifications are HUGE

Viewing all 60613 articles
Browse latest View live




Latest Images