<?php $random = ''; $random = rand(0, 24); ?> <!--RAND and SRAND function-->
<?php osc_query_item(array(
"category" => "8", // calls the category ID
"results_per_page" => "4", // Limit of ads to show
"premium" => true, // Only displays premium ads
"offset" => $random )); // Displays different ads every time you visit
if( osc_count_custom_items() > 0) { ?><!--From here down everyone already knows-->
==============================
Now it's my turn to ask for help from the good guys.
Help me find a solution to list
Users b_company in the admin panel of the administrator.
I tried with these and they don't work:
/oc-admin/index.php?page=search&sCompany=0
/oc-admin/index.php?page=user&action=user&bCompany=0
/oc-admin/index.php?page=search&sOrder=dt_pub_date&iOrderType=desc&bCompany=0
Even if you need to add something to CORE
Help me.