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

Examples of Sharing Badges To Social Media


Where is the Setting for Opening a Hyperlink in a New Window

$
0
0

@BrickWood wrote:

I hate to ask this rookie question - but I’m trying to find out why all of my hyperlinks in my forum DO NOT open in a new window - they just open in the existing window.

Where is the checkbox / setting that makes hyperlinks open in a NEW window?

Thanks!!!

Posts: 3

Participants: 2

Read full topic

Anyone Using Cloudflare's Google Analytics App?

$
0
0

@SouperC wrote:

Wondering if anyone else here been using the Google Analytics “app” in cloudflare and noticed a BIG spike in bounces and a drop in reported pageviews since the version update (approx three weeks ago).

At first the code simply stopped loading on all of my sites when I updated the GA app in CF. (Multiple platforms).
Then, once that was fixed I noticed a big difference between pageviews between GA and Discourse, a big drop in the totals in GA in general and the bounce rate went from 12% to 60%!

After digging around today, all I can say is that for some reason the GA code delivered by Cloudflare was only picking up (and was stuck on) the page url that a visitor landed on.
I removed/re-added the app in CF, disconnected it from my GA account, added/removed URLs from the app etc etc, cleared CF caches etc but no change.

Resolution: Use the GA field in Discourse I guess, once I did that everything went back to normal :wink:

Posts: 2

Participants: 2

Read full topic

Question on header/menu

$
0
0

@McBlu wrote:

Hello. I have a question on my header/menu.

Here is my header/menu:

I’d like to stretch the white in the after header where the menu is to fit the edges of the page and move the grey shadowed line from below the header to below the after header so that the header and after header appear as one white space with a grey shadowed line below it. Does anyone have any suggestions? Here is my code:

CSS:

nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
}

a:hover {
    transition: color 150ms ease-out 0s;
    color: rgb(44, 174, 195);
}

a {
    transition: color 150ms ease-out 0s;
    color: rgb(35, 137, 153);
}

nav#bar {
    width: 100%;
    height: 48px;
    background: #ffffff;
    top: 20;
    z-index: 1;
}

nav#bar a.nav-link {
    color: rgb(72, 72, 72);
    text-decoration: none;
    text-align: center;
    font-family: 'Arimo', arimo;
    font-weight:bold;
    line-height: 48px;
    min-width: 90px;
    font-size: 16px;
    float: left;
}

nav#bar a.red.selected {
  color: #c30000;
  border-color: #c30000 !important; }

nav#bar a.red:hover {
  color: #c30000;
}

nav#bar a.orange.selected {
  color: #c30000;
  border-color: #c30000 !important; }

nav#bar a.orange:hover {
  color: #c30000;
}

nav#bar a.yellow.selected {
  color: #c30000;
  border-color: #c30000 !important; }

nav#bar a.yellow:hover {
  color: #c30000;
}

nav#bar a.green.selected {
  color: #c30000;
  border-color: #c30000 !important; }

nav#bar a.green:hover {
  color: #c30000;
}

nav#bar a.blue.selected {
  color: #c30000;
  border-color: #c30000 !important; }

nav#bar a.blue:hover {
  color: #c30000;
}

nav#bar a.grey.selected {
  color: #c30000;
  border-color: #c30000 !important; }

nav#bar a.grey:hover {
  color: #c30000;
}

nav#bar a.nav-link.selected {
  line-height: 42px;
  border-top: 3px solid #ffffff;
  background-color: #ffffff;
  height: 45px;
}
.category-description {
    color: #484848;
}
.topic-list .topic-excerpt {
    color: #484848;
}
p>code, li>code, pre>code {
    color: #484848;
}
@import url(http://fonts.googleapis.com/css?family=Arimo);

body {
    font-family: "Arimo";
    font-size: 16px;
}
#main-outlet {
    padding-top: 63px;
}

After header:

Thanks, in advance.

Posts: 4

Participants: 2

Read full topic

Characters that change post formatting

$
0
0

@Biscuit wrote:

I discovered that placing = on the line after text makes it a heading, which is handy.

I also noticed that ~~~ causes formatting changes, but I’m not sure what.

Is there a list of all of these characters which impact formatting of a post?

Posts: 4

Participants: 3

Read full topic

Ability to only backup uploaded data

$
0
0

@kyrias wrote:

To make backup management easier and more consistent with the rest of our infrastructure we’re using an external PostgreSQL instance. This server has automatic backups separately from Discourse’s own, and the server is a newer version than the pg_dump binary version in the docker containers, so Discourse currently fails to dump the database, causing the Discourse backups to break.

Since we already have automatic DB backups we don’t need Discourse to take care of it, but we would still like to be able to have Discourse automatically back up just the uploaded data to S3 instead.

Posts: 3

Participants: 2

Read full topic

User Login Issue - Firefox

$
0
0

@RobMeade wrote:

Hi all,

I’ve not come across this one before, so hoping someone may have some suggestions.

I have a user who has recently registered, they prefer to use Firefox as their browser, but when they visit our hosted forum they are not shown any options on the login modal.

Here is a screenshot they have provided me with;

Their social login of choice appears to be Facebook, any known issues, or anything I can get them to take a look at?

I’ve downloaded Firefox myself and am about to install it, but I thought it was a bit odd that none of the buttons for logging in (Google, Twitter, GitHub in our case) are even displayed?

Thanks in advance for your awesomeness :slight_smile:

Posts: 2

Participants: 2

Read full topic

What kind of data my web site need to provide so discource can onebox content

$
0
0

@adopilot wrote:

I am developing asp.net core web site.
Parts of that site is going to be published to our discource.
What I am looking is protocol or way to discource automatically onebox links from my sites.

I know that my site have to return specific content so discource can onebox that.
But I can’t remember what name of that data is.

Posts: 5

Participants: 2

Read full topic


Go to quoted post doesn't work on quote in spoilers

$
0
0

@nawthor wrote:

If you quote a post and add spoiler tags around it, the “go to the quoted post” button doesn’t work as expected. Unlike the expand/collapse button it only toggles the spoiler blur. It doesn’t bring you to the quoted post.

Posts: 1

Participants: 1

Read full topic

Links with several parameters do not work

$
0
0

@GuidoD wrote:

Hi,

we just noticed in our instance that links with several paramaters joined with & do not work.
I do not know is that problem is already known here, at least have have not found it when I searched the bug category.

for example the below video is shown correctly in the message preview

But when you click on it you get an error since the & inside the link is translated automatically to & inside the link.
Those links have then to be posted as “Wozu brauchen wir Schulnoten? | Quarks Video | ARD Mediathek

Posts: 1

Participants: 1

Read full topic

`tel:` links not working with plus sign

$
0
0

@niemeyer wrote:

Internationally formatted phone numbers starting with the plus sign are not currently being recognized as valid links, and they end up being stripped out. That’s true whether we use tel:+1234 (the correct form) or tel://+1234 (the form accepted by Discourse, and that seems to work in browsers too). Also tested with %2B just in case, but that doesn’t work either. The only thing that seems to work is tel://1234.

Here is an example, that likely won’t work in both cases because tel needs to be enabled in the configuration:

That was tested in 1.9.0.beta16.

Posts: 1

Participants: 1

Read full topic

Unlink Google authentication

$
0
0

@owrh wrote:

We have an odd case where a member can’t log in. Their account is linked via Google, but when they try and do the OAuth dance they get 500s. All the settings in the Admin area look fine – the account is active etc. We don’t have this issue with other accounts, but the Google account in question has been recreated – i.e. a new Google UID where the email address is the same. Perhaps this is related.

Anyway, in order to try and fix it myself I wondered whether it’s possible to unlink an account from Google so it’s just a standard, email/password authentication?

Posts: 3

Participants: 2

Read full topic

Not valid SSL certificate WP discourse

Apostrophies not working in embed

Google doesn't show snippets of Meta


How is last_seen_at calculated?

$
0
0

@hross wrote:

Hey there!

I have been working with part of our company to set up private categories for specific customer groups. The team is really curious to be able to see how often the customers are not only posting, but logging into our community and viewing content in their private category, so we’ve been working on some queries with the data explorer plugin.

The most basic query is - who is in the group? The results we return are username, email, last_seen_at, and last_posted_at.

Problem is this: We have a particular user that we know has had an account for a long time, but had not been active. Just yesterday he confirmed that he logged into our instance and gained access to the private category. However, his last_seen_at date is set to some time in March of this year.

Further - the staffer who has been actively posting content for these private categories has a last_seen_at date in May:

Can anyone provide any clarification? Thanks!

Posts: 2

Participants: 2

Read full topic

Top Rare Disease Patient Community Runs on Discourse

$
0
0

@Ben_Munoz1 wrote:

Ben’s Friends Patient Communities is a 501c3 nonprofit that runs patient support communities for people with rare diseases. We have over 100k unique visitors every month on our sites. All of our discussions take place on Discourse software.

We used to run Ning for about 7 years, but the latest version of Ning had a terrible UI. When the company behind Ning went under, we migrated everything to Discourse and are very happy with Discourse. Great software and great people!

Thanks, Jeff, Arpit, and Neil!

–Ben Munoz
http://www.bensfriends.org

Posts: 1

Participants: 1

Read full topic

Composer shortcut should be disabled if user isn't allowed to post

$
0
0

@HAWK wrote:

In cases where a member isn’t allowed to post, the composer should not open under any circumstances.

Currently if TL settings are set so that TL0 isn’t allowed to post, hitting C opens the composer window.

Posts: 6

Participants: 4

Read full topic

Deleting user images when using the rails console to delete users

$
0
0

@Frank_Bailey wrote:

I added over 17000 users to my client’s Discourse installation via the API. I have to delete them now because reasons.

I’ve worked out how to delete the users themselves via the Rails app as explained here: Bulk delete suspended users after import

This doesn’t seem to delete the user avatar pictures (unless Discourse is caching them?) so I was wondering if anyone can tell me where I can go in the DigitalOcean droplet to delete the images?

Thanks!

Posts: 9

Participants: 3

Read full topic

Facebook debugger 403 response

$
0
0

@Pravi wrote:

Hello guys!
Facebook give below mentioned error when trying to update the Privacy Policy in app settings…

You must submit a valid Privacy Policy URL in order to be compliant with
 Facebook Platform. Request failed with error: Bad Response Code: URL
returned a bad HTTP response code.

Facebook debugger gives a 403 error only for privacy policy url. The site is working fine. All url are fine with facebook debugger, except privacy policy url. Any Idea guys ??

https://engineersasylum.com/t/privacy-policy

Posts: 6

Participants: 3

Read full topic

Viewing all 60690 articles
Browse latest View live




Latest Images