Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > BlueVoda - General Issues

Notices

BlueVoda - General Issues All BlueVoda support issues that are not covered in the below forums.

Reply
 
LinkBack Thread Tools
  #1  
Old 05-03-2007, 03:30 AM
Corporal
 
Join Date: Apr 2007
Posts: 12
Question Using Subdirectories on My Site

Hello,
I was wondering if someone might be able to tell me if it is possible to use subdirectories to store files with BlueVoda? For example, say I have my main site under "public_html". When I publish my pages using BlueVoda it dumps everything into the base directory of "public_html".

I would like to be able to keep things organized a bit more thna this by having a directory under "public_html" called "images" where all my gifs and jpgs would be stored, and a directory called "articles" where my content pages would be stored. Is this possible with BlueVoda?

Thanks,
Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 05-03-2007, 05:01 AM
LadyEye's Avatar
General & Forum Moderator
 
Join Date: Jun 2006
Location: Canada
Posts: 9,908
Send a message via MSN to LadyEye
Default Re: Using Subdirectories on My Site

yes this is possible, you can create new folders within your public_html directory ... where these can be stored ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 05-03-2007, 07:28 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,348
Default Re: Using Subdirectories on My Site

Quote:
Originally Posted by DaveS
Hello,
I was wondering if someone might be able to tell me if it is possible to use subdirectories to store files with BlueVoda? For example, say I have my main site under "public_html". When I publish my pages using BlueVoda it dumps everything into the base directory of "public_html".

I would like to be able to keep things organized a bit more thna this by having a directory under "public_html" called "images" where all my gifs and jpgs would be stored, and a directory called "articles" where my content pages would be stored. Is this possible with BlueVoda?

Thanks,
Dave
Please note the the folders (directories) must be first created using either FTP (BlueVoda's BlueFTP will do this work very well) or File Manager in your CP. After that you can publish in this folder, by typing in the Publish dialog box, in the Folder field:

public_html/foldername
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 05-04-2007, 01:19 AM
Corporal
 
Join Date: Apr 2007
Posts: 12
Default Re: Using Subdirectories on My Site

Okay, I got you on creating the directories and such. That is no problem and easy to do. But, would I then have to go in and manually edit the html code created by BlueVoda to look in these directories for the objects? I am not seeing any way to have BlueVoda look for objects in a subdirectory during the design phase. It just seems to want to put and get everything from the same directory the page is published to.

Example: I create my home page, call it index. On my page I have a picture of me called "me.jpg". When I use BlueVoda to publish my page it puts the "index.html" file and the "me.jpg" all in the same directory I publish the page to.

What I want to do is to have BlueVoda put the image "me.jpg" into a subdirectory called "images" and then look in that directory for the image when the page is called. Only way I can see to do this is to manually create the "images" directory, put "me.jpg" in it and then manually edit "index.html" so it will look in "images" for "me.jpg". Is there another way?

Thanks so much,
Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 05-04-2007, 06:17 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,348
Default Re: Using Subdirectories on My Site

Quote:
But, would I then have to go in and manually edit the html code created by BlueVoda to look in these directories for the objects? I am not seeing any way to have BlueVoda look for objects in a subdirectory during the design phase. It just seems to want to put and get everything from the same directory the page is published to.
BV will absolutely allow you to place elements (images, files, etc) in subfolders. You only need to link it properly. To do so, in the URL field of the file or page or image you are linking to, just make it

http://www.yourdomain.com/foldername/pagename.html instead of http://www.yourdomain.com/pagename.html


Quote:
Example: I create my home page, call it index. On my page I have a picture of me called "me.jpg". When I use BlueVoda to publish my page it puts the "index.html" file and the "me.jpg" all in the same directory I publish the page to.

What I want to do is to have BlueVoda put the image "me.jpg" into a subdirectory called "images" and then look in that directory for the image when the page is called. Only way I can see to do this is to manually create the "images" directory, put "me.jpg" in it and then manually edit "index.html" so it will look in "images" for "me.jpg". Is there another way?
Yes, and a very simple one: you give the image URL as http://www.yourdomain.com/images/me.jpg

Please note, however, that this way, you have two consequenses:
1. The image has to be separately, manually, uploaded in the images directory.
2. The image will NOT appear in your page in BV, it will only appear in preview (if you have already uploaded it) and then, after publishing. I prepare this way the pages in html for html emails, where the picture location needs to be an absolute URL. I first place the image in the the page, so i can see what i am doing, then, before publishing, i upload all the images using FTP, then i change the pics path from local (simply "c:/documents/.../me.jpg" to absolute URLS: http://www.yourdomain.com/images/me.jpg
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 05-04-2007, 04:07 PM
Corporal
 
Join Date: Apr 2007
Posts: 12
Default Re: Using Subdirectories on My Site

Gotcha!! Never thought of doing it that way. That will work just fine for me, and a lot eaiser than going back and manually editing the html.

Thanks!!!
Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 05-04-2007, 04:17 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,348
Default Re: Using Subdirectories on My Site

You are very welcome!
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 07-14-2007, 04:23 PM
Corporal
 
Join Date: Apr 2007
Posts: 10
Default Re: Using Subdirectories on My Site

Kind of on the same subject:

I have a gallery sub-folder in my public_html folder. I publish my entire gallery page here, along with the pictures. Is there any way to have bv remember which directory it is supposed to publish an individual page to automatically?

ie: when I publish my index page, it knows that I want it in public_html, because I told it before. When I publish my gallery, it knows automatically to publish it in public_html/gallery.

I keep forgetting to change the directory when I publish different pages, and accidentally send the pages to the wrong directories.

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 10:13 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176