Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
SOLUTION: Joomap support (1 viewing) (1) Guest
Go to bottom Favoured: 2
TOPIC: SOLUTION: Joomap support
#25795
Re:SOLUTION: Joomap support 11 Months, 1 Week ago  
VivaChile wrote:
I think my problem is related with the querys, i changed the query in line 88 to this:

Code:

$query = "SELECT id as cat_id, name as cat_title, ordering FROM #__fb_categories WHERE parent>0 AND published!=0 ORDER BY name";


and in line 99 to this:
Code:

$querymsg = "SELECT id as forum_id, catid as cat_id, subject as forum_name FROM jos_fb_messages WHERE subject NOT LIKE 'Re:%' AND moved=0 AND hold=0 ORDER BY ordering"



is there any risk on this?

Thanks




NO PROBLEM.

Please NOTE, there is another SQL query. (Total 2)

Does it solve the problem ?


email me your FTP information and exact link to site's sitemap URL.
Oh, backup 1st before I enter.

Will give a look.
iosoft (User)
Platinum Boarder
Posts: 419
graphgraph
User Offline Click here to see the profile of this user
Gender: Male futureiosoft Location: Kolkata, INDIA Birthdate: 1981-08-06
Logged Logged
 
Last Edit: 2007/10/03 04:52 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.  
#25868
Re:SOLUTION: Joomap support 11 Months, 1 Week ago  
iosoft, the change in the querys solved the problem i think may be related with mysql version.
Thank you
VivaChile (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#25873
Re:SOLUTION: Joomap support 11 Months, 1 Week ago  
VivaChile wrote:
iosoft, the change in the querys solved the problem i think may be related with mysql version.
Thank you


give party
iosoft (User)
Platinum Boarder
Posts: 419
graphgraph
User Offline Click here to see the profile of this user
Gender: Male futureiosoft Location: Kolkata, INDIA Birthdate: 1981-08-06
Logged 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.  
#25894
Re:SOLUTION: Joomap support 11 Months, 1 Week ago  
iosoft wrote:
VivaChile wrote:
iosoft, the change in the querys solved the problem i think may be related with mysql version.
Thank you


give party

Iosoft, can i modify your plugin in order to use it with MisterEstate component? obiusly y will mencion that its based on your work...
VivaChile (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#25898
Re:SOLUTION: Joomap support 11 Months, 1 Week ago  
VivaChile wrote:
iosoft wrote:
VivaChile wrote:
iosoft, the change in the querys solved the problem i think may be related with mysql version.
Thank you


give party

Iosoft, can i modify your plugin in order to use it with MisterEstate component? obiusly y will mencion that its based on your work...


PM sent.
iosoft (User)
Platinum Boarder
Posts: 419
graphgraph
User Offline Click here to see the profile of this user
Gender: Male futureiosoft Location: Kolkata, INDIA Birthdate: 1981-08-06
Logged 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.  
#29725
Re:SOLUTION: Joomap support 10 Months, 1 Week ago  
www.ipowershop.co.uk/index.php?option=co...omap&view=google

This sitemap doesn't seem to be working entirely as I expected.

Is there any documentation for JooMap available I could look at?

JooMap also doesn't seem to even present virtuemart categories on this site?

Any help would be appreciated about this, as this product seems to have great revues, so it may just be that I'm doing something wrong with the plugin

Cheers!
BizNuge (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#32720
Re:SOLUTION: Joomap support 9 Months, 1 Week ago  
Installed the joomap plugin and immediately got several php errors and notices in my error logs on the server.
Took only a few day until googlebot started complaining about invalid links.

Turns out there are two 'bugs' in the plugin:

1.) The 'hidden' poweredby link in the google sitemap refers to a mos variable that can't be reference inside the module. Also the external link provided to the google sitemap causes googlebot to complain.
solution: simple - take out the poweredby link

2.) The sql to retrieve the fireboard threads is incomplete. The column 'time' does not get named, causing the code to throw an error a few lines down when forum->modified is being accessed.
solution: name the 'time' column as ' modified' within the sql

With these two changes the plugin actually works.

Attached is the modified file. Download and rename it to joomap.fireboard.php and replace the original one with it.

Hope this helps!

"Original File Updated"
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1029
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
Last Edit: 2007/11/30 11:33 By grumblemarc.
 
 
The administrator has disabled public write access.  
#32726
Re:SOLUTION: Joomap support 9 Months, 1 Week ago  
Thank you for the BUG fixs specially the no.2. Totally forgot the 'case'.

About the no.1 fix, it was a mistake to put the reference file under /Admin dir.

I will suggest everyone not to do any upgrades as version 3.0 with more features, is coming soon.
iosoft (User)
Platinum Boarder
Posts: 419
graphgraph
User Offline Click here to see the profile of this user
Gender: Male futureiosoft Location: Kolkata, INDIA Birthdate: 1981-08-06
Logged 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.  
#32810
Re:SOLUTION: Joomap support 9 Months, 1 Week ago  
I forgot to say thank you for the plugin in the first place!

Let me know if you need help testing the new release. I seem to find bugs in everything I touch...
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1029
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#32824
Re:SOLUTION: Joomap support 9 Months, 1 Week ago  
fxstein wrote:
I seem to find bugs in everything I touch...

Its not bad-luck.... its your good skill. Share it with everyone.... that the power of OpenSource.
iosoft (User)
Platinum Boarder
Posts: 419
graphgraph
User Offline Click here to see the profile of this user
Gender: Male futureiosoft Location: Kolkata, INDIA Birthdate: 1981-08-06
Logged 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.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop