Version: 1.00, by JimmyN
Developer Last Online: Nov 2007
Category: Add-On Releases -
Version: 3.6.4
Rating:
Released: 12-15-2006
Last Update: Never
Installs: 29
Uses Plugins Template Edits
No support by the author.
Hi everyone,
this is my first mod and i though it will really help people out.
Basicly it shows either random, most_viewed or latest and can show a custom set of ads across in either vertical or horizontal position. It uses a external file that comes included with your Photopost Classifieds install.
How to install
1)install the plugin
2)tempate modification (optional in custom places)
template FORUMHOME find this code or other place you would like
find:
Code:
$navbar
right under this place:
Code:
$classifiedsfeature
Note: Make sure this plug in is enabled. It should automaticly install the template code so you will not have to do it, but if not follow the instructions above.
Remember Yoy may modify options in the inc_features.php (this is a PhotoPost file).
In that file you may set the layout, how many ads to show, and what type e.g. random, recent etc
Please let me know if you have any questions, ideas or need help
I get the following error at the top of my forums.
Code:
Warning: Unknown(./classifieds/inc_ads.php): failed to open stream: No such file or directory in /index.php(536) : eval()'d code on line 12
Warning: Unknown(./classifieds/inc_ads.php): failed to open stream: No such file or directory in /index.php(536) : eval()'d code on line 12
Warning: (null)(): Failed opening './classifieds/inc_ads.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php(536) : eval()'d code on line 12
This mod is for the Classifieds, i will make one for gallery also very soon
Quote:
Originally Posted by RaceJunkie
I get the following error at the top of my forums.
Code:
Warning: Unknown(./classifieds/inc_ads.php): failed to open stream: No such file or directory in /index.php(536) : eval()'d code on line 12
Warning: Unknown(./classifieds/inc_ads.php): failed to open stream: No such file or directory in /index.php(536) : eval()'d code on line 12
Warning: (null)(): Failed opening './classifieds/inc_ads.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php(536) : eval()'d code on line 12
yes you may use it else where, just use the $classifiedsfeature in the template, though you will need to edit the inc_features.php file so the ads go verticaly.
Thanks
Edit: for anyone using the classifieds in a different folder or location other then (./classifieds/inc_ads.php) you will need to edit the plugin to change the location. Post here and ill help you with it.
yes you may use it else where, just use the $classifiedsfeature in the template, though you will need to edit the inc_features.php file so the ads go verticaly.
Thanks
Edit: for anyone using the classifieds in a different folder or location other then (./classifieds/inc_ads.php) you will need to edit the plugin to change the location. Post here and ill help you with it.
No still not working.
My Classifieds folder is in my public_html folder
This is what I am using for my side colum right side. I have a vertical one on my portal page so the php file should be set correctly.
try takeing off any code you added (forum side), then uninstall the plugin and install it again.
Then check if it comes up on the top under the navbar.
If you get any code errors let me know
From there you can change the location lattter, just need to test that it works that way.
try takeing off any code you added (forum side), then uninstall the plugin and install it again.
Then check if it comes up on the top under the navbar.
If you get any code errors let me know
From there you can change the location lattter, just need to test that it works that way.
thanks
I created a new style with no template edits and still get same error