Joomla! Discussion Forums



It is currently Sun Nov 22, 2009 2:11 am (All times are UTC )

 





Post new topic Reply to topic  [ 278 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 10  Next
Author Message
Posted: Wed Oct 17, 2007 7:24 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
Zmajce wrote:
There is a problem with polls viewing in Firefox on Windows.
Graphs are not displayed due to backslashes in swf path in FusionsCharts.php.

To solve that problem insert;
[php]$chartSWF = str_replace( "\\", "/", $chartSWF );[/php]
as line 123 before ($HTML_chart = <<


Please download the latest zip. There the problem is fixed for all platforms in a similar but more general manner.

Best,

Mike

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Top
   
 
Posted: Wed Oct 17, 2007 10:20 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 06, 2007 6:17 pm
Posts: 25
Actually remark was made on the latest siteground template. Size of file 1,517,511. That is the file I've imported and tried. If there is a newer version of template I just dont get the right link via email.


Top
  E-mail  
 
Posted: Wed Oct 17, 2007 12:06 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
Hi Zmajce,

This is really strange since we did test this functionality under windows and it does work. We had to do changes due to previously reported problems and the poll results component was tested both under linux and windows before uploading the new zip. Can you please provide us with a sample code from the html/com_poll/poll/default_graph.php around the line that you propose to be replaced?

Best,

Mike

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Top
   
 
Posted: Wed Oct 17, 2007 12:27 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 06, 2007 6:17 pm
Posts: 25
This is generated with original FusionCharts.php:
Code:
   <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"  width="450" height="300" id="myNext">
      <param name="allowScriptAccess" value="always" />
      <param name="movie" value="/synchro\templates\siteground\html\com_poll\Charts/FCF_Pie2D.swf"/>      
      <param name="FlashVars" value="&chartWidth=450&chartHeight=300&dataXML=<graph caption='asdasdasd' decimalPrecision='0' showPercentageValues='0' showNames='1' numberPrefix='' showValues='1' showPercentageInLabel='0' pieYScale='45' pieBorderAlpha='100' pieRadius='100' animation='1' shadowXShift='4' shadowYShift='4' shadowAlpha='40' pieFillAlpha='95' pieBorderColor='FFFFFF' ></graph>" />
      <param name="quality" value="high" />
      <param name="wmode" value="transparent" />
      <param name="bgcolor" value="#ff5500" />
      <embed src="/synchro\templates\siteground\html\com_poll\Charts/FCF_Pie2D.swf" FlashVars="&chartWidth=450&chartHeight=300&dataXML=<graph caption='aadadsadsasd' decimalPrecision='0' showPercentageValues='0' showNames='1' numberPrefix='' showValues='1' showPercentageInLabel='0' pieYScale='45' pieBorderAlpha='100' pieRadius='100' animation='1' shadowXShift='4' shadowYShift='4' shadowAlpha='40' pieFillAlpha='95' pieBorderColor='FFFFFF' ></graph>" quality="high" width="450" height="300" name="myNext" wmode="transparent" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
   </object>

Path to swf file doesn't work for me: I need a relative path with slashes (no backslashes) for it to work.

This line that changes variable $chartSWF fixes things for me.

That quick fix I need only when I am using this theme in Windows(+Xampp). (site on my localhost)
After uploading on a remote server (Linux/Apache...) u don't need the modification.


Last edited by Zmajce on Wed Oct 17, 2007 11:28 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed Oct 17, 2007 1:13 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11653
Location: **Translation Matters**
Flash display issue when clicking results. One has to scroll down to get the movie top of window to display.
Shows OK after voting.

---------------------------
To get the "Hits" string in front-end, add

JPlugin::loadLanguage( 'tpl_siteground' );

in default_graph.php

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Wed Oct 17, 2007 1:23 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11653
Location: **Translation Matters**
Summer, winter, etc. parameters do not work.
Display blocked on "Winter" here.
Had to delete cookie.
This is due to cookie setting for each parameter, even for non registered user.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Last edited by infograf768 on Wed Oct 17, 2007 1:25 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed Oct 17, 2007 2:46 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 01, 2007 12:18 pm
Posts: 53
Location: Bucharest
anyway this is the best template for me. Incredible design, very attaractive and shiny. No.1

_________________
Open Source Really Matters !!!


Top
   
 
Posted: Wed Oct 17, 2007 7:51 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Oct 17, 2007 7:42 pm
Posts: 5
Great style love it!


Top
   
 
Posted: Thu Oct 18, 2007 1:59 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 01, 2007 12:18 pm
Posts: 53
Location: Bucharest
One request. it will be great if menus can be collapsible.

_________________
Open Source Really Matters !!!


Top
   
 
Posted: Thu Oct 18, 2007 8:26 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
infograf768 wrote:
Summer, winter, etc. parameters do not work.
Display blocked on "Winter" here.
Had to delete cookie.
This is due to cookie setting for each parameter, even for non registered user.


This is not a bug - that is how it is supposed to work - the visitor's preferences have the highest priority.

Best,

Mike

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Top
   
 
Posted: Fri Oct 19, 2007 5:18 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
Zmajce wrote:
Path to swf file doesn't work for me: I need a relative path with slashes (no backslashes) for it to work.



The problem is fixed now, please download the latest zip and there shouldn't be a problem.

Best,

Mike

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Top
   
 
Posted: Fri Oct 19, 2007 5:23 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
infograf768 wrote:
Flash display issue when clicking results. One has to scroll down to get the movie top of window to display.
Shows OK after voting.


We were not able to reproduce the error - the chart looks fine either way (by voting and by clicking [Results])

infograf768 wrote:
To get the "Hits" string in front-end, add

JPlugin::loadLanguage( 'tpl_siteground' );

in default_graph.php


Fixed


Best,

Mike

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Top
   
 
Posted: Fri Oct 19, 2007 5:28 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
dereque wrote:
One request. it will be great if menus can be collapsible.


Hello,

First of all, thank you for the kind works and high evaluation of our work.

Since we would like to do our best to please the people who chose to use our template we would like to make sure we understand correctly the nature of the functionality that you would like present in our template. By collapsible menus do you mean that the visitor needs to be able to click on a minimize icon, situated around the corners of the menus, or something like this, and then the corresponding menu would fold into one line, which can later be expanded back to full size?

Thank you for the feedback!

Best,

Mike

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Top
   
 
Posted: Fri Oct 19, 2007 9:31 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 01, 2007 12:18 pm
Posts: 53
Location: Bucharest
I wanna use fireboard forum on my site and when i open component i want left menu part to be collapsed, so forum could be widescreen. I dont know if i can explain. You will see at screenshot better. I dont know if is possible but it will be great if you can do it. I saw so many requests about this situation at forum sites. Thanks for everything.


You do not have the required permissions to view the files attached to this post.

_________________
Open Source Really Matters !!!


Last edited by dereque on Fri Oct 19, 2007 9:54 am, edited 1 time in total.

Top
   
 
Posted: Fri Oct 19, 2007 11:24 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 13, 2007 3:22 am
Posts: 19
:P - Getting the following error

array_shift() [function.array-shift]: The argument should be an array in ... wamp\www\Joomla-15RC3\templates\siteground\sg_menus\SGMenu.php on line 95

Tyying to run top menus.
Cascading top menu set to yes or no - no change.

running under WAMP5 on localhost.  anyone got any ideas?
Firefos browser on XP machine


Top
   
 
Posted: Fri Oct 19, 2007 1:22 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 01, 2007 12:18 pm
Posts: 53
Location: Bucharest
bayness0 wrote:
:P - Getting the following error

array_shift() [function.array-shift]: The argument should be an array in ... wamp\www\Joomla-15RC3\templates\siteground\sg_menus\SGMenu.php on line 95

Tyying to run top menus.
Cascading top menu set to yes or no - no change.

running under WAMP5 on localhost.  anyone got any ideas?
Firefos browser on XP machine


I tested again and again my friend but it seems no problem. Neither Explorer nor Firefox. Also i am using wamp server. Try to uninstall and install template again or wait for Mke to answer you.

_________________
Open Source Really Matters !!!


Top
   
 
Posted: Fri Oct 19, 2007 7:53 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
bayness0 wrote:
:P - Getting the following error

array_shift() [function.array-shift]: The argument should be an array in ... wamp\www\Joomla-15RC3\templates\siteground\sg_menus\SGMenu.php on line 95

Tyying to run top menus.
Cascading top menu set to yes or no - no change.

running under WAMP5 on localhost.  anyone got any ideas?
Firefos browser on XP machine


Hi bayness0,

Generally this is the first error report we get for the menus and really it is a strange case, since nobody else has experienced such an error. Anyway, we have added an extra check in the code to prevent a case which would cause such an error. We would suggest that you download the zip again and give it a try.

Best,

Mike

P.S. Thanks a bunch for the assistance, dereque!

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Top
   
 
Posted: Fri Oct 19, 2007 7:57 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Aug 11, 2006 9:58 am
Posts: 57
dereque wrote:
I wanna use fireboard forum on my site and when i open component i want left menu part to be collapsed, so forum could be widescreen. I dont know if i can explain. You will see at screenshot better. I dont know if is possible but it will be great if you can do it. I saw so many requests about this situation at forum sites. Thanks for everything.


Hello dereque,

I got the idea. I will definitely forward your suggestion/request to our lead designer, who should consider implementing it if not in the current template then in its next versions or in the following Joomla 1.5 template we are about to develop.

Thanks a bunch for the suggestion!

Best,

Mike

_________________
Official Representative
SiteGround Joomla templates: http://www.siteground.com/joomla-hostin ... plates.htm


Last edited by SiteGround on Fri Oct 19, 2007 8:01 pm, edited 1 time in total.

Top
   
 
Posted: Sat Oct 20, 2007 8:38 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 13, 2007 3:22 am
Posts: 19
i downloaded the new version but I get the same error on the top menu


Top
   
 
Posted: Sat Oct 20, 2007 12:59 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Sep 23, 2007 1:38 am
Posts: 27
The polls still do not work,  never have actually. I cannot vote or view them. I have noticed that the polls always seem to be trying to use SEF URLs on my site, even though I have SEF turned off because most the modules I use do not like it.

Ok well i just checked and my polls do not work in any theme, so I guess your off the hook ;)
However, if I could make a question/request.
Is there anyway to make fireboard and possibly other coponents to switch themes when the site switches between the 5 templates in this package?


Last edited by ViriiGuy on Sat Oct 20, 2007 2:07 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sun Oct 21, 2007 12:18 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 21, 2007 7:43 pm
Posts: 5
is it possible to insert a banner module on the top , near the logo ??
it would be usefull
thanks


You do not have the required permissions to view the files attached to this post.


Top
  E-mail  
 
Posted: Sun Oct 21, 2007 3:06 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 10, 2007 4:40 am
Posts: 15
Great template.  Thank you very much for your efforts.

Would it be possible to make the following changes?
1.  Left and Right user modules collapse when there is no content.  As the previous user suggested, this allows a full width wrapper for forums, etc.
2.  Rather than using an over sized top banner to allow for different browser sized, can the banner graphics be centered or aligned right or left?
3.  Can you make it so that clicking the banner slogan/logo takes back to home page?
4.  I get invalid xml error with poll results.  see hipblah.com

Thanks again for the great work!


Top
   
 
Posted: Sun Oct 21, 2007 11:14 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Oct 08, 2007 6:06 am
Posts: 7
Very clean and professional--- good Job :)

_________________
I love Thailand!

http://www.thailandsocial.com


Top
  E-mail  
 
Posted: Tue Oct 23, 2007 12:03 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Jun 21, 2007 1:53 pm
Posts: 119
Location: Colorado
This is Gorgeous!!

_________________
www.outdoorproductreview.com

"Take time to deliberate; but when the time for action arrives, stop thinking and go in."
~Andrew Jackson~


Top
   
 
Posted: Tue Oct 23, 2007 8:01 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Oct 19, 2007 12:09 pm
Posts: 18
why i can't change the parameter setting.
it appear:
Quote:


        * JFTP::write: Bad response

Message

        * Operation Failed!: failed to open file /home/www/v-share.freehostia.com/home/templates/siteground/params.ini for writing.



Top
   
 
Posted: Tue Oct 23, 2007 8:14 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 01, 2007 12:18 pm
Posts: 53
Location: Bucharest
v-share wrote:
why i can't change the parameter setting.
it appear:
Quote:


        * JFTP::write: Bad response

Message

        * Operation Failed!: failed to open file /home/www/v-share.freehostia.com/home/templates/siteground/params.ini for writing.




Because params.ini file is not writable. Be sure about it.

_________________
Open Source Really Matters !!!


Top
   
 
Posted: Tue Oct 23, 2007 8:23 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Oct 19, 2007 12:09 pm
Posts: 18
so, how can i change the logo, title, slogans......?


Top
   
 
Posted: Tue Oct 23, 2007 8:30 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 01, 2007 12:18 pm
Posts: 53
Location: Bucharest
v-share wrote:
so, how can i change the logo, title, slogans......?


Is your site working remote or localhost? and on which platform? (Linux, Windows and Apache or IIS)

pls give me some details then i can help you i think.

_________________
Open Source Really Matters !!!


Last edited by dereque on Tue Oct 23, 2007 8:56 am, edited 1 time in total.

Top
   
 
Posted: Tue Oct 23, 2007 8:34 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Oct 19, 2007 12:09 pm
Posts: 18
my site is v-share.freehostia.com/home. i am using windows xp...


Top
   
 
Posted: Tue Oct 23, 2007 8:49 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 01, 2007 12:18 pm
Posts: 53
Location: Bucharest
v-share wrote:
my site is v-share.freehostia.com/home. i am using windows xp...


Are you using IIS or Apache ? or XAMPP or WAMP?

_________________
Open Source Really Matters !!!


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 278 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 10  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group