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

ImgFlip: Adding a meme easily

$
0
0

@cpradio wrote:

Taking a lot of what I learned with the ReplyGif plugin, I've developed one for ImgFlip too.

The GitHub Repo is located at
https://github.com/cpradio/discourse-plugin-imgflip

I've also built in features for future proofing. API Username and Password (in case ImgFlip starts to monitor the usage) and the URL, even though ImgFlip supports HTTPS already.

Please report any issues via GitHub or here.

Enjoy!

Update:
2015-10-02 14:00 PM EDT
Fixed the fact that multiple memes could be selected. I still need to look into handling any errors returned from the API properly.

Posts: 1

Participants: 1

Read full topic


Seems that moderators can get admin's API keys?

$
0
0

@Toxaris wrote:

I'm an admin on a discourse instance and created an API key. When I impersonated a moderator and then went to the admin page about my actual admin user, I could see the API key there. I expect that to be a security issue.

How much do I need to trust my moderators?

Posts: 4

Participants: 4

Read full topic

Suppress category from Latest top menu only [1.5.x]

$
0
0

@mr8 wrote:

Continuing the discussion from 1.5.0.beta1 breaks category exclusion from homepage:

Is there a way to exclude a category from the Latest top menu like we had in 1.4?

I tried the new Suppress this category from the homepage option, but that seems to remove the category from /categories and the posts from that category still showed up under /latest.

Ideally we'd still like to have the excluded category show up on our homepage (/categories), but excluded from /latest like we used to do with the |latest,-Category Name| option under basic setup > top menu.

Posts: 5

Participants: 3

Read full topic

Making user search scoped to a group

$
0
0

@jvillasante wrote:

I'm trying to find a way that user mentions be scoped to only the group that the user mentioning is. I mean, I would like that when some user try to mention another, the choices she get for those others are scoped to his own group.

I thinking about patching app/models/user_search.rb but since I'm new to rails i'm wondering how can I scope the user search to the group of the current user.

Any help will be much appreciated.
Thanks!

Posts: 1

Participants: 1

Read full topic

Create option footer statistics

$
0
0

@Roxelle wrote:

Name Plugin: Statistic Plugin
Budget: 20/30$

Description:
I need a plguin to list the statistics of the forum, such as:
- Users online
- Total posts
- Total topics

For those who will create this plugin, will be stocked more details...

We are willing to pay a little more.
is a plugin that we need urgently!

Thanks! =D

Posts: 1

Participants: 1

Read full topic

login_required even redirects robots.txt to /login

$
0
0

@michaeld wrote:

Seems like login_required is a bit too strict:

On a forum with login_required enabled, we can't even retrieve robots.txt. That seems undesirable to me.

Posts: 2

Participants: 2

Read full topic

Click on Liked by User Avatar does not popup usercard

Proper Procedure for Upgrading Discourse Docker Container

$
0
0

@will224 wrote:

I'm currently running version 1.4.0.beta2 on an AWS-EC2 instance inside of a single Docker container (per instructions found here).

What is the safest way to go about upgrading to version 1.5.0? If something goes wrong is there a quick and easy way to switch back to the previously working version?

From other threads that I have read on the topic, as well as the included README file, it looks like the following is the suggested method of upgrade:

cd /var/discourse
git pull
./launcher rebuild $appname

However, if this were to fail; what would be the quickest/best way to roll back to the previous working version? Should I re-instate my EC2 instance from a snapshot? Is there a way to quickly rebuild the container referencing the old image or image layer?

Posts: 1

Participants: 1

Read full topic


Replied by mail from Outlook 2013 doesn't remove previous message

Private categories show up in nav menu when user does not have permissions

Uploaded image was reduced to unlinked thumbnail

$
0
0

@dandv wrote:

In this post I've uploaded a ~5Mb screencast. Is there a size limit beyond which images are silently thumbnailed? I think there should be a more explicit warning about that, or ideally a link from the thumbnail to the large image, if it gets hosted somewhere.

Posts: 1

Participants: 1

Read full topic

Unable to Message from Flag modal

$
0
0

@Mittineague wrote:

I just tried to "send message to" at SitePoint but the Message button was disabled.
Same with the "Something else"
The Flag options look to be working (at least the "Flag Post" button isn't disabled)

So I tried here. Same problem

Posts: 8

Participants: 5

Read full topic

Hide content when a user is not logged In

$
0
0

@joeymbryan wrote:

Our goal is to increase user sign up's by hiding certain content and instead showing a sign up form / button.

I've got a local dev environment up and running and have been playing around with plugins / plugin creation.

I'm thinking of extending making some changes to: https://github.com/discourse/discourse-spoiler-alert
in which I would add the sign up text hidden bellow the block.

I was thinking of using Discourse.User.current() on initialize to show either the "sign up" block or "spoiler block"

Am I on the right track or is there a simpler way of going about this?

Posts: 3

Participants: 3

Read full topic

Can I do SSO without email addresses?

$
0
0

@Andy_Rothfusz wrote:

I'm considering Discourse for my users, but I don't always have a verified email address for them. When I don't have a verified email address, I do have some other verified means of reaching them.

It looks like Discourse SSO requires an email address for each user. Why? I'd like my users to authenticate through my system and I don't require an email address for them.

Posts: 4

Participants: 3

Read full topic

Why does the Discourse logo appear for thumbnail previews?

$
0
0

@Erik_Manger wrote:

Hi,

Ever since latest updates, the Discourse "D" logo appears as the link thumbnail. This occurs when I send the main home page URL.

How can I change it?

Posts: 2

Participants: 2

Read full topic


Upgrade multiple plugins (+ Discourse) at once

$
0
0

@dandv wrote:

Since upgrading one plugin takes several minute, and upgrading Discourse itself takes several more minutes, is it possible to upgrade everything in one shot? Otherwise a common situation like in the screenshot below would take ~10 minutes to upgrade.

Most steps in the upgrade log are the same:

  • bundle install --deployment --without test --without development
  • $ bundle exec rake multisite:migrate
  • $ bundle exec rake assets:precompile

Posts: 5

Participants: 3

Read full topic

Does anyone know any science Discourses?

I need help with SSL

$
0
0

@orangepeel wrote:

I am trying to set up a Discourse, but I am stuck on implementing SSL. The Discourse is up and running, and ready in every respect except SSL. I even had a few friends "beta test" it. This is the first time I've set up a server of any kind and I have no idea what I'm doing. The instructions for setting up a Discourse were simple enough that I could do them. That was kind of amazing. But the instructions for SSL leave more up to the user. For example, they just say:

Get a signed cert and key and place them in the /var/discourse/shared/standalone/ssl/ folder

I don't have the first idea of how to place something in a folder, and I don't even know what to Google. That's just one step, but it's like that for the whole series of instructions.

Posts: 3

Participants: 3

Read full topic

Concerns about UX, save-ability of pages and configurability

$
0
0

@NawfelBengherbia wrote:

I really dislike discourse based forums for the following reasons:

  • First of all. Do you think you can do better than the browser makers at optimizing out off-screen content?
  • When i open a page only the few first comments are loaded. So if i scroll fast (say i'm searching for some specific comment) I'll have to wait for the forum to consume some of my network budget and cpu/battery usage.
  • When i scroll to somewhere in a page, only a range of comments are displayed. So if I want to save that page, to read it offline for example, I'll need to scroll to many positions in the page and save a new file with the snapshot of that range of comments.
  • Your gui doesn't provide a way to disable this behavior. And your Github repo doesn't accept submitting issues. Thankfully, this page is linked from the readme file.

I really hope that my concerns get addressed. And sorry for the angry tone.

Posts: 5

Participants: 3

Read full topic

"Phishing (web forgery) suspected" - Seriously, I do not customize anythings

$
0
0

@M_c_Tau wrote:

I started running this website a few days ago using Discourse. I added only this plugin:

And today, after updating to newer version, I have been noticed this terrible warning from Google:
Warning — phishing (web forgery) suspected
The site you are trying to visit has been identified as a forgery, intended to trick you into disclosing financial, personal or other sensitive information.
http://www.google.com/interstitial?url=http://anhkhoviai.com/t/google-adense-lam-sao-de-tang-cpc-ban-nen-doc-va-chia-se-bai-viet-nay-neu-nhu-dang-kiem-tien-tu-ga-mot-cach-chan-chinh/80

Please, I need your helps.

Posts: 6

Participants: 3

Read full topic

Viewing all 60642 articles
Browse latest View live




Latest Images