Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Help:
disqus jr5
adanhash



Joined: 08 Apr 2007
Posts: 224

Posted: 09/13/13 01:16 
Hi,

can somebody help me out, Im trying to show the disqus module in the pages but its not showing. THe username i used was working when i first registered but doesn't show any more.

Please let me know if there is somethign i can do

thank you

Back to top
adanhash



Joined: 08 Apr 2007
Posts: 224

Posted: 09/13/13 01:19 
In the {debug} section it comes up this

jrDisqus => Array (16)
module_id => "37"
module_created => "1377202540"
module_updated => "1379051162"
module_priority => "100"
module_directory => "jrDisqus"
module_url => "disqus"
module_version => "1.0.0"
module_name => "Disqus Comments"
module_prefix => ""
module_description => "Add Disqus Users Comments to item det..."
module_category => "users"
module_developer => "The Jamroom Network, ©2013"
module_active => "1"
module_locked => "0"
module_requires => ""
module_initialized => 1


does that mean its coming?

Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 09/13/13 10:20 
That's just the module info - that info is coming from Jamroom, not the module itself.

Kyle


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
adanhash



Joined: 08 Apr 2007
Posts: 224

Posted: 09/13/13 11:06 
I seen Brians post in regards to this and i edited like he said but still its not showing up

http://www.jamroom.net/phpBB2/viewtopic.php?t=42792

Back to top
adanhash



Joined: 08 Apr 2007
Posts: 224

Posted: 09/13/13 21:33 
Hi Guys, any updates in regards to this post?

Back to top
Michael
Jamroom Team


Joined: 22 Apr 2008
Posts: 3423
Location: Tokyo

Posted: 09/13/13 21:51 
Where are you up to? what code are you trying to use that is not working.

If you want the best answers possible, post as much information as you know so others have things to work from to help you.


_________________
Michael Ussher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
adanhash



Joined: 08 Apr 2007
Posts: 224

Posted: 09/13/13 22:00 
Hey thanks for replying, because it really urgent

I did what Brian said

for smarty functions, and we overlooked adding quota support into the jrDisqus module.

You can fix it by modifying the jrDisqus_init() function in jrDisqus/include.php. Change this:


Code

/**
* init
*/
function jrDisqus_init()
{
return true;
}


To this:

Code

/**
* init
*/
function jrDisqus_init()
{
// Register Core quota support
jrCore_register_module_feature('jrCore', 'quota_support', 'jrDisqus', 'on');
return true;
}


Then run an Integrity Check. Then go to Quota Config for the Disqus module and enable it for your quotas. The clear cache and it should work.


But still its not working. it was working on the first release on jr5. I have put the username in the module but still

Back to top
adanhash



Joined: 08 Apr 2007
Posts: 224

Posted: 09/14/13 05:26 
I guess i used the orginal 5.0.0 Disqus module include.php and edited it as Brians instructions and it worked!

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Help

 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.