Go Back   Pligg CMS Forum > Pligg Development > Modification Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #131 (permalink)  
Old 01-21-2008, 04:35 AM
Casual Pligger
 
Join Date: Aug 2007
Posts: 67
Thanks: 0
Thanked 1 Time in 1 Post
Quote:
Originally Posted by dogmog View Post
I got the same problem with pligg 9.9.0.

I get the error:
Warning: Missing argument 2 for check_actions(), called in C:\Programme\xampp\htdocs\Pligg9\class.template.ph p(745) : eval()'d code on line 434 and defined in C:\Programme\xampp\htdocs\Pligg9\modules\modules_l ibs.php on line 87

Fatal error: Call to a member function get_template_vars() on a non-object in C:\Programme\xampp\htdocs\Pligg9\modules\image_upl oad\image_upload_main.php on line 128



and i noticed that the Line
$linkres->store();
tags_insert_string($linkres->id, $dblang, $linkres->tags);

in submit_step_3.tpl is no longer there. Maybe thats the problem?!?

it would be great if someone can help me...
I got the same on 9.9

Warning: Missing argument 2 for check_actions(), called in C:\wamp\www\dashanban\class.template.php(745) : eval()'d code on line 183 and defined in C:\wamp\www\dashanban\modules\modules_libs.php on line 87
__________________
dashanban.com | jdleung's.com @ flickr @ fotoblogs.cn
Reply With Quote
  #132 (permalink)  
Old 01-21-2008, 07:44 AM
New Pligger
Pligg Version: 9.9.0
Pligg Template: sme
 
Join Date: Jan 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
same problem here
Reply With Quote
  #133 (permalink)  
Old 01-21-2008, 10:02 AM
New Pligger
Pligg Version: 9.8.2.
Pligg Template: none
 
Join Date: Nov 2007
Posts: 21
Thanks: 2
Thanked 0 Times in 0 Posts
Unhappy

please, can someone help us....
Reply With Quote
  #134 (permalink)  
Old 01-22-2008, 06:08 PM
New Pligger
 
Join Date: Sep 2007
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Anyone this bug was reported on the 8th January originally, i would love to use this mod on our site v9.9.0 wont run it however
Reply With Quote
  #135 (permalink)  
Old 01-25-2008, 09:49 AM
Banned
Pligg Version: v9.9
Pligg Template: Custom Templat
 
Join Date: Dec 2007
Posts: 27
Thanks: 0
Thanked 7 Times in 5 Posts
We have provided a fix for this module to work with v9.9.0 of pligg.

Image Upload Pligg Module v1.02 for v9.9.0 of pligg | Bitter blog
Reply With Quote
  #136 (permalink)  
Old 01-25-2008, 11:33 AM
Casual Pligger
 
Join Date: Aug 2007
Posts: 67
Thanks: 0
Thanked 1 Time in 1 Post
yes, agree. why not attach the mod to pligg. I even cannot access the site.
__________________
dashanban.com | jdleung's.com @ flickr @ fotoblogs.cn
Reply With Quote
  #137 (permalink)  
Old 01-25-2008, 05:20 PM
not2serious's Avatar
Pligg Donor
Pligg Version: v0.96 w/modifications
Pligg Template: Yget w/modifications
 
Join Date: Apr 2007
Location: East Coast, USA
Posts: 226
Thanks: 16
Thanked 16 Times in 15 Posts
Quote:
Originally Posted by pliggedit View Post
We have provided a fix for this module to work with v9.9.0 of pligg.

Image Upload Pligg Module v1.02 for v9.9.0 of pligg | Bitter blog
FYI, For some reason when I try to "read more" on your site, it goes to all white for the story. I will try to check back later. I have not upgraded since I do need the image upload to function.
__________________
My Pligg Site: Critique My Art
My Arts Directory: Links 2 Arts
Reply With Quote
  #138 (permalink)  
Old 01-26-2008, 06:38 AM
New Pligger
Pligg Version: 1.5
Pligg Template: no
 
Join Date: Nov 2007
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
I do not have any idea who developed this module but it is really complicated. its document is difficult to follow. for example, you can not find this "<input type="text" name="link_field1" id="link_field1" value="{$submit_link_field1}" size="60" class="form-full" />" there is no class "form-full". I do not know which version is module for ? any suggestion?
Reply With Quote
  #139 (permalink)  
Old 02-02-2008, 03:46 AM
New Pligger
Pligg Version: 9.8
Pligg Template: dont know yet
 
Join Date: Dec 2007
Posts: 19
Thanks: 0
Thanked 1 Time in 1 Post
Do someone know how I get the image into the summery view of the storys`?

It only shows up in the full description...

thanks and greets!
Reply With Quote
  #140 (permalink)  
Old 02-02-2008, 05:05 PM
New Pligger
Pligg Version: 9.9.0
Pligg Template: sme
 
Join Date: Jan 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
on summery page this code is not working

// Get Story ID
$storyID = htmlentities($main_smarty->get_template_vars(link_id));

there is no data for $storyID

coz of that

// Get Image filename
if ($main_smarty->get_template_vars(module_imageupload_filename_fie ld) == "")
{
$imageFile = module_imageupload_fullsize_prefix.$storyID.".jpg" ;
} else {
$imageFile = $main_smarty->get_template_vars(module_imageupload_filename_fie ld);
}

is not working also

Can someone help?
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
Similar Threads
Thread Thread Starter Forum Replies Last Post
Image Upload Module -- Call for feature requests cent Modification Tutorials 12 11-15-2008 12:13 PM
[MOD] Image Upload Module (v1.0) -- Now Available cent Modification Tutorials 181 09-24-2008 10:43 PM
[MOD] Image Upload Module (v0.93) -- Please test cent Modification Tutorials 48 05-16-2008 08:08 PM
Mixed files equal to all wrong with pligg and image upload ( for pligg developers ) Peter Installation and Upgrade Help 0 11-17-2007 03:55 PM
Image Upload / Image display with stories mod - Will pay for dev and share adampoots Modification Tutorials 11 04-10-2007 07:22 PM


Search Engine Friendly URLs by vBSEO 3.2.0