Bitcoin Forum

Other => Meta => Topic started by: RD965 on October 12, 2014, 12:58:48 PM



Title: Forum navigation
Post by: RD965 on October 12, 2014, 12:58:48 PM
Hi there! I am wondering if there is some way to navigate throughout the forum that ir more "user friendy", or an app (Tapatalk doesnt have this forum)that allows you to manage your account in the forum?


Any kind of thought is welcome!

Thank you


Title: Re: Forum navigation
Post by: hilariousandco on October 12, 2014, 01:23:21 PM
Well that all depends on what you mean by 'navigate' and being 'user-friendly'? What would you like to do exactly? There's also an android app I believe but I haven't used it so can't comment on how user-friendly it might be.


Title: Re: Forum navigation
Post by: RD965 on October 12, 2014, 01:28:41 PM
Well that all depends on what you mean by 'navigate' and being 'user-friendly'? What would you like to do exactly? There's also an android app I believe but I haven't used it so can't comment on how user-friendly it might be.

I mean a faster experience basically, the delay while navigating its ridiculous, and I have 100mbs optic fiber so its definitely the forum interface.

An android app would be nice!


Title: Re: Forum navigation
Post by: Muhammed Zakir on October 13, 2014, 03:34:26 PM
Well that all depends on what you mean by 'navigate' and being 'user-friendly'? What would you like to do exactly? There's also an android app I believe but I haven't used it so can't comment on how user-friendly it might be.

I mean a faster experience basically, the delay while navigating its ridiculous, and I have 100mbs optic fiber so its definitely the forum interface.

An android app would be nice!

There is an android app (https://play.google.com/store/apps/details?id=net.elbandi.forum.bitcointalk). And, please turn off advertising, it looks something like 'posted on bitcointalk.org android app' . Your post will be deleted and you may get ban if you continue it, just a friendly reminder. ;) :)

P.S. I have a <60(max. 120-<30% chance) KB/s internet connection and so far, no problem for me. If you explain, then we can help you. If there is any delay, try clear history, cache etc...(if you are using chrome, go to History and click 'clear browsing data', then pick 'the beginning of time' from drop-down list and then select all except passwords, autofill(optional) and license).s

   ~~MZ~~


Title: Re: Forum navigation
Post by: RD965 on October 13, 2014, 04:14:45 PM
Well that all depends on what you mean by 'navigate' and being 'user-friendly'? What would you like to do exactly? There's also an android app I believe but I haven't used it so can't comment on how user-friendly it might be.

I mean a faster experience basically, the delay while navigating its ridiculous, and I have 100mbs optic fiber so its definitely the forum interface.

An android app would be nice!

There is an android app (http://s://play.google.com/store/apps/details?id=net.elbandi.forum.bitcointalk). And, please turn off advertising, it looks something like 'posted on bitcointalk.org android app' . Your post will be deleted and you may get ban if you continue it, just a friendly reminder. ;) :)

P.S. I have a <60(max. 120-<30% chance) KB/s internet connection and so far, no problem for me. If you explain, then we can help you. If there is any delay, try clear history, cache etc...(if you are using chrome, go to History and click 'clear browsing data', then pick 'the beginning of time' from drop-down list and then select all except passwords, autofill(optional) and license).s

   ~~MZ~~

The link you posted is broken, and I cant find any app by searching "bitcoin forum" on the google play store


Title: Re: Forum navigation
Post by: Pony789 on October 13, 2014, 04:47:14 PM
The link you posted is broken, and I cant find any app by searching "bitcoin forum" on the google play store

I believe the link he wanted to post is https://play.google.com/store/apps/details?id=net.elbandi.forum.bitcointalk


Title: Re: Forum navigation
Post by: RD965 on October 13, 2014, 04:55:00 PM
The link you posted is broken, and I cant find any app by searching "bitcoin forum" on the google play store

I believe the link he wanted to post is https://play.google.com/store/apps/details?id=net.elbandi.forum.bitcointalk

Thanks mate


Also I dont think I have a problem with my internet connection, the forum might be a bit laggy and I hate you have to wait between posts

https://i.imgur.com/OVT3pQx.png


Title: Re: Forum navigation
Post by: IamCANADIAN013 on October 14, 2014, 06:34:38 AM
The link you posted is broken, and I cant find any app by searching "bitcoin forum" on the google play store

I believe the link he wanted to post is https://play.google.com/store/apps/details?id=net.elbandi.forum.bitcointalk

Thanks mate


Also I dont think I have a problem with my internet connection, the forum might be a bit laggy and I hate you have to wait between posts

https://i.imgur.com/OVT3pQx.png

As your membership level increases your wait time to do certain things will get smaller and smaller.  I believe I have to wait about 10 seconds between actions.  I remember it being annoying at first.  Just have to be patient for a while.

I've never really noticed the form lag or be slow and I only have an internet plan that gives me 25mbs, looks like yours is running at around 94mbs.  I notice it can be a little slower than some sites I use but I imagine there is a lot of traffic for this site. Overall though, hardly noticeable.  


Title: Re: Forum navigation
Post by: Yuki1988 on October 14, 2014, 07:06:39 AM
Regarding the post limit, the exactly formula is the following

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);

So, the limit will be dropped from 360s to 75s when you have 15 activity, and when you have 60 activity it will be further dropped to 30s which is barely noticeable. :)


Title: Re: Forum navigation
Post by: MultipliedCombo on October 14, 2014, 08:02:46 AM
The time restrictions on your account will eventually be decreased as you increase in member rank. It's just to prevent users from creating accounts and spamming the forum.

I don't have any issues with browsing the forum, and my internet speed is a lot more slower than yours. Hm, strange.


Title: Re: Forum navigation
Post by: RD965 on October 14, 2014, 08:40:24 AM
The time restrictions on your account will eventually be decreased as you increase in member rank. It's just to prevent users from creating accounts and spamming the forum.

I don't have any issues with browsing the forum, and my internet speed is a lot more slower than yours. Hm, strange.

Thanks everyone for their answers!