RSGallery2 Support Forums

RSgallery2 support forums => Display and Templates => Topic started by: kiokenx31 on May 01, 2008, 04:02:29 AM



Title: [Solved] "Install from directory" install to the tmp folder?
Post by: kiokenx31 on May 01, 2008, 04:02:29 AM
I was unable to install the latest version SVN version through the normal template manager folder.

So I did a direct FTP and install from my server.  Now after the install, I found it odd I couldn't find the rsgallery folder under 

administration/components/com_rsgallery and
components/com_rsgallery ..

Instead I found the install under the tmp(temp) folder.  Is this normal?

I also tried editing the semantic template.css in this folder for the double column.  But it didnt seem to have any effect.
On top, every RS gallery template Im trying to install goes directly into my public_html/template/joomla template folder?

What's going on here!? anyone help!



Title: Re: "Install from directory" install to the tmp folder?
Post by: john on May 01, 2008, 08:00:31 AM
have a look at this posts http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,10851.0 (http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,10851.0)

john


Title: Re: "Install from directory" install to the tmp folder?
Post by: kiokenx31 on May 01, 2008, 08:20:42 PM
Thanks for the reponse john!  But I think I figured out the problem!  I tried checking my /admin/components and /components folder today and it had moved from the Temp directory into the correct place ..could of been a server issue.  Then I ftped the templates into the template folder and it worked like a charm.  On top ..

I made it multiple column using the following change to the template.css

}
.rsg_galleryblock{
width:44%;
float:left;
margin:10px 10px 10px 10px;
}

Thread can be found here.

http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,6945.0

Hope this helps anyone else out!

Oh btw john, I was wondering if you could answer my other question.  I wanted to remove the "Title" from the download screen but had no idea.  Was hoping you could shine some light on this matter .. here's my original thread.

http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,15285.0

Thanks dood.


Title: Re: [Solved] "Install from directory" install to the tmp folder?
Post by: john on May 02, 2008, 06:25:26 AM
Hey ..

.rsg2_display_name{
display:none;
}

john


Title: Re: [Solved] "Install from directory" install to the tmp folder?
Post by: kiokenx31 on May 02, 2008, 09:39:42 PM
Hey ..

.rsg2_display_name{
display:none;
}

john

Most excellent indeed.  The code was already there, I just had to take the comment marks off!