Subrion CMS Support Forums  

Go Back   Subrion CMS Support Forums > Subrion CMS Core Discussion > Subrion Core Discussion

Subrion Core Discussion Here we discuss everything that is related to Subrion CMS core functionality. Additional features related to plugins and templates engines. New features that are related to Manage Pages functionality or anything that's not related to Subrion packages.

Reply

 

LinkBack Thread Tools Display Modes
Old 03-21-2008   #1 (permalink)
Senior Member
 
Join Date: Apr 2007
Location: YOZGAT[TR]-StraSbourg[Fr]
Posts: 167
TurXaliM is on a distinguished road
Send a message via ICQ to TurXaliM Send a message via MSN to TurXaliM Send a message via Skype™ to TurXaliM
Default How can i auto approve the images of cars?

How can i auto approve the images of cars?
I haven't found.
Always need manul approve for thumbnail/image of the cars when someone add their cars' pictures ?
__________________
Excuse me all, My English isn't good
TurXaliM is offline   Reply With Quote
Old 03-22-2008   #2 (permalink)
Senior Member
 
Join Date: Apr 2007
Location: YOZGAT[TR]-StraSbourg[Fr]
Posts: 167
TurXaliM is on a distinguished road
Send a message via ICQ to TurXaliM Send a message via MSN to TurXaliM Send a message via Skype™ to TurXaliM
Default Re: How can i auto approve the images of cars?

Always need clicking
MANAGE CARS
EDIT
Approve Thumbnails
Save


Annoying
__________________
Excuse me all, My English isn't good
TurXaliM is offline   Reply With Quote
Old 03-23-2008   #3 (permalink)
Junior Member
 
Join Date: Mar 2008
Posts: 11
Ruslan A. is on a distinguished road
Default Re: How can i auto approve the images of cars?

Hey TurXaliM,
If this isn't suitable, let me know I'll post code need to be changed.
Ruslan A. is offline   Reply With Quote
Old 03-24-2008   #4 (permalink)
Senior Member
 
Join Date: Apr 2007
Location: YOZGAT[TR]-StraSbourg[Fr]
Posts: 167
TurXaliM is on a distinguished road
Send a message via ICQ to TurXaliM Send a message via MSN to TurXaliM Send a message via Skype™ to TurXaliM
Default Re: How can i auto approve the images of cars?

Yeah, i don't want approve all cars images.
When someone add the images, the images must be auto-approve.
__________________
Excuse me all, My English isn't good
TurXaliM is offline   Reply With Quote
Old 03-24-2008   #5 (permalink)
Junior Member
 
Join Date: Mar 2008
Posts: 11
Ruslan A. is on a distinguished road
Default Re: How can i auto approve the images of cars?

Hey TurXaliM,
Here solution:
open ../edit-listing.php
find following code
Code:
                        $new_thumb_id = $esynDb->insert(array(
                                                        'listing_id'=>$listing_id,
                                                        'fname'=>$file_name,
                                                        'status'=>'approval'));
replace it with following code
Code:
                        $new_thumb_id = $esynDb->insert(array(
                                                        'listing_id'=>$listing_id,
                                                        'fname'=>$file_name,
                                                        'status'=>'active'));

HTH
Ruslan A. is offline   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
subitem ~ category images LorenGK Subrion CMS Packages Discussion 1 11-18-2007 09:53 PM


All times are GMT -6. The time now is 03:37 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0