Ingresar:     


Forum: Wishes and new features

Tópico: Website Feature Requests - Page: 2.5

Esta parte del tópico es antigua y puede contener información incorrecta para la nueva versión.

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]
 

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.
 

It would be kind of cool to have additional information on the side under our avatars, as an example:

 

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
 

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.
 

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

 

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
 

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.
 

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;)
 

Can already be done using the Chrome browser....
 

Thanks for the tip. Will be looking into that.
 

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.
 

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.
 

+1 on the search for previous posts... That has come in so handy over the last few months!
 

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.



 

Seems like years ago I requested a simple page header forum sticky with a link years ago... didn't happen then
 

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.
 

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
 

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]
 

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'};
 

24%