 | |  | | | Classifieds How do I...? Wondering how to do something in Classifieds? |
January 19th, 2007, 03:10 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2006
Posts: 36
| Wanted ads Images
Hi, iam looking on how to allow users to upload images for there wanted ads, and allow them to display.
If i set the Category to "for sale" it will allow images but if i change it to "wanted" which i have a Category for wanted items.
I need to allow images to be used
Any ideas on how?
thanks
|
| |
January 19th, 2007, 11:43 PM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Oct 2006
Posts: 36
|
still need help please
|
| |
January 22nd, 2007, 01:35 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2006
Posts: 36
|
bump..
|
| |
January 22nd, 2007, 12:39 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
You would need to say add this on the uploadproduct1 template
change this Code: Content visible to verified customers only.
to this Code: Content visible to verified customers only.
|
| |
January 23rd, 2007, 12:45 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2006
Posts: 36
|
thanks Chuck, but i edited the file and changed the code with yours and it didnt seem to work, any ideas?
cheers
|
| |
January 25th, 2007, 01:53 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Oct 2006
Posts: 36
|
Update: tryed again and still doesnt seem to change to allow the user to upload pics or view them.
still only works on the buy template
|
| |
January 25th, 2007, 07:57 AM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
I would suggest two things since this discussion is not specifically a product support issue. The changes for what you want to do are going to require alot of your time. I suggest if you need further guidance you can post in our mod forum. Now you need to compare many templates to do something like this like showproduct1,editproduct1,uploadproduc1,showcat1 templates to the original templates to see the changes that need to be made. This is not an easy task to say the least. For example the change I gave you above will allow you to upload images but you will not be able to see them. Hense you need to compare showproduct and showproduct1 templates and see what to ad.
If you want to compare files I suggest you use a program called beyond compare by http://www.scootersoftware.com. You can compare each file between forsale and wanted to see the difference.
Here is also a link on how to create additional template sets FAQ--How to Create Additional Template Set's in Classifieds |
| |
April 25th, 2008, 01:36 PM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2007
Posts: 18
|
Hello Chuck_S, I want to edit in upper suggestion code changes.
and I don't see your code. I have Classifieds ads version pp-classifieds301.
from uploadproduct1.tmpl file's in row 62 to70. Quote:
<td class="alt1">{$Globals['pp_lang']['producttitle']}</span></td>
<td class="alt1"><input class="bginput"type="text" size="50" name="title" />
<input class="bginput"type="hidden" name="theimage" value="" />
</td>
</tr>
PPPRINT;
if ( $Globals['zipcode'] == "yes" ) {
echo<<<PPPRINT
| where Can I do here? I want to upload images all ads. Thank you, sincerelly yours.
Last edited by selsarac; April 25th, 2008 at 01:46 PM.
|
| |
April 25th, 2008, 03:46 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
Your a verified customer you should see the changes here
You would do exactly as outlined there. Wanted ads Images |
| |
April 25th, 2008, 05:49 PM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2007
Posts: 18
|
Thanks, but I am using vbulletin style entegration.
And /httpdocs/ilansel(pp_classifieds root)/templates/vb3enhanced folder template. I applied this hack to /httpdocs/ilansel/templates/uploadproduct1.tmpl files. and dont been done. There aren't any changed.
this hack effected when I changed in vb3enhanced folders in uploadproduct1.tmpl and others
|
| |
April 25th, 2008, 05:53 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
I would assume you did not apply this correctly then sorry.
You see in the first line the hidden empty image statement
You see in the block your replacing it with your putting 6 input prompts in the replacement code so if your editing the correct template you should be fine.
|
| |
April 25th, 2008, 05:53 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
You can post a url here to your site
|
| |
April 25th, 2008, 06:05 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
As I thought view your template in the vb3enhanced folder for uploadproduct1.tmpl it is not changed http://www.bahcesel.com/ilansel/temp...dproduct1.tmpl
view page source to view the template it is the default
|
| |
April 25th, 2008, 06:37 PM
|
#17 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2007
Posts: 18
|
do I need editing files in vb3enhanged folder? because I used vb style integrations.
and suggestion code is not there. in vb3enhanged/uploadproduct1.tmpl
and I dont know any code editing. I can doing copy/paste.
Last edited by selsarac; April 25th, 2008 at 06:43 PM.
|
| |
April 25th, 2008, 06:37 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
Let me explain this again here so hopefully you understand. You keep editing the incorrect template. Your using vb therefore you must edit the template that exists in the vb3enhanced folder. http://www.bahcesel.com/ilansel/temp...dproduct1.tmpl |
| |
April 25th, 2008, 06:52 PM
|
#19 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2007
Posts: 18
|
Dear Chuck_S, yes I can see. This code is default.
Your suggested code aren't there. Quote:
<td class="{$Style['tddetails']}">{$Globals['pp_lang']['producttitle']}</span></td>
<td class="{$Style['tddetails']}"><input type="text" size="50" name="title" />
<input type="hidden" name="theimage" value="" />
</td>
</tr>
PPPRINT;
| in /httpdocs/ilansel/templates/vb3enhanced/uploadproduct1.tmpl file.
What I am editing any code?
can You say to me.(for example.) "you find this code string delete and this code string paste in vb3enhanged/uploadproduct11.tmpl file.."
Last edited by selsarac; April 25th, 2008 at 06:59 PM.
|
| |
April 25th, 2008, 07:06 PM
|
#20 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2007
Posts: 18
|
if I was editing correct, then, I must editing other templates files, arent you?
for ex. showproduct.tmpl, editp.... vs....
can you prepare any version what All ads type can upload ads image?
|
| | |
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 04:26 PM. | |