|
Title: [FIXED][SVN 542] Various: templates, voting, comments Post by: Etienne on December 22, 2007, 07:24:20 am Hi
I'm running php 4.4.4 and J 1.0.13. RSG2 version 1.14.1 svn 542 I appear to have encountered the following problems: 1) I can't install templates. There are no error messages but the template does not appear on the template list and a directory for the new template is not created. 2) Comments: a) Set for registered users only with security images set to no - For both registered (logged in) and unregistered users the message 'comment could not be added' is displayed and comment is not added. It does return to the image being viewed, which is what I expect. b) Set to allow public to vote with security images set to no - For both registered (logged in) and unregistered users the message 'comment could not be added' is displayed and comment is not added. For registered (logged in) users it does return to the image being viewed, but for guests it returns a blank page with the 'start prev next last' navigation links but these are not 'clickable'. They thus have to use the main menu links to return to the gallery. Regards Etienne 3) Voting: a) Allow registered users only set to No and once only set to No - After voting it redirects to the site's home page, I would expect it to remain at the same image. It also registers only the votes cast by registered (logged in) users. b) Allow registered users only set to Yes and once only set to No - After voting it redirects to the site's home page, I would expect it to remain at the same image. It registers the votes correctly. Title: Re: [SVN 542] Various: templates, voting, comments Post by: john on December 30, 2007, 05:43:49 am Hello Etienne
The work on the new Template installer has been completed for testing in SVN 544. Be aware that the templateDetail.xml file has to be modified to be working with the new installer. This has been done to avoid problems with Joomla template files. change the following in your templateDetail.xml. Code: <mosinstall type="rsgTemplate"> various fixes have been done about voting and commenting in SVN556. The permissions for voting per gallery have changed as well. Please note that some changes to the database have to be applied to use that feature. see (sql/upgrade_1.14.0_to_1.14.1.sql) john |