RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 03, 2008, 11:22:42 pm
+  RSGallery2 Support Forums
|-+  Developers corner
| |-+  Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! (Moderators: Daniel Tulp, Chef Groovy)
| | |-+  [Solved] [SVN: 625] Gallery's thumbnail can't be displayed on frontpage with IE
Advanced search
  « previous next »
Pages 1 2
Author
Topic: [Solved] [SVN: 625] Gallery's thumbnail can't be displayed on frontpage with IE  (Read 10829 times)
« on: March 04, 2007, 12:51:53 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

Since updated to SVN: 625, found following problems:

1. Gallery's thumbnail cannot be displayed on frontpage with I.E. 6 & 7
- Thumbnails inside the galleries are also okay
- Everything browse with F.F. 2 is okay

2. In the template main.php, when $tpl->showMainGalleries('single', true); the row width is fixed and too narrow (just about 50% of the total width).
- (I know the new template system is still under construction, just FYI)

3. Cannot save the template & css via backend
- (I know the new template system is still under construction, just FYI)
- Warning Message: Operation failed: /xxx/xxx.com/components/com_rsgallery2/tpl//main.php is not writable.
- The path above is not correct, missing "default" between "//"
« Last Edit: March 23, 2007, 12:52:02 pm by mikeho1980 » Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #1
« on: March 05, 2007, 09:57:06 am »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Mike,

1. This is a small HTML error. Upgrade to latest Nightly Build and you'll be fine.(SVN 626)
2. I cannot reproduce this behaviour. In the default Joomla template it fits nicely to 100% width. Can you show me somewhere?
3. Known issue: we are working on that.

Cheers,

Ronald
Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #2
« on: March 07, 2007, 12:01:44 pm »
Alex Boone Offline
Newbie
*
Posts: 14

WWW

I was unable to find (SVN 626) however I did find and fixed the HTML error.  Here is the change for anyone who still needs it. 

There was a missing close anchor tag in the thumbnail link, see hightlighted in red.

In the (SVN 625) build change line 363, (see below) in administrator/components/com_rsgallery2

363  return "<a href=\"$mosConfig_live_site/index.php?option=com_rsgallery2&Itemid=$Itemid&catid=$catid\" alt=        \"\">".$thumb_html."</a>";
Logged
 
Reply #3
« on: March 07, 2007, 12:50:48 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Yep, that is it.

Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #4
« on: March 08, 2007, 12:25:42 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

Updated to SVN 626, problem 1 solved.

For problem 2, please see attachment
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #5
« on: March 08, 2007, 01:17:07 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Mike,

I cannot reproduce the error. Perhaps this is template related.
Can you switch to the default Joomla template for a minute and see if it occurs there as well?

Cheers,
Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #6
« on: March 09, 2007, 09:40:08 am »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

Yes, you are right, it is template related.

I am using Joomlart's latest template JA Wistery Artistic.

Any suggestion?
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #7
« on: March 09, 2007, 10:16:46 am »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Don't really know.

Perhaps there is a hidden right column somewhere that takes up space, even if no right modules are activated.
You'll have to check the index.php of the template for that.

If you can't find it, attach the zip with the template here and I'll have a look.

Good luck,



« Last Edit: March 09, 2007, 10:18:40 am by Ronald Smit » Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #8
« on: March 10, 2007, 05:46:25 am »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

When $tpl->showMainGalleries('double', true); it just looked fine (in 2 colomns)
« Last Edit: March 14, 2007, 09:06:51 am by mikeho1980 » Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #9
« on: March 10, 2007, 07:10:58 am »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Mike,

You attached index.php from Joomla. I have that one Grin
I need the Zip-file of the template you installed.

Thanks,
Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #10
« on: March 13, 2007, 12:10:41 am »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

yeah yeah, sorry, I have downloaded from the wrong directory. Grin
Here is the template index.php
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #11
« on: March 21, 2007, 12:54:10 pm »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

Ronald,

I had changed my template (from Joomlart) but still cannot solve this problem.
Attached my template's index.php and css
« Last Edit: March 22, 2007, 09:55:27 am by mikeho1980 » Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #12
« on: March 21, 2007, 01:37:39 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Mike,

I really need the complete template package to check it out. If it is a paid template, send it via PM, I'll be carefull.

Cheers,

Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Reply #13
« on: March 22, 2007, 10:12:07 am »
mikeho1980 Offline
Full Member
***
Dog Neighbor - http://www.dogneighbor.com Posts: 161

WWW

Mike,

I really need the complete template package to check it out. If it is a paid template, send it via PM, I'll be carefull.

Cheers,


Thanks I had send you a pm
Logged

Dog Neighbor http://www.dogneighbor.com
Joomla v1.0.12 Stable UTF-8 Traditional Chinese
RS Gallery 2 v1.14.0 SVN:472
Alpha RSItems module v1.4.2
PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general
Internet Explorer 7.0.6000.16546 Firefox 2.0.0.11
 
Reply #14
« on: March 22, 2007, 01:01:49 pm »
Ronald Smit Offline
Administrator
Hero Member
*****
Posts: 1219

WWW

Mike,

I think the problem is fixed. I put it in SVN 643.
Let me know if it works for you.

Cheers,
Logged

Ronald Smit
RSGallery2 Developer
FAQ|Known issues
 
Print  Pages 1 2
« previous next »
Jump to: