April 24th, 2005, 03:00 PM
|
#12 (permalink)
|
| Registered User
Join Date: Mar 2005
Posts: 25
| Quote: |
Originally Posted by omegatron Okay well I have two people who report the same thing and digging through there responses try this as I have been digging through looking for site links to see integration types
in sellerspost.php
line 186
global $ugcat, $uganno, $ugview, $ugpost, $ueditpho, $ueditposts, $exclude_cat;
change to this
global $Catperms, $ueditpho, $ueditposts, $exclude_cat;
Line 245
if ($ugview[$thecat] == 1) {
change to this
if ($CatPerms['ugview'][$thecat] == 1) {
TRY THAT OUT  | I can't find a sellerspost.php in classifieds 2.3 ?
|
| |