Sorry to ask again but , do you have a solution to remove from all the group but not from the ones with a "*" on the name of the group (like moderated groups). Thanks
@brainfoolong hey B. i am very very gratefull to you. these 2scrips are amazing (adding people/sharing tracks). i have a little guestion
so if you want to share the track to some groups that contaign "house" in the name of the group we just use /house/i , but i just want to share to specific groups. is there a way to do that !? the thing is that, i want to share the track to 75groups right now! and after 1week, to remove from that group and share to other 75 specific groups, you know what i mean
@zappe187 Hi! This little part of the script is nothing with jQuery, its a regular expression. So you can search for house and jump at the same time with /house|jump/i. Or to search for "dutch house" use /dutch house/i. Or to search for many different groups use /house/jump/dirty/disco/i - This search for house OR jump OR dirty OR disco. Greetz
@brainfoolong i`m a little spammer. so... i watched the jquery functions, but didnt found anything. i've tryed /"name group1"|"name group 2" ... |"name group n"/
is there a way to insert a group with more than 2words?
Wow this is great!!!! You are so smart i was waiting for a solution like this long time ;-) only i have one more question: since i have many groups with a lot of different names, and genres i produce in is there a line or way that i can put more groupnames in the script at the same time?
@brainfoolong You are the man! After a long day of work and a lot of assholes who tried to fuck up my day. you are defitenaly the man who made my whole day, what i mean week great again! Thanks!
Dude you are my hero!!! this works so good!
Jir0ft 2 weeks ago
Sorry to ask again but , do you have a solution to remove from all the group but not from the ones with a "*" on the name of the group (like moderated groups). Thanks
oopinaise 1 month ago
@oopinaise and : What is the name of the track? thanks :)
oopinaise 1 month ago
@oopinaise You can do that in 2 steps, first remove all with /.*/i - and than add all without a asterisk at the end /[^\*]$/
brainfoolong 1 month ago
@oopinaise Or add only moderated ones with /[\*]$/
brainfoolong 1 month ago
@brainfoolong Thank you!!!
oopinaise 1 month ago
@brainfoolong hey B. i am very very gratefull to you. these 2scrips are amazing (adding people/sharing tracks). i have a little guestion
so if you want to share the track to some groups that contaign "house" in the name of the group we just use /house/i , but i just want to share to specific groups. is there a way to do that !? the thing is that, i want to share the track to 75groups right now! and after 1week, to remove from that group and share to other 75 specific groups, you know what i mean
zappe187 2 weeks ago
@zappe187 Hi! This little part of the script is nothing with jQuery, its a regular expression. So you can search for house and jump at the same time with /house|jump/i. Or to search for "dutch house" use /dutch house/i. Or to search for many different groups use /house/jump/dirty/disco/i - This search for house OR jump OR dirty OR disco. Greetz
brainfoolong 2 weeks ago
@brainfoolong STOP. This was false /house/jump/dirty/disco/i, its must be house|jump|dirty|disco/i - The | is the OR seperator. Greetz
brainfoolong 2 weeks ago
@brainfoolong i`m a little spammer. so... i watched the jquery functions, but didnt found anything. i've tryed /"name group1"|"name group 2" ... |"name group n"/
is there a way to insert a group with more than 2words?
zappe187 2 weeks ago
Wow this is great!!!! You are so smart i was waiting for a solution like this long time ;-) only i have one more question: since i have many groups with a lot of different names, and genres i produce in is there a line or way that i can put more groupnames in the script at the same time?
Discokoorts 1 month ago
@Discokoorts Just seperate names with |.
Example: /electro|dubstep|handsup/i;
To search for electro, dubstep and handsup
brainfoolong 1 month ago
@brainfoolong You are the man! After a long day of work and a lot of assholes who tried to fuck up my day. you are defitenaly the man who made my whole day, what i mean week great again! Thanks!
Discokoorts 1 month ago
Thank you ,
Do you have a solution to remove tracks from all the group but not from the moderated ones?
oopinaise 1 month ago
Does this work with a free account or do you have to have a paid one?
TheRealDmoney357 2 months ago
@TheRealDmoney357
Works only with paid account. Free accounts can share a track only to one group.
brainfoolong 2 months ago
Dude, I LOVE YOU. :D :D
KnownToBeLethal 3 months ago
this is awesome.. but I hope not everybody finds out or it won't be as worth it... but thanks!
thinkmolecule 4 months ago
@thinkmolecule 100 views in a month, dont fall in panic :-)
brainfoolong 4 months ago
thank you thank you thank you i've been trying to figure this out forever. now how can i remove them from all the groups? an unclick function? lol.
darkbert 4 months ago
@darkbert
I updated my tutorial page, here is the solution:
For remove your tracks from groups again replace the first line $(".create-group").each(function(){ with $(".remove-group").each(function(){
brainfoolong 4 months ago
@brainfoolong the remove group doesn't seem to work.
it says
uncaught exception: CustomError: Error in protected function: ]324
darkbert 4 months ago
@darkbert
Sorry, try again the new code from my site. Now with the code the add and remove works as explained in the description.
brainfoolong 4 months ago
@brainfoolong awesome, thanks again so much!
darkbert 4 months ago