Curtis Thompson
Forum Replies Created
-
hello..
ya – search their plugin area – for example this one might work for you:
https://wordpress.org/extend/plugins/pagerestrict/
sitruc
-
hello…
probably one of them has it – lemme look. what you need is some sort of database or flat file to store user’s passwords – so they fill out a form and register, you save their info and then when they come back, they put in their login info and you match it against the saved profile…
something like this covers the basics:
https://www.swish-db.com/tutorials/view.php/tid/601
sitruc
-
Curtis Thompson
May 15, 2009 at 6:34 pm in reply to: Dragging and dropping a video file into the webhello…
think of the server on the internet like you would a local external drive. if you have a file on your c: drive, and you plug in a usb drive (as d:) and then copy your file from your c: drive to your d: drive, you then have two copies…
same thing for the server on the net – you copy your file from your local box to that server and then you have 2 copies. if you want to remove the one from the internet server, you log back in and delete it – no relation to your original copy on your c: drive at that point…
sitruc
-
Curtis Thompson
May 15, 2009 at 6:16 pm in reply to: Dragging and dropping a video file into the webhello…
anything you copy to the internet will live there until you or somebody else removes it – where you copy it is just a computer like yours, only with a publicly-accessible location…
the file:// url is your local box and google will not index it.
hope that helps!
sitruc
-
hello…
ya – you could put the mp3 player in a separate page that had a session and required a login to see it – there are lots of examples of that out there – here’s a good place to start:
https://www.google.com/search?q=php+password+protected
or search our archives as well – we get this question often…
hope that helps!
sitruc
-
hello…
huh – i can recreate that here as well…it is an odd one.
i noticed that all your other pages load ok though – do you see that as well? if so, then you have some sort of culprit on the home page. i would guess it’s the flash embed, but on the surface there’s nothing wrong with it that i can see…
a few people have posted issues from time to time with AC_RunActiveContent.js (the script to create the embed tags for the flash movie)…but it’s certainly a commonly-used script and shouldn’t have problems, so it could be something with your flash movie somehow.
in the dom inspector in developer mode in safari, the head is populated but the body is empty, so it’s not even rendering the html. i would try taking out the flash movie bit and seeing if the problem goes away. if it does, then you have your culprit. at that point, google up some flash embed solutions that don’t use AC_RunActiveContent.js (there are a lot of ways to do this) and use one of them and see if that helps…
sitruc
-
hello…
hmm. ok. well, i guess i really would say that the basic help manual for dreamweaver is going to do a lot better job than we can at teaching you on how to use the product. alternately, here’s several tutorials:
https://www.siteground.com/tutorials/dreamweaver/website_upload.htm
https://www.thesitewizard.com/gettingstarted/dreamweaver1.shtml
https://www.layersmagazine.com/when-html-goes-bad.html
https://www.adobe.com/devnet/dreamweaver/?navID=gettingstartedsitruc
-
hello…
[Chris Franklin] “How can I update my site with Dreamweaver?”
sorry – not really following the question. do you have a copy of dreamweaver and you don’t know how to use it, or are you asking where to get it?
it’s pretty straightforward to use, and i think it’s outside the scope of this forum to offer tutorials on it – adobe has a bunch, or you can always find a ton of tutorials on google…
(i looked at your post history to give you a relevant example – i see you’ve posted in the vegas forum, so i would say that your question here would be the same as if i were to ask “how do i use vegas to edit a video?” – it’s way too abstract a question to easily answer)
not trying to be snippy or unhelpful, but the question itself is very vague, and the answers to it are all very readily available online in a variety of places… :-/
sitruc
-
hello…
look for “Set the default open panel” on this page:
https://labs.adobe.com/technologies/spry/articles/accordion_overview/
you just need to add that to each page that creates an instance of the menu (you have it near the bottom of each page)…
hope that helps!
sitruc
-
hello…
[Alex Rife] “Can you refer me to these sites?”
you’re on a good site for it – it’s a frequent topic here…try searching our archives and you should get a good start…
sitruc