Pligg Team Addon Installation GUIDE & MANUAL

Register an Account
Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 04-01-2008, 09:21 PM
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,042
I used to have some problems with db table aliases. Maybe they´are back. What is necessary to annouce the table name directly instead of the alias?
Reply With Quote
  #12 (permalink)  
Old 04-03-2008, 06:08 AM
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,042
Has anyone tested this mod with versions up to 9.8.2 ?
Reply With Quote
  #13 (permalink)  
Old 04-03-2008, 07:04 PM
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,042
I´ve tested it with a clean 9.8.2 installation.
Results are the same. By accident I´ve found the the double sidebars are caused by the changes of the pligg.tpl file. Without these changes there´s a single sidebar and the same error if you click at the team tab.

Could someone with v9.5 up to v9.8.2 test it (with a different server) and my hints? Thank you!

Last edited by tbones; 04-03-2008 at 07:10 PM.
Reply With Quote
  #14 (permalink)  
Old 04-04-2008, 08:56 AM
AnAlienHolakres3's Avatar
Pligg Donor/Coder
 
Join Date: Jul 2007
Location: Prague
Posts: 116
Send a message via ICQ to AnAlienHolakres3
Quote:
Originally Posted by tbones View Post
I´ve tested it with a clean 9.8.2 installation.
Results are the same. By accident I´ve found the the double sidebars are caused by the changes of the pligg.tpl file. Without these changes there´s a single sidebar and the same error if you click at the team tab.

Could someone with v9.5 up to v9.8.2 test it (with a different server) and my hints? Thank you!
I will do this more like "installable module" in a few weeks, then you won´t have to manipulate with sql at all
Reply With Quote
  #15 (permalink)  
Old 04-04-2008, 09:00 AM
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,042
Quote:
Originally Posted by AnAlienHolakres3 View Post
I will do this more like "installable module" in a few weeks, then you won´t have to manipulate with sql at all
I appreciate that, thank you! Do you have any clue what could be the problem? I already wrote that I can´t fully trust my server anymore so maybe you won´t have any problem if you try it yourself with a clean v9.8.2.
Reply With Quote
  #16 (permalink)  
Old 04-05-2008, 05:57 PM
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,042
Another test with a clean v9.9 system: Exactly the same error message so it´s definetly a problem with my server. Good luck to the other testers!
Reply With Quote
  #17 (permalink)  
Old 04-07-2008, 04:41 AM
New Pligger
 
Join Date: Mar 2008
Posts: 2
Just an FYI, you can use jQuery alongside other javascript libraries like prototype and scriptaculous as discussed here: Using jQuery with Other Libraries - jQuery JavaScript Library

Use something like:

var $j = jQuery.noConflict();

Then instead of using $("selector") you'd use $j("selector").
Reply With Quote
  #18 (permalink)  
Old 04-07-2008, 04:41 PM
AnAlienHolakres3's Avatar
Pligg Donor/Coder
 
Join Date: Jul 2007
Location: Prague
Posts: 116
Send a message via ICQ to AnAlienHolakres3
Quote:
Originally Posted by wersmart View Post
Just an FYI, you can use jQuery alongside other javascript libraries like prototype and scriptaculous as discussed here: Using jQuery with Other Libraries - jQuery JavaScript Library

Use something like:

var $j = jQuery.noConflict();

Then instead of using $("selector") you'd use $j("selector").
Thank you its good to know about that. In this case it is not so simple, beside JQuery there are some JQuery plugins used and it would be necessary to update all of them. I prefer doing it in way described for following reasons:

- javascript files are loaded only when they are needed, in case of using both libraries simultaneously it is big amount of data needs to be loaded by final users
- no update of javascript files is necessary
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Step By Step Installation Guide for Pligg CMS wildcks Questions and Comments 8 01-21-2010 10:21 PM
Pligg Team ADDON Tutorial AnAlienHolakres3 Questions and Comments 6 03-25-2008 07:55 AM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development