PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old December 10th, 2011, 08:08 PM   #21 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
well I can not say without a url. Like I said I already tested what I said and it works fine.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 10th, 2011, 08:27 PM   #22 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
Main Index - Les Classées VWQ -

user: test
password : testtset
KrUsTyX is offline   Reply With Quote
Old December 11th, 2011, 08:28 AM   #23 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
http://www.vwquebec.ca/classified/te...adproduct.tmpl

I do not have to login your template is not modified. Remember to edit an actual template through admin it has to be writable meaning the tmpl files need to be 666. I can certainly edit a template through admin on my site. You can edit through admin or ftp but in the long run the edit I suggested to be added has to be there and your issue is it is not.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2011, 09:19 AM   #24 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
So you are telling me that if i modify my templates thru the admin panel, it doesnt modify the right templates? Because thru the admin panel, if i go to uploadproduct.tmpl, i see the code right there.

Thats why i'm telling you since the beginning that its not working. It seems that the templates i edit thru the control panel are not the ones in the vb4enhanced folder.

I downloaded the uploadproduct.tmpl from the vb4enhanced folder and its not in there, i agree with you. It just doesnt make sense to me that when you edit thru the admin panel, it doesnt edit the right templates.

Last edited by KrUsTyX; December 11th, 2011 at 10:00 AM.
KrUsTyX is offline   Reply With Quote
Old December 11th, 2011, 12:06 PM   #25 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
I showed you the edit is not there. Look at the template I linked the vb4enhanced folder is the templates for vb4.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2011, 12:23 PM   #26 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
I just didnt know, but now i do, thank you
KrUsTyX is offline   Reply With Quote
Old December 11th, 2011, 12:30 PM   #27 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
You know the funny thing, its there, but it doesnt work, i'm telling you that theres something wrong with what i'm using right now.

Just try it, you see the source, the code is there, but the "if" doesnt work.

Try to post an ad. This is what i see in the source code.

The if (form.title.value == "") { works #1

The if (form.desc.value == "") { doesnt work.

Quote:
function checkForm (form) {

if (form.title.value == "") {

alert( "Le champ TITRE ne peut pas être vide" );

form.title.focus();

return false;



if (form.desc.value == "") {

alert( "Le champ DESCRIPTION ne peut pas être vide" );

form.desc.focus();

return false;

}
This is why i want to move my translation to my new version
KrUsTyX is offline   Reply With Quote
Old December 11th, 2011, 12:57 PM   #28 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
well all I can do is show you an example on a test unmodified site and yes try the tinymce editor off

Main Index - PhotoPost Classifieds

testman and password is testing

try posting to a for sale category assessories.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2011, 02:04 PM   #29 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
can you please answer my question about what i've translated.

how do i take everything i've translated thru the control panel and import it in my new classified.

thank you
KrUsTyX is offline   Reply With Quote
Old December 11th, 2011, 02:11 PM   #30 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
You can try replacing the phrases in your phrases table from the old install and import them into your new database table for phrases making sure you empty the new one out first I suppose.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2011, 02:16 PM   #31 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
i deleted all the templates, re-uploaded brand new ones, and it works
KrUsTyX is offline   Reply With Quote
Old December 11th, 2011, 02:29 PM   #32 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
yeah cant tell you what you where doing wrong I did see you modified your site somewhat which is why I showed my test site as an example.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 15th, 2011, 08:34 PM   #33 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
Do you have something similar to make the price mandatory? Thank you
KrUsTyX is offline   Reply With Quote
Old December 16th, 2011, 05:58 AM   #34 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Maybe something like this?

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 16th, 2011, 02:40 PM   #35 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
working, awesome, thank you again
KrUsTyX is offline   Reply With Quote
Old December 16th, 2011, 03:29 PM   #36 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
enjoy your weekend.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 16th, 2011, 11:13 PM   #37 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
Strange, with the changes we made

It does ask for title, ask for price, ask for description, but doesnt ask anymore for any extra fields
KrUsTyX is offline   Reply With Quote
Old December 17th, 2011, 06:36 AM   #38 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
There is no support for code changes to the software. It would be up to you to diagnose any problems or interactions made by making code changes.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 17th, 2011, 09:11 AM   #39 (permalink)
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
if i remove this

Quote:
<tr>
<td class="blockrow" align="{$Globals['align1']}">{$pp_phrase['buynotice']}</td>
<td class="blockrow" align="{$Globals['align1']}"><select name="buyit">
<option selected="selected" value="no">{$pp_phrase['no']}</option>
<option value="yes">{$pp_phrase['yes']}</option>
</select><br /></td>
</tr>
the extrafield are not mandatory anymore, can you explain me why? I guess it does need a value or something. I just want the default option to NO.

Last edited by KrUsTyX; December 17th, 2011 at 09:20 AM.
KrUsTyX is offline   Reply With Quote
Old December 17th, 2011, 01:35 PM   #40 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
No sorry I can not comment on your custom changes to the code or why things happen a certain way when things have been altered. I will direct you to the mod corner as I have suggested this before.

http://www.photopost.com/forum/photo...ead-first.html
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
How do I make pictures mandatory... ovidiuletu Classifieds How do I...? 20 October 9th, 2009 11:35 AM
PP 5.62: Make Registration fields bigger snoopy5 Photopost Pro How Do I...? 5 January 11th, 2007 05:24 PM
Is there a way to make the currency field mandatory entry? SHalliday Classifieds How do I...? 2 April 29th, 2006 09:07 AM
How do I make some fields mandatory? rbl How Do I? - vBulletin 3.0.X 3 December 16th, 2004 10:24 AM


All times are GMT -5. The time now is 01:30 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0