OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Advertisement Board component Support

Go to bottom Favoured: 0

Forward and back button

dcgrafimedia (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
forward and back button 12 Years, 10 Months ago
Karma: 0  
Hello,

im using advertisement board. but when i click on a advertise i see no back or forwarding button to go the overview of advertises.

and is it possible to make a predifined text in the field ad new advertise...
as
vehicle:
price:
build:
miles:

friendly regards harry
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:forward and back button 12 Years, 10 Months ago
Karma: 101  
Hi Harry,

and is it possible to make a predifined text in the field ad new advertise...
as
vehicle:
price:
build:
miles:


You need edit function: editAdvertisement
in file:
{yours site}/administrator/components/com_advertisementboard/admin.advertisementboard.php

please replace code :
Code:

    HTML_advertisementboard :: editAdvertisement($option, $advertisement, $clist);


to:

Code:

  if($advertisement->comment == "") $advertisement->comment = "vehicle:
price:
build:
miles:";

  HTML_advertisementboard :: editAdvertisement($option, $advertisement, $clist);



And do exactly for file:
{yours site}/components/com_advertisementboard/advertisementboard.php

i see no back or forwarding button to go the overview of advertises.

Yes that code not exist. that do mere difficult and you may order custom version with that functional from ordasoft.com contact form.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»