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

Mumble and Discourse sharing 2GBs Ram

0
0

@erasmus_grant wrote:

I have a 2 GB ram and 40 GB SSD VPS with 3TB transfer. I am wondering if I can have both Discourse and Mumble for a community of 500 people running on the same server. Is it possible to have discourse show up as a mysite.com/forums/? instead discourse?

Posts: 6

Participants: 3

Read full topic


Embedded comments not displayed

0
0

@guiniol wrote:

Hello,

I setup comments on my blog using this guide: https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963

It worked at some point, but now the comments are not displayed. In the firefox console, I see:

Load denied by X-Frame-Options: https://... does not permit framing.

And in the network section, for this resource, I see that:

X-Frame-Options: "ALLOWALL, DENY"

I have no idea what's going on, but I think it may be related to SSL.
Both the blog and the discourse instance are behind a reverse proxy which does the actual SSL.

The blog is here: https://avril4th.com
and the discourse instance: https://discourse.avril4th.com

I'm not sure what other information could be relevant.

Cheers,

Posts: 7

Participants: 4

Read full topic

Delegating votes

0
0

@dachary wrote:

Hi,

I'd like to be able to delegate my vote to someone, on a given category. For instance, if there is a poll in the feature category and I delegated my vote to user trustedfriend for all polls in the feature category, (s)he will have two votes instead of one.

The vote delegations could show in a fashion similar to users/myself/invited/redeemed and the poll plugin could use that when the delegated=true option is given.

Has this been discussed in the past ? The closest thing I could find is “endorsements”/trust between users; social network but it's only marginaly related.

Cheers

Posts: 1

Participants: 1

Read full topic

JavaScript animations for material design

0
0

@Idan wrote:

I use this code to create hover animation for topic avatars.

Can you provide me with how to translate the recommended Google Material Design to pixels.

Here's my code:

`.topic-avatar img {
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: box-shadow 0.3s ease-in-out;
  transition: transform .2s ease-in-out;

}

.topic-avatar img:hover {
 box-shadow: 0 8px 10px rgba(0,0,0,0.3);
 transform: scale(1.1);
 image-rendering: auto;
 image-rendering: crisp-edges;
 image-rendering: pixelated;

 }

`

Looks prety neat. try it out.

The image resize isn't sharp because the original icon size is small and have no room to animate. I used image-rendering to sharpen when it's hover, but it's still not perfect. I see if I the image rendering can work while the transition is taking effect.

Posts: 1

Participants: 1

Read full topic

Idea: text highlighter

0
0

@iamntz wrote:

Hey guys. It's me again, the crazy-idea guy :slight_smile:

Ok, so the basic idea is simple: would be nice to have something similar to Medium.com, where you can empathize a portion of a text and then do some super basic voting on that highlight (i.e. +1, -1)

The idea behind this is that although a reply can be an absolute genius work, it can contain a phrase that is total garbage (or vice versa).

What do you think guys, it make sense?

Posts: 5

Participants: 2

Read full topic

Can't upgrade to latest version psql 9.3 to 9.5

0
0

@Sylvain7 wrote:

Hi there, i tried upgrade discourse from the website but after updating docker as requested, the discourse update failed.

I went to my ssh to git pull / rebuild app / but i have this on my console

koan_dev@vps215774:/var/discourse$ sudo ./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.5' locally
1.3.5: Pulling from discourse/discourse
6d28225f8d96: Pulling fs layer
980fbaeadfb6: Pulling fs layer
6b76e99b0a75: Pulling fs layer
a3ed95caeb02: Pulling fs layer
a3ed95caeb02: Waiting
6d28225f8d96: Verifying Checksum
6d28225f8d96: Download complete
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
6d28225f8d96: Pull complete
980fbaeadfb6: Verifying Checksum
980fbaeadfb6: Download complete
6b76e99b0a75: Verifying Checksum
6b76e99b0a75: Download complete
980fbaeadfb6: Pull complete
6b76e99b0a75: Pull complete
a3ed95caeb02: Pull complete
Digest: sha256:a3fffe0bc4a462c52429e4986932a1733be384f9211e7e48f14864bd9306fb53
Status: Downloaded newer image for discourse/discourse:1.3.5
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 10 app
app
cd /pups && git pull && /pups/bin/pups --stdin
Already up-to-date.
I, [2016-07-15T19:07:37.336346 #13]  INFO -- : Loading --stdin
I, [2016-07-15T19:07:37.342855 #13]  INFO -- : > mkdir -p /shared/postgres_run
I, [2016-07-15T19:07:37.348015 #13]  INFO -- :
I, [2016-07-15T19:07:37.348567 #13]  INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2016-07-15T19:07:37.351492 #13]  INFO -- :
I, [2016-07-15T19:07:37.352049 #13]  INFO -- : > chmod 775 /shared/postgres_run
I, [2016-07-15T19:07:37.354660 #13]  INFO -- :
I, [2016-07-15T19:07:37.355138 #13]  INFO -- : > rm -fr /var/run/postgresql
I, [2016-07-15T19:07:37.357911 #13]  INFO -- :
I, [2016-07-15T19:07:37.358399 #13]  INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2016-07-15T19:07:37.361017 #13]  INFO -- :
I, [2016-07-15T19:07:37.361479 #13]  INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2016/07/15 19:07:37 socat[21] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2016-07-15T19:07:37.384540 #13]  INFO -- :
I, [2016-07-15T19:07:37.384931 #13]  INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2016-07-15T19:07:37.387602 #13]  INFO -- :
I, [2016-07-15T19:07:37.387975 #13]  INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2016-07-15T19:07:37.389923 #13]  INFO -- :
I, [2016-07-15T19:07:37.390299 #13]  INFO -- : > mkdir -p /shared/postgres_run/9.5-main.pg_stat_tmp
I, [2016-07-15T19:07:37.392069 #13]  INFO -- :
I, [2016-07-15T19:07:37.392559 #13]  INFO -- : > chown postgres:postgres /shared/postgres_run/9.5-main.pg_stat_tmp
I, [2016-07-15T19:07:37.394317 #13]  INFO -- :
I, [2016-07-15T19:07:37.398020 #13]  INFO -- : File > /etc/service/postgres/run  chmod: +x
I, [2016-07-15T19:07:37.401330 #13]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x
I, [2016-07-15T19:07:37.404664 #13]  INFO -- : File > /root/upgrade_postgres  chmod: +x
I, [2016-07-15T19:07:37.405190 #13]  INFO -- : > chown -R root /var/lib/postgresql/9.5/main
I, [2016-07-15T19:07:37.523568 #13]  INFO -- :
I, [2016-07-15T19:07:37.524115 #13]  INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/9.5/bin/initdb -D /shared/postgres_data || exit 0
I, [2016-07-15T19:07:37.526081 #13]  INFO -- :
I, [2016-07-15T19:07:37.526340 #13]  INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2016-07-15T19:07:37.551064 #13]  INFO -- :
I, [2016-07-15T19:07:37.551586 #13]  INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2016-07-15T19:07:37.553542 #13]  INFO -- :
I, [2016-07-15T19:07:37.554101 #13]  INFO -- : > /root/upgrade_postgres
initdb: invalid locale settings; check LANG and LC_* environment variables
I, [2016-07-15T19:07:37.618326 #13]  INFO -- : Upgrading PostgreSQL to from version 9.3 to 9.5
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.


I, [2016-07-15T19:07:37.618859 #13]  INFO -- : > rm /root/upgrade_postgres
I, [2016-07-15T19:07:37.620569 #13]  INFO -- :
I, [2016-07-15T19:07:37.621197 #13]  INFO -- : Replacing data_directory = '/var/lib/postgresql/9.5/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.622140 #13]  INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.623527 #13]  INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.626119 #13]  INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.628533 #13]  INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.629774 #13]  INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.631441 #13]  INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2016-07-15T19:07:37.633837 #13]  INFO -- :
I, [2016-07-15T19:07:37.634384 #13]  INFO -- : Replacing (?-mix:#?max_wal_senders *=.*) with max_wal_senders = $db_max_wal_senders in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.634999 #13]  INFO -- : Replacing (?-mix:#?wal_level *=.*) with wal_level = $db_wal_level in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.638768 #13]  INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.640357 #13]  INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.641837 #13]  INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/9.5/main/postgresql.conf
I, [2016-07-15T19:07:37.642999 #13]  INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres  peer in /etc/postgresql/9.5/main/pg_hba.conf
I, [2016-07-15T19:07:37.644837 #13]  INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/9.5/main/pg_hba.conf
I, [2016-07-15T19:07:37.645949 #13]  INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main
I, [2016-07-15T19:07:37.647448 #13]  INFO -- : > sleep 5
LOG:  skipping missing configuration file "/shared/postgres_data/postgresql.auto.conf"
2016-07-15 19:07:37 UTC [48-2] FATAL:  database files are incompatible with server
2016-07-15 19:07:37 UTC [48-3] DETAIL:  The data directory was initialized by PostgreSQL version 9.3, which is not compatible with this version 9.5.3.
I, [2016-07-15T19:07:42.656023 #13]  INFO -- :
I, [2016-07-15T19:07:42.661508 #13]  INFO -- : > su postgres -c 'createdb discourse' || true
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "fr_FR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
createdb: could not connect to database template1: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2016-07-15T19:07:42.783161 #13]  INFO -- :
I, [2016-07-15T19:07:42.783859 #13]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "fr_FR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
psql: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2016-07-15T19:07:42.875928 #13]  INFO -- :
I, [2016-07-15T19:07:42.876859 #13]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "fr_FR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
psql: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2016-07-15T19:07:42.952436 #13]  INFO -- :
I, [2016-07-15T19:07:42.952958 #13]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "fr_FR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
psql: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2016-07-15T19:07:43.026779 #13]  INFO -- :
I, [2016-07-15T19:07:43.027764 #13]  INFO -- : Terminating async processes


FAILED
--------------------
Pups::ExecError: su postgres -c 'psql discourse -c "alter schema public owner to discourse;"' failed with return #<Process::Status: pid 74 exit 2>
Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
exec failed with the params "su postgres -c 'psql $db_name -c \"alter schema public owner to $db_user;\"'"
ea929c0df0e08313cb66ff8b957e042638cd04e2c03ffc62d29db5035138a40c
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
koan_dev@vps215774:/var/discourse$

Don't understant the problem ? Is it going from psql 9.3 to 9.5 the issue?
And my discourse was updated frequently before.

Thanks for any help

Posts: 5

Participants: 2

Read full topic

Automatically track topic doesn't update the notification level when entering a new topic

0
0

@zogstrip wrote:

I have the "Automatically track topics I enter" option set to "Immediately".
I remember that whenever I would enter a new topic, the notification level would update to "Tracking" right away.
Nowadays, it requires a reload of the page to be updated.

Posts: 1

Participants: 1

Read full topic

Out of space after a few builds

0
0

@Idan wrote:

Can't rebuild because it say no space left on the device. Why does it takes more space each build and how can I make more space?

Builds were fine a few minutes ago, but at the last rebuild it stopped telling me that I have no space. Maybe because it saves the RDB snapshot and it consume a lot of space.

It says "Write error saving DB on disk: No space left on device", "Could not write temporary statistics file"

Posts: 2

Participants: 2

Read full topic


How to control which email messages send and do not send

0
0

@wta wrote:

We are using Discourse for our community forum and validating users with single sign on from our main app.

Looking through the email settings and templates in our Discourse admin there doesn't seem to by a way to filter out which emails we do not want Discourse to send to our users.

Here's an example. Even though we are validating emails via our app, Discourse is still sending a "Confirm your current email address..." email to users. We would do not want this to send but also don't want to turn off all email from Discourse.

Am I missing where we can control this or is their no way to do so without digging into the code?

You help is appreciated. Thanks!

Posts: 3

Participants: 2

Read full topic

Lepton Image Compression

0
0

@Patrick_David wrote:

Hi all!

Dropbox recently blogged about a new lossless image compression algorithm that they've developed for jpeg compression where they are showing some impressive results:

Wondering if there is any possibility of implementing something like this? As the owner of a photography-centric forum it not surprisingly interests me greatly... :wink:

The code is available under an Apache license on github:

https://github.com/dropbox/lepton

Posts: 2

Participants: 2

Read full topic

Use javasript event only instead of href for avatars

0
0

@Idan wrote:

I think it will be more beneficial SEO wise that the avatars will be linked without href to prevent page rank for linking to unindexed user pages. This links show an overlay anyways, so it's better to use only javascript with a span tag rather than a link.

What do you guys think?

Posts: 18

Participants: 3

Read full topic

How to install / it is free?

0
0

@Patrik_Vachuticka wrote:

Hey,

I want to test your plugin on my site, i instaled the plugin on my site http://souls.funsite.cz/ in configuration:

Discourse URL: http://souls.funsite.cz/forumss / i trying create a page "forums" nothing, so i try a empty link like forumss
API KEY: site/admin/api 404 error

So i cant install this forum, i read your documentation and i dont understand, i need a ur 3rd party of hosting? It's not free i think.

Any idea? Thanks.

Posts: 4

Participants: 3

Read full topic

Email server required? Internal Auth system?

0
0

@erasmus_grant wrote:

I am looking to use this for my EVE Online organization. Far as I know no other EVE groups use discourse. We have an internal auth system based on EVE API data. If a user gives correct a valid API they are register for mumble, discord, and hopefully soon Discourse. This is depending on how Discourse does API(which I need to do more reading.). Anyway way to skip the whole email server all together? Set it up where a user gets a username and pw(mumble), a link that does oauth2(Discord), or some other auth system?

I hate traditional forums and something like Discourse would be awesome for my developing community.

Posts: 5

Participants: 2

Read full topic

Redirect vBulletin URLs to Discourse URLs

0
0

@techAPJ wrote:

Migrating from vBulletin to Discourse and want to redirect old vBulletin URLs to new Discourse URLs? Read on!

:bell: If the base URL of your old forum and new forum is same, you should follow this howto instead:

In this howto we'll assume:

  • vBulletin base URL: www.example.com/forum

  • Discourse base URL: forum.example.com

  • Nginx server for www.example.com

Let's begin!

Generate Nginx map file

To set up categories and topics redirect we'll use Nginx map module. The CSV file will be generated (script/import_scripts/vb_map.csv) while performing import via create_permalinks method. We'll paste the content of CSV file into map file on server.

File sample contents:

...
/forum/forumdisplay.php?6  http://forum.example.com/c/games;
/forum/forumdisplay.php?7  http://forum.example.com/c/movies;
/forum/forumdisplay.php?13  http://forum.example.com/c/admin;
/forum/showthread.php?1  http://forum.example.com/t/x/22;
/forum/showthread.php?2  http://forum.example.com/t/x/23;
/forum/showthread.php?3  http://forum.example.com/t/x/24;
/forum/showthread.php?4  http://forum.example.com/t/x/25;
...

Copy the entire content of generated CSV file to etc/nginx/vb_forum.map on www.example.com's server.

Edit nginx.conf

Edit the /etc/nginx/nginx.conf file to add this code in http block:

map_hash_bucket_size 128;
map_hash_max_size 80000;

map $request_uri $new {
    include /etc/nginx/vb_forum.map;
}

server {
    listen 80;
    server_name www.example.com;

    location ~ ^/forum\/showthread.php {
        if ($args ~* ^(\d+)-(.+)$) {
            set $tid $1;
            set $args '';
            rewrite ^ /forum/showthread.php?$tid permanent;
        }
        if ($args ~* ^t=(\d+)$) {
            set $tid $1;
            set $args '';
            rewrite ^ /forum/showthread.php?$tid permanent;
        }
        return 301 http://forum.example.com;
    }

    location ~ ^/forum\/forumdisplay.php {
        if ($args ~* ^(\d+)-(.+)$) {
            set $tid $1;
            set $args '';
            rewrite ^ /forum/forumdisplay.php?$tid permanent;
        }
        if ($args ~* ^f=(\d+)$) {
            set $tid $1;
            set $args '';
            rewrite ^ /forum/forumdisplay.php?$tid permanent;
        }
        return 301 http://forum.example.com;
    }

    if ($new) {
        rewrite ^ $new permanent;
    }

    location /forum {
        return 301 http://forum.example.com;
    }
}

map_hash_max_size needs to be adjusted based on number of URLs present in map file.

Verify nginx.conf

Verify your Nginx config file:

nginx -c /etc/nginx/nginx.conf -t

Reload your Nginx config to include your changes:

sudo systemctl reload nginx

Try reaching www.example.com/forum, you should now be getting redirected to forum.example.com. :tada:

Following types of URLs will be handled by above Nginx config:

  • www.example.com/forum --> forum.example.com

  • www.example.com/forum/forumdisplay.php?6 --> forum.example.com/c/games

  • www.example.com/forum/forumdisplay.php?6-Games --> forum.example.com/c/games

  • www.example.com/forum/forumdisplay.php?f=6 --> forum.example.com/c/games

  • www.example.com/forum/showthread.php?2 --> forum.example.com/t/topic-slug/23

  • www.example.com/forum/showthread.php?2-topic-slug --> forum.example.com/t/topic-slug/23

  • www.example.com/forum/showthread.php?t=2 --> forum.example.com/t/topic-slug/23

Posts: 1

Participants: 1

Read full topic

Does the new "+new related topic" only work for admin?

0
0

@Pad_Pors wrote:

in our case even moderators do not have access to the "create related topic" which is now in the share button.

Posts: 11

Participants: 3

Read full topic


Use the full name when adding a category to the top menu

0
0

@watchmanmonitor wrote:

I wanted to add our Announcements and Known Issues categories to our top menu.

I added category/announcements and it worked as expected. When I add category/known-issues it links to c/null and, obviously, 404s instead of linking to the category.

Also, it was weird that the Save button seemed to auto-trigger after entering this in.

Posts: 3

Participants: 2

Read full topic

Cannot restore from backup

Can't use certain tags to tag topics anymore

0
0

@mr8 wrote:

We are using about 20 or so different tags on our site (which all show up and work on /tags), but for some reason only some tags autocomplete when typing into tagging box for topics.

Ok, so we thought maybe the autocomplete on the tag search isn't working, so we manually type the tag (which should work even if the tag doesn't exist) and hit save, but the tag just disappears right away after saving, and checking the revisions shows:

tags changed: [] →

All the tags do seem to be POSTing correctly, and I even tried directly with the API, but only the existing tags that autocomplete and new tags will stick, while the existing tags that don't autocomplete just disappear without any errors.

The weird thing is that hash-tags within posts still works perfectly (autocomplete and everything) for all our tags, so it's just something wrong on the topic tags.

Any help would be appreciated.
Thanks!

Edit: Just noticed that these "missing tags" are also absent from that tag filter dropdown.

Also noticed that all of these tags have been used over 900 times.

Posts: 4

Participants: 3

Read full topic

No option to quote reply after click drag on Blackberry

0
0

@ron_jeremy wrote:

Device: Blackberry Passport, OS 10.3.2.2876

Just noticed that click dragging over text does not render the 'quote reply' option on my phone. This is not a big deal because I believe I might be the lone BB user on my forum.

I understand that Blackberry users will likely be less than a 1% minority for most forums, so I don't expect this to get a lot of traction, but just wanted to make the devs aware of it.

Posts: 1

Participants: 1

Read full topic

What mobile platform are you using these days?

0
0

@ron_jeremy wrote:

Just curious to know what ya'll are using these days.

I do realize some of you might have two (or more) phones on different platforms, but I purposely disabled multiple choices, so you'll have to pick your favorite.

  • Android
  • iOS
  • Windows
  • Blackberry
  • Other

0voters

Posts: 1

Participants: 1

Read full topic

Viewing all 60279 articles
Browse latest View live




Latest Images