View Full Version : home page doesn't work
boyobarrie
07-23-2008, 09:33 PM
So I am new to all this...just got my site up and loaded, but it only works going to www.ryanbarrie.com/Pixelpost instead of just www.ryanbarrie.com , which is how I would like it. Also, from the working site, it you click home, it says this website is coming soon. Sorry, this is probably a really basic fix, it has just kinda stumped me. Thanks! -boyo
dhdesign
07-23-2008, 10:19 PM
If the only thing you will be running on your website is your photoblog, then you can move all of the files (in their proper folder structure) out of the Pixelpost folder and into the root directory for your website.
Then you'll need to change the url in Admin > Options to just http://www.ryanbarrie.com.
wickedpez
10-10-2008, 01:01 PM
I have the same problem as dhdesign but I have wordpress also loaded on my site. I want my wordpress to load first when visitors come to my site. I have a link to my pixelpost from there. Since the title takes you to back to pixelpost's home page, I want the link home to take me to my blog, which is in my root directory.
dhdesign
10-10-2008, 01:27 PM
wickedpez -
If you have WordPress installed in the root of your website, then your PP photoblog will have to be in its own folder (i.e., /photoblog/).
To change the link in the photoblog title to have it go back to your WP blog, you will need to open your template and look for the following:
<a href="index.php" title="Return to current image"><SITE_TITLE></a>
and change it to:
<a href="http://www.yourdomain.tld/" title="Return to your-WP-blog-name-here">your-WP-blog-name-here</a>
This change will have to be made on each _template.html file that is within your template (i.e., image_template.html, browse_template.html, about_template.html, etc.).
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.