|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
|
hello and thanks very much for this useful plug in!!!
Atm im getting the following error :
[code:1]Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/blabla/public_html/bla/administrator/components/com_joomap/plugins/fireboard.plugin.php on line 58[/code:1]
Im sure that it is my fault as im a noob to these things ..
the line 58 is the Parameter line ...
lets say i want to use const timeFrame=1; ....
should i replace all the line
const timeFrame=1; // (0 to 9999) integer only
with this 1?
const timeFrame=1;
(kill me)
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
|
Please redownload the ZIP, I think you have deleted some / or *.
You only have to change the value, i.e 1 nothing else. Others are comments only.
Say, you want 5 year report, then the line should look like -
[code:1]const timeFrame=5; // (0 to 9999) integer only[/code:1]
Make sure you are changing only that number and nothing else.
|
|
|
Logged
|
|
Developer: FB-Poll System, FB-Joomap plugin, FB-OpenSEF extension, FB-Primezilla Hacker, Fireboard WAP.
Vote my site- GigaHertZ
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
thanks for your fast reply iosoft!
unfortunately i cant make it to work.
My Joomla installation is inside a subfolder like mysite.com/joomla .
This is also what i put inside the sitemap_index.xml.
The rest of it i leave as it is
[code:1]http://mysite.com/joomla/index.php?option=com_rss&feed=RSS2.0&no_html=1[/code:1]
and
[code:1]http://mysite.com/joomla/index2.php?option=com_joomap&view=google&no_html=1[/code:1]
Is that right? :/
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
|
email me the PHP file that you have modified and the error.
I will have a look tomorrow.
My email is in that PHP file.
BTW: is it working with the unmodified PHP File ?
|
|
|
Logged
|
|
|
Last Edit: 2007/10/01 23:07 By iosoft.
|
|
Developer: FB-Poll System, FB-Joomap plugin, FB-OpenSEF extension, FB-Primezilla Hacker, Fireboard WAP.
Vote my site- GigaHertZ
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
|
Didn't get any mail from you.
Hope the problem solved.
|
|
|
Logged
|
|
Developer: FB-Poll System, FB-Joomap plugin, FB-OpenSEF extension, FB-Primezilla Hacker, Fireboard WAP.
Vote my site- GigaHertZ
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
|
I also get the Message:
Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/blabla/public_html/bla/administrator/components/com_joomap/plugins/fireboard.plugin.php on line 58
I only changed the Line 58 to:
const timeFrame=0; // (0 to 9999) integer only
No more changes!
Please help!
|
|
|
Logged
|
|
http://www.J-CMS.de
Sorry for my english! In this Community
I learn Joomla, Template Design, Javascript, CSS, PHP, XML, Firewoks... and English too
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
Sorry for the ERROR.
Actually, I developed the code on PHP5 and this line is not supported in PHP4+ 
Rewriting the code for all users.
CODE is written, testing.....
BIG SORRY.
|
|
|
Logged
|
|
Developer: FB-Poll System, FB-Joomap plugin, FB-OpenSEF extension, FB-Primezilla Hacker, Fireboard WAP.
Vote my site- GigaHertZ
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
|
CODE fixed.
Redownload from the same link.
|
|
|
Logged
|
|
Developer: FB-Poll System, FB-Joomap plugin, FB-OpenSEF extension, FB-Primezilla Hacker, Fireboard WAP.
Vote my site- GigaHertZ
|
|
|
The administrator has disabled public write access.
|
|
|
Re:SOLUTION: Joomap support 1 Year, 2 Months ago
|
|
|
It Works! Great!!!!!
Only one more question!
The Headings of all Menues in the Sitemap are formated with "h2"
But the Heading Name "Forum" is not formated.
How can i change this ?
Greetings from Germany!
|
|
|
Logged
|
|
http://www.J-CMS.de
Sorry for my english! In this Community
I learn Joomla, Template Design, Javascript, CSS, PHP, XML, Firewoks... and English too
|
|
|
The administrator has disabled public write access.
|
|
|