Pages:
Author

Topic: BitcoinTalk++ script - v0.2.96 - page 4. (Read 114246 times)

legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
February 26, 2015, 05:27:41 AM
A bit late but it's done
legendary
Activity: 1050
Merit: 1000
February 05, 2015, 02:31:29 PM
I'll do that before this week-end hopefully

Awesome. Thanks I (we) appreciate it.
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
February 03, 2015, 11:32:00 AM
I'll do that before this week-end hopefully
legendary
Activity: 1050
Merit: 1000
February 03, 2015, 12:13:02 AM
Feature request: a setting to remove the ;wap2 from the end of google result pages. Sometimes it appears in the end of the url, see here: https://bitcointalksearch.org/topic/google-showing-strange-results-for-this-forum-936957

Yes please, this causes frustration with me.
legendary
Activity: 858
Merit: 1000
January 29, 2015, 05:06:31 PM
Feature request: a setting to remove the ;wap2 from the end of google result pages. Sometimes it appears in the end of the url, see here: https://bitcointalksearch.org/topic/google-showing-strange-results-for-this-forum-936957
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
January 19, 2015, 08:37:52 AM
Line 645
Quote
      'pos=0&pseudo='+pseudo+'&pass='+GM_getValue('password_'+pseudo,'')+'&uid='+myUID
to
Quote
      'pos=0&urienc=1&pseudo='+pseudo+'&pass='+encodeURIComponent('YOUR_PASS')+'&uid='+myUID

That should work Smiley
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
January 19, 2015, 06:29:17 AM
Hmm yeah that should be why...
I'll figure something out and make an update within 2 days and keep you updated
Alright, thanks mate! I will be patiently waiting for your solution. Grin

Edit
In the meantime try changing
Quote
'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
to
Quote
'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+encodeURIComponent('YOUR_PASS')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
That worked, but what can I use to load my settings? Tongue
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
January 19, 2015, 06:12:35 AM
Hmm yeah that should be why...
I'll figure something out and make an update within 2 days and keep you updated*

Edit
In the meantime try changing
Quote
'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
to
Quote
'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+encodeURIComponent('YOUR_PASS')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
January 19, 2015, 06:06:33 AM
The code now looks like this:
Code:
function saveSettingsServer(){
   var s={};
   for(pn in params){if(pn==0){continue;}p=params[pn];
       s[p]=GMGV(params,pdefaults,p);
   }
   getPageWithData(server+"/savesettings.php", function(r){
           changeinnerHTML('savesettingserror',r.responseText);
           setTimeout(function(){changeinnerHTML('savesettingserror','');},3000);
       }, 0,
       'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
   ,'POST');
}

But I still get an error message that I use a bad password.




EDIT: The password doesn't show if I press "Show". It gives me a different message:


I'm guessing that this is why I cannot save or load settings, because it was never saved. Not sure though. Yes, I have pressed change, multiple times. Tongue
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
January 19, 2015, 06:03:10 AM
Try changing line 624
From
Quote
'pos=0&pseudo='+pseudo+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
To
Quote
'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
January 15, 2015, 03:02:55 AM
The script cannot load or save my settings because of my username. Anything you can do to fix that?
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
December 28, 2014, 02:04:27 PM
Nice to see that you are back JackJack. You have been missed.
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
December 28, 2014, 01:56:10 PM
Can you please add highlighting feature? Quote of the thread which I found this idea:
Bitcointalk.org Topic List Highlighter
https://github.com/bitbandi/bitcointalk-topic-list-highlighter

[...]

   ~~MZ~~

I'l contact him to know what he would think about that

Welcome back!
Keep in mind that the new software will have a lot more new useful features. You can too request features in the Meta subforum.

Good to see you again! Smiley

Welcome back!
Keep in mind that the new software will have a lot more new useful features. You can too request features in the Meta subforum.

You can too request features in the Meta subforum.

He has requested Add own JavaScript scripts but didn't get enough response. Don't know whether it will be implemented.

   ~~MZ~~

The problem is that as the official system they want/have to be extremely cautious about what is implemented. So yeah that makes some features unlikely to be implemented, the "custom JS scripts" being the worst.
Moreover, another consequence, that is already true now, is that there will be very few implemented features after the release.
And that's where BT++ can help.

Welcome back, I'm rather new to your script but it has a lot of nice features and I love the old-school feel of it. Look forward to seeing what the future brings for this project.

Thanks Smiley I'm glad you like it



And I don't forget to implement these when I have some time:

Done!
0.2.96 released with bookmarks enabled.
You can bookmark threads or posts, the button is next to the "Quote in BT++ chat" button.
And again, the bookmarks are at the bottom of the pages. If you don't find it practical (and I know you won't), please tell me where I should put them.
Why not make a page like the "Settings"-page with a nice little tab and display it there?
Yes I'll make a page like that

how about a feature that hides all "Moved" threads. I don't need to see this notification.
Great idea! It bothers me too

Hey JackJack,

Could you please add what I posted 8 pages ago, about the listing outbox PMs as well (click)? That would make me very very happy, now I have to readd it every time there is an update. Grin

Doing that soon Smiley

How about a feature that will hide all posts made from posters with less than XXX posts?

This would save me a -ton- of time.
legendary
Activity: 1064
Merit: 1000
December 28, 2014, 11:28:00 AM
Hi guys I'm back
One of the reason of my break is the creation of a website (not bitcoin related) so that made me practice JS/jQuery/HTML/Bootstrap a bit more!
As the forum software is about to change I'll just fix broken things on the current script until the release. Then when it's released I'll make a new script with jQuery/Bootstrap (ie more easily read by you, more eye candy, more quickly to write, less browser incompatibility)

Welcome back, I'm rather new to your script but it has a lot of nice features and I love the old-school feel of it. Look forward to seeing what the future brings for this project.
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
December 28, 2014, 08:28:12 AM
Good to see you again! Smiley

Welcome back!
Keep in mind that the new software will have a lot more new useful features. You can too request features in the Meta subforum.

Icon preview (they are vectors):


What do each of these images mean? Does this mean we're getting a +1 and a 'favourite' feature?
They are just some icons bundled in the current new forum software development, they might be used or they might not, but the fact that they have created them shows that most of that icons will be used.

You can too request features in the Meta subforum.

He has requested Add own JavaScript scripts but didn't get enough response. Don't know whether it will be implemented.

   ~~MZ~~
hero member
Activity: 812
Merit: 587
Space Lord
December 28, 2014, 03:38:50 AM
Welcome back!
Keep in mind that the new software will have a lot more new useful features. You can too request features in the Meta subforum.
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
December 27, 2014, 10:49:15 PM
Hi guys I'm back
One of the reason of my break is the creation of a website (not bitcoin related) so that made me practice JS/jQuery/HTML/Bootstrap a bit more!
As the forum software is about to change I'll just fix broken things on the current script until the release. Then when it's released I'll make a new script with jQuery/Bootstrap (ie more easily read by you, more eye candy, more quickly to write, less browser incompatibility)
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
December 13, 2014, 07:01:39 AM


Looks like jackjack has taken a big break, he was active 2 days ago though no posts for ~1 and half month. Roll Eyes

Thanks for the reply. Site must have under load last night, tried it again this morning and it loaded without a hiccup.

Thanks to bitcoininformation's post, otherwise I wouldn't have checked it. Smiley

I finally decided to install this, but attempts to get a password have failed. After inserting my token and refreshing the page, it just endlessly tries to load. Undecided
I requested my password yesterday and it worked just fine for me. What happens if you try again?
[/quote]

   ~~MZ~~
legendary
Activity: 1064
Merit: 1000
December 13, 2014, 06:49:12 AM
I finally decided to install this, but attempts to get a password have failed. After inserting my token and refreshing the page, it just endlessly tries to load. Undecided

Did you like it said? Just do once more, Go to http://btpp.jampa.eu/getpassword.php and wait for a few seconds, then 'User ID' will be automatically filled and then put the code in the signature and click reload. Hope you will get it. Smiley

   ~~MZ~~


Thanks for the reply. Site must have under load last night, tried it again this morning and it loaded without a hiccup.
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
December 13, 2014, 06:34:30 AM
I finally decided to install this, but attempts to get a password have failed. After inserting my token and refreshing the page, it just endlessly tries to load. Undecided

Did you like it said? Just do once more, Go to http://btpp.jampa.eu/getpassword.php and wait for a few seconds, then 'User ID' will be automatically filled and then put the code in the signature and click reload. Hope you will get it. Smiley

   ~~MZ~~
Pages:
Jump to: