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?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Primezilla integration (1 viewing) (1) Guest
Go to bottom Favoured: 7
TOPIC: Re:Primezilla integration
#17444
Re:Primezilla integration 1 Year, 3 Months ago  
iosoft wrote:
Solution to integrate Primezilla with FB
...........


Thank you very much!
andreasa (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Andrea
 
The administrator has disabled public write access.  
#19857
Re:Primezilla integration 1 Year, 3 Months ago  
lol, just came on here to post how to do it as i couldn't remember if it had been covered yet.

One thing i notice though is that no one has mentioned editing the fbprofile.php page which determins the pm link in the userlist, same edit just a different file.

Also, whilst you have dreamweaver open, might as well edit the language file so that it reads primezilla in the back end
chaosnet (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#19860
Re:Primezilla integration 1 Year, 3 Months ago  
chaosnet wrote:
lol, just came on here to post how to do it as i couldn't remember if it had been covered yet.

One thing i notice though is that no one has mentioned editing the fbprofile.php page which determins the pm link in the userlist, same edit just a different file.

Also, whilst you have dreamweaver open, might as well edit the language file so that it reads primezilla in the back end


Thanks for the notes.
Actually, I use FB with CB, so I didn't know about the FB's Profile page editing.
Also, thanks for the Language file update.

I will EDIT the main thread as soon as FB's stable version releases.
iosoft (User)
FB Quality & Testing Team
Senior Boarder
Posts: 458
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.  
#19867
Re:Primezilla integration 1 Year, 3 Months ago  
That explains that then lol Did wonder why it wasn't mentioned, and i guess if i used CB i wouldn't have noticed either. Never mind, all good in the long run
chaosnet (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#19872
Re:Primezilla integration 1 Year, 3 Months ago  
chaosnet wrote:
That explains that then lol Did wonder why it wasn't mentioned, and i guess if i used CB i wouldn't have noticed either. Never mind, all good in the long run

why don't you post the other hack part ?
iosoft (User)
FB Quality & Testing Team
Senior Boarder
Posts: 458
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.  
#19876
Re:Primezilla integration 1 Year, 3 Months ago  
Ok, from the top:

Select the openpms option in the back end fireboard config screen, save and go to the front end forum.

Open the following files from within the com_fireboard folder n your chosen editor:

1. template/default/view.php
2. template/default/plugin/fbprofile/fbprofile.php
3. language/english.php

First edit, go to view.php and scroll to line 756 and replace:

[code:1]'index.php?option=com_pms&page=new&id=' . $PMSName . '&title=' . $fmessage->subject) . "">[/code:1]

with:

[code:1]'index.php?option=com_primezilla&page=write&uname=' . $PMSName . '&subject=' . $fmessage->subject) . "">[/code:1]

This code edit changes the openpms system to use the primzilla component, the edit also allows the subject of the forum post to be automatically entered into the PM. Save and upload and you'll see that the 'pm' icon in the main forum view now goes to Primzilla

Next, go to the fbprofile.php page and scroll to line 291 where you'll see the same code as referenced in the top code box above, as with the view.php file, edit this line of code and replace with the second peice of code listed above. Save and upload. This code edit effects the userlist for those of us that don't use CB and instead use the default fireboard profiles.

Lastly is the language file, this is really only for good housekeeping and so that what you select in the back end config screen is what you get upfront.

Scroll to line 92 and replace the words 'myPMS II Open Source' with Primezilla, save and upload, but remember, this file goes in the administrator/components/com_fireboard/language/ folder of the site and not the domain.com/language folder

HTH
chaosnet (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30496
Re:Primezilla integration 1 Year ago  
Thank you so much for this hack, its wonderful.
neveu (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/08 01:32 By neveu.
 
The administrator has disabled public write access.  
#49294
Re:Primezilla integration 7 Months, 1 Week ago  
iosoft wrote:
Facing Problem while editing the POST !!
MODs help needed.



Mean while, see the TXT file attached with it.
File Attachment:
File Name: p-48cfc65b11c4a19fe08d4e5cbbb7580a.txt
File Size: 1644


Worked perfectly! Thanks!
Neodammerung (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49299
Re:Primezilla integration 7 Months, 1 Week ago  
Glad to hear that.

BTW, new version of 'Primezilla integration' is comming soon with integration with 'Report Moderator' option.
iosoft (User)
FB Quality & Testing Team
Senior Boarder
Posts: 458
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.  
#60702
Re:Primezilla integration 1 Month, 1 Week ago  
Any updates on this?
SepulSoul (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top