 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
December 7th, 2004, 12:15 PM
|
#21 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
ok it was the cpacces that needed to be set on 1....
now im searching for the site integrations stuff |
| |
December 7th, 2004, 12:15 PM
|
#22 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
so your not an admin on the forums?
then you would need to set cpaccess to 1 in the usergroup table for the mod entry for you to have admin rights in classifieds
|
| |
December 7th, 2004, 12:21 PM
|
#23 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
Im trying to integrate the forum header and footer in the porgram.
I tried inserting the URL for the header but it won't show up...
it is a php file not a html file in phpbb2....
|
| |
December 7th, 2004, 12:27 PM
|
#24 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
You need to use html in the header and footer files.
|
| |
December 7th, 2004, 12:38 PM
|
#25 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
ok
as you can see http://www.teamspl.it/public/pp-classifieds20/
the layout is a bit messed up but I will solve thise somehow messing with tmpl files.
but standard forum header wont show?
|
| |
December 7th, 2004, 12:48 PM
|
#26 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
change this line in your phpbb2.php file in your classifieds forums directory
$Style['menubarnb'] = "cat";
to
$Style['menubarnb'] = "";
so it does not call the gradient images twice
|
| |
December 7th, 2004, 01:06 PM
|
#27 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
ok thanks I fixed that.
I see my users cannot post ads, as they dont see the "Place an Ad" in the top right...
where should i look to fix that?
|
| |
December 7th, 2004, 01:46 PM
|
#28 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
Can I create a group for all the members to be in?
Sems like only who has moderator right can place an ad.Other people wont see the link.
Also, as you can see... http://www.teamspl.it/public/pp-classifieds20/index.php
There is a problem : not every "top level" category gets different background and the button to see only that category.but just he first one (ordered "1").Why does this happen?
|
| |
December 7th, 2004, 02:01 PM
|
#29 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
You need to edit the usergroup permissions in the admin section and set what usergroups can add pictures.
There is no error on your site. Any category that does not contain pictures and you set no thumbs to will have that special color if the admin setting to not display totals for cats without thumbs is set to no.
|
| |
December 7th, 2004, 02:25 PM
|
#30 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
ok.
so only people that is inside a group can be able to post ads?
People not in any group cannot post ads at all?
|
| |
December 7th, 2004, 02:35 PM
|
#31 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
In phpBB registered users are by default group 3 and an admin is 2 and unregistered 1
|
| |
December 7th, 2004, 02:47 PM
|
#32 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
Excuse me so how can I do that all users can add ads in the program?
|
| |
December 7th, 2004, 02:50 PM
|
#33 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
In the admin section click edit usergroups and apply the permissions you want. If you have additional usergroups you can click refresh usergroups to resync them and then apply permissions.
|
| |
December 7th, 2004, 03:11 PM
|
#34 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
ok done that too  .
Now only one problem lasts :
I hhave done this HTML header http://www.teamspl.it/phpbb/header.htm
I setted theurl in admin options....but it wont show up!!!
what should I do?
thank you this is the last one for today I promise |
| |
December 7th, 2004, 03:37 PM
|
#35 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
That option states full server path to that file.
so it would not be url to it but path
|
| |
December 8th, 2004, 11:03 AM
|
#36 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
ok thanks.
I have solved most problems, also Ill have a server change and will be able to use GD.
now one lasts : the index page shows a debug error
something like "Object expected at line 49" Code: Content visible to verified customers only.
these are lines 46-50.
|
| |
December 8th, 2004, 11:22 AM
|
#37 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,860
|
That looks more like an html error being report that is unrelated to the line number of the scripts. View your HTML and look at line 49 to see what part of the html is causing the problem.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
December 8th, 2004, 11:27 AM
|
#38 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
| Quote: |
Originally Posted by Michael P That looks more like an html error being report that is unrelated to the line number of the scripts. View your HTML and look at line 49 to see what part of the html is causing the problem. |
my html (you mean the header) is not even 49 lines long it is 45 lines long...this is why i looked into php...
|
| |
December 8th, 2004, 11:31 AM
|
#39 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,860
|
It's not a PHP error that you are seeing.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
December 8th, 2004, 11:32 AM
|
#40 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2004
Posts: 28
|
uh I think I got that problem is in the Changeimages script called by the header, which is a phpbb function.
how can I include that function in my header so no problems arise?
|
| | |
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 | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | chmod? | Layne Smith | Photopost Pro Installation & Upgrades | 1 | April 22nd, 2005 09:21 PM | | chmod necessary? | ricker | Installs and Upgrade - vBulletin 3.0.X | 3 | April 17th, 2005 04:51 PM | | CHMod problem | Jason McConnell | Installs and Upgrade - vBulletin 3.0.X | 3 | January 16th, 2005 05:55 AM | | chmod? | Allen Mead | How Do I? - vBulletin 3.0.X | 4 | December 19th, 2004 12:17 PM | | CHMOD Files / Directory | Neal-UK | Photopost Pro Installation & Upgrades | 2 | October 22nd, 2004 12:17 PM | All times are GMT -5. The time now is 07:14 AM. | |