Version 1.7

Posted in: Newsmag
Post count: 59

Hi there,

Where can I found the following array script from version 1.6 (td_global.php from wp_booster folder). It somehow vanished with 1.7.

array(
"param_name" => "sort",
"type" => "dropdown",
"value" => array('Upcoming Events' => 'upcoming','- Latest -' => '', 'Random posts Today' => 'random_today' , 'Random posts from last 7 Day' => 'random_7_day' , 'Alphabetical A -> Z' => 'alphabetical_order', 'Popular (all time)' => 'popular', 'Popular (last 7 days; enable first from ' . TD_THEME_NAME . ' Panel -> Block settings -> 7 days post sorting)' => 'popular7' , 'Featured' => 'featured', 'Highest rated (reviews)' => 'review_high', 'Random Posts' => 'random_posts', 'Most Commented' => 'comment_count'),
"heading" => 'Sort order:',
"description" => "How to sort the posts.",
"holder" => "div",
"class" => ""
)
,

Cheers

Post count: 7909

Hi,

We have made some changes, now that part of code you ca find it in td_config.php file: http://screencast.com/t/fLUn8gJdl

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.