Go Back   Pligg CMS Forum > Other > My Pligg Site

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-18-2006, 08:58 PM
New Pligger
 
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
bythemasses.com

Hey everyone,

Great job on Pligg. I've started working on a new york city news related pligg site, and after some customizations in the templates and css, I got something that is sorta presentable:

http://bythemasses.com

It's great. I'm using Beta 5 Smarty (5.8 I think) and added a simple fix for the javascript "Problem?" pull down in the shakeit.php. Doesn't seem to do anything yet, but it at least doesn't give an error.

Great job with the software guys.
Nick
Reply With Quote
  #2 (permalink)  
Old 01-18-2006, 10:34 PM
New Pligger
 
Join Date: Jan 2006
Location: Durham, NC
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Looks good! Nice work on the templates. How stable has the 5.8 beta been for you?

-David
Reply With Quote
  #3 (permalink)  
Old 01-19-2006, 12:59 AM
New Pligger
 
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks!

The only major bug I saw (well not really a bug) is if you try to post a site that pligg can't get to it freezes for a few minutes and then inserts a bad url ("1"). When this happens I go to the DB and manually change the link.

Aside from that, there was an issue with the problem? pulldown in the shakeitphp. Fixed it by adding below line 271 in link.php:

Code:
		
$smarty->assign('user_id', $current_user->user_login);
$smarty->assign('randmd5', md5($current_user->user_id.$this->randkey));;
and changing the onchange slightly in link_summary.tpl to:

Code:
<select {$status} name="ratings" onchange="report_problem(this.form, '{$user_id}', '{$link_id}', '{$randmd5}')">
It doesn't seem to do anything when you report a problem, but at least it seems to work now (and doesn't spit out a JS error when you go to the page right away.)
Reply With Quote
  #4 (permalink)  
Old 01-19-2006, 01:13 AM
New Pligger
 
Join Date: Jan 2006
Location: Malaysia
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
I just commented it out for the moment until it actually works!
__________________
SpyMy - Spying the REAL Issues.
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Search Engine Friendly URLs by vBSEO 3.2.0