OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Problems with paid version of Advertisment board (0 viewing) 

Advertisement Board component Support

Go to bottom Favoured: 1

Problems with paid version of Advertisment board

righinfront (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Problems with paid version of Advertisment board 10 Years ago
Karma: 0  
Hi Guys

Normally I just email you

I had a lot of initial problems and helped with development of paid version, even though I still have niggling issues which you are aware of I have got my board to something like.

I have Joomla 3 have upgraded to latest joomla version as we should and now have the following problems:

1: Normally when a registered client edits there ad and save it goes to to top of listing, that does not happen now and only shows up in the latest ad module.
2: When the link ad is put into facebook it does not show it correctly in the link section of Facebook as though it struggles recognizing the page.

These are the urgent issues this far

Question: Have you fixed the issue with URL rewriting as I think that may also fix the facebook issue.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8228
graph
User Offline Click here to see the profile of this user
Re:Problems with paid version of Advertisment board 10 Years ago
Karma: 101  
Hello

1: Normally when a registered client edits there ad and save it goes to to top of listing, that does not happen now and only shows up in the latest ad module.

Do you mean position must not change ?


2: When the link ad is put into facebook it does not show it correctly in the link section of Facebook as though it struggles recognizing the page.
Sorry, What you mean ?

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
righinfront (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:Problems with paid version of Advertisment board 10 Years ago
Karma: 0  
Thank you for a reply:

1: No I mean the position should change, lets say that the advert is on page 2 on my site, client logs in and edits his advert and saves. The advert should now show top left on page 1.

2: Hard one to explain, I currently re-post my ads on Facebook manually. Normally when you post an advert or webpage and use the page/advert URL link facebook should automatically pick up the page description and show a picture giving choices if more than one picture. This does not happen all you get is the URL hyperlink no page description or image.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8228
graph
User Offline Click here to see the profile of this user
Re:Problems with paid version of Advertisment board 10 Years ago
Karma: 101  
Hello,

Code:

1: No I mean the position should change, lets say that the advert is on page 2 on my site, client logs in and edits his advert and saves. The advert should now show top left on page 1.


We update date for every ads after edit, you may change that if in file
{site}/components/com_advertisementboard/advertisementboard.class.php

row
Code:

$advertisement->date = date("Y-m-d H:i:s");


replace to
Code:

if( empty($advertisement->date) ) $advertisement->date = date("Y-m-d H:i:s");


Please backup that file first


2: Hard one to explain, I currently re-post my ads on Facebook manually.
True say need debug as your site and how face book parse link.
so work face book, may be will need rebuild your site layout


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
righinfront (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:Problems with paid version of Advertisment board 10 Years ago
Karma: 0  
1: That code does not seem where you suggested.

2: Checked other sites seems to work for them in FB and other social sites. Unsure what version they use.
Could this fault be the meta data is missing causes sites like FB not seeing the page correctly.
Check the page yourself you will see what I mean englishjobfinder.com
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8228
graph
User Offline Click here to see the profile of this user
Re:Problems with paid version of Advertisment board 10 Years ago
Karma: 101  
Hello,

I am sorry, file name : advertisementboard.php

2: Checked other sites seems to work for them in FB and other social sites.
That need alone debug for every social network . and for every create special layout

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