 | |  | | | Classifieds How do I...? Wondering how to do something in Classifieds? |
December 10th, 2011, 08:08 PM
|
#21 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
December 11th, 2011, 08:28 AM
|
#23 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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.
|
| |
December 11th, 2011, 12:06 PM
|
#25 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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
|
| |
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
|
| |
December 11th, 2011, 12:57 PM
|
#28 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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
|
| |
December 11th, 2011, 02:11 PM
|
#30 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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
|
| |
December 11th, 2011, 02:29 PM
|
#32 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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
|
| |
December 16th, 2011, 05:58 AM
|
#34 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Maybe something like this? Code: Content visible to verified customers only.
|
| |
December 16th, 2011, 02:40 PM
|
#35 (permalink)
| | Member Verified Customer
Join Date: Aug 2007
Posts: 125
|
working, awesome, thank you again
|
| |
December 16th, 2011, 03:29 PM
|
#36 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
enjoy your weekend.
|
| |
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
|
| |
December 17th, 2011, 06:36 AM
|
#38 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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.
|
| |
December 17th, 2011, 01:35 PM
|
#40 (permalink)
| | Photopost Developer Verified Customer
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 |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 01:30 PM. | |