Quick Sign In:  

Forum: Wishes and new features

Topic: Website Feature Requests - Page: 2.5

This part of topic is old and might contain outdated or incorrect information

I think something like that is coming, Ace talked about being able to broadcast with hosting through the VDJ Website, what you want is not hard to impliment as most of it would be already built for the hosting, also if we have cloud playlists, then the data already exists on a server somewhere.

[youtube]DQFKZWDdZW8?t=5m13s[/youtube]
 

Posted Thu 18 Jul 13 @ 2:36 pm
please add this to the new post page's javascript to prevent the browser being able to close by mistake when there is text in the textarea


window.onbeforeunload = function() {
if(document.getElementsByTagName('textarea')[0].value != ''){
return "your work will be lost!";
};


Please do it now, it will only take 1 minute to add, and will stop undue annoyance with the current forum website.
 

Posted Tue 06 Aug 13 @ 5:47 am
It would be kind of cool to have additional information on the side under our avatars, as an example:

 

Posted Tue 17 Sep 13 @ 12:20 pm
Add new tags for:

[soundcloud][/soundcloud]
[mixcloud][/mixcloud]
[podomatic][/podomatic]

I'm sure there are more hat would be useful, but these are key.

Cheers,

Roy
 

Posted Tue 17 Sep 13 @ 3:44 pm
I agree with larger skin preview before download, and additional information under avatars.

My own suggestions are to have notifications sent to you if a thread you subscribed to has additional posts or an update. You should be able to see all of the threads you have subscribed to under your account, as well as other members should be able to see your subscriptions. I would also recommend checking the sampler play button, as no samples play for me in any browser or computer I use.

Lastly the whole forum does look outdated. I personally don't mind the look, but I know there are other worries out there.
 

Posted Wed 18 Sep 13 @ 11:01 am
pretty.lights wrote :
My own suggestions are to have notifications sent to you if a thread you subscribed to has additional posts or an update


It's already there. Click the bell icon at the top of the posts list.

Keith

 

Posted Wed 18 Sep 13 @ 3:02 pm
Also I would like in Personal messages to insert pictures and formating text, same like posting a topic.
This will be facilitates sometime to explain something in a private conversation without posting a external link to a picture.


Mike
 

Posted Thu 24 Oct 13 @ 9:13 am
djmilaPRO InfinityMember since 2008
maybe it's been solved

make the main thread controller and inside by brand controllers.
clarity and perhaps less duplication suggestions

sorry for my English.
 

Posted Thu 14 Nov 13 @ 4:28 pm
Not sure if anyone has brought this up:

Ability to block other users! It is really annoying have to the read all the negative comments by some users. We know its always the same users with the same old complaint they have!

Thats all I want Santa...Oh wait, I'm too late for that;)
 

Posted Fri 27 Dec 13 @ 12:27 pm
Can already be done using the Chrome browser....
 

Posted Fri 27 Dec 13 @ 2:25 pm
Thanks for the tip. Will be looking into that.
 

Posted Mon 30 Dec 13 @ 12:12 am
for the new site can you add some bbcode to add a tab spacing eg

<?php
preg_replace(/^\[TAB]/, "<span class="tab"'></span>");
?>

css:
.tab{
margin-left: 20px;
}

it would make it a lot easier to explain script.
 

Posted Mon 06 Jan 14 @ 1:21 am
and I think you need to make a direct link to the wiki in the website revision. People are too lazy to go looking for it even thought it's in two of the dropdowns so you need it right in their face.

Another great thing to do would be to follow the stack exchange model of automatically searching for previous posts when you are naming your thread with the wiki as the top results. And if you do that, have restrictions on naming threads "help", "I need help", "sos" etc... you can always run a RegExp onblur of the text box and write an appropriate message the the screen if the name doesn't meet predefined requirements.
 

Posted Mon 13 Jan 14 @ 4:16 pm
+1 on the search for previous posts... That has come in so handy over the last few months!
 

Posted Tue 14 Jan 14 @ 11:07 am
synthet1c wrote :
I think you need to make a direct link to the wiki


YES! Times ten.

It needs to be much more obvious that there's a FAQ.

At the moment you have to select community or support/help first, then wiki & manuals, then look carefully among the small text links to find the one that says Frequently Asked Questions. Even when (or if) you get that far, you're then presented with a huge list of further links before you stand a chance of finding an answer.

Some of the links need looking at too. For instance the one headed Configuring Virtual DJ/ Soundcard(s) Setup. Following that link takes you to a page about an Echo Audiofire 4. Why? Is that the only audio interface VDJ uses?

I suppose the help centre's not too bad (the box where you ask a question) but judging by the amount of simple questions regularly asked on the forum, people aren't using that either. Maybe you could place a prominent link to it on the forum front page, encouraging users to "consult the oracle" first.



 

Posted Sat 18 Jan 14 @ 5:00 am
taylaPRO InfinityMember since 2007
Seems like years ago I requested a simple page header forum sticky with a link years ago... didn't happen then
 

Posted Sat 18 Jan 14 @ 5:40 am
locoDogPRO InfinityModeratorMember since 2013
When V8 drops Kill off all the previous wish posts, They either happened, can't happen or they're not going to happen, start V8 with a somewhat clean wish list.
 

Posted Sat 15 Mar 14 @ 2:05 pm
Hi Team,

I do not remember whether there but I'd like to have a function that tells me that

I have already downloaded a plug-in on tot so do not download it again
 

Posted Fri 21 Mar 14 @ 2:28 pm
Norway can you change the background of the code class, I have made a little app to format script to make it easier to read and explain, but the #808080 grey of the code box makes it impossible to use bright vivid color's for highlighting and I'm forced to use poxy washed out colors to get enough contrast to make the text readable. If you could change it to #222 | #333 that would be awesome, and I don't think it would negatively affect any existing posts.

here is what I have so far..

1 | var '$nested' ? 
2 | --->var 'deeper' ?
3 | --->--->var 'crazydeep' ?
4 | --->--->--->nested &
5 | --->--->--->deeper &
6 | --->--->--->crazydeep :
7 | --->--->nested &
8 | --->--->deeper : // this is a comment
9 | --->nested :
10| not nested & // another comment
11| this happens at the end

use this in your mapping
[size=11]var '$nested' ? var 'deeper' ? var 'crazydeep' ? nested & deeper & crazydeep : nested & deeper : nested : not nested & this happens at the end 

created by synthet1c
[/size]
 

Posted Sun 04 May 14 @ 8:08 am
actually make that #555, below that is a little too dark with the existing theme, this will show you what I mean

var code = document.getElementsByClassName('sourcecode');
for(var i = 0; i < code.length; i++){code.style.background = '#555'};
 

Posted Sun 04 May 14 @ 9:05 am
24%