Results 1 to 10 of 152
Threaded View
-
25th Feb 2012, 05:53 PM #11Member
Hi,
Which plugin will show the downloads for an specific site?
http://www.domain.com/index.php?site=mydomain.com
Thanks
---------- Post added at 05:33 PM ---------- Previous post was at 04:18 PM ----------
nvm,
I added a query to wc3.php and it works.
AFTER
PHP Code:class Downloads {
public $page = 1;
public $perPage = 30;
public $query;
public $type;
PHP Code:public $site;
PHP Code:if(!empty($this->type)) {
$where .= (empty($where) ? ' WHERE' : ' AND') . ' d.type = :type';
$whereParams['type'] = $this->type;
}
PHP Code:if(!empty($this->site)) {
$where .= (empty($where) ? ' WHERE' : ' AND') . ' s.url = :site';
$whereParams['site'] = $this->site;
}
FROM
PHP Code:$downloads = Core::load()->mapRequest('Downloads', array('page', 'query', 'type'));
PHP Code:$downloads = Core::load()->mapRequest('Downloads', array('page', 'query', 'type', 'site'));
---------- Post added at 05:53 PM ---------- Previous post was at 05:33 PM ----------
Ahhhhh, but Pages number is not showing lol plz tell me how to fix that
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
WCDDL - Development How-To (Modules, Hooks, etc)
By JmZ in forum Web Development AreaReplies: 19Last Post: 25th Jan 2014, 09:09 AM -
WCDDL Modules
By Peach in forum Forum and DDL DiscussionReplies: 3Last Post: 21st Jun 2011, 01:19 PM -
Ultimate WordPress Free Plugins Thread !-Sharing top plugins.
By alex17 in forum Webmaster ResourcesReplies: 3Last Post: 2nd Jun 2011, 04:05 PM -
2x Custom modules, black/whitelist WcDDL
By Chris2k in forum Webmaster ResourcesReplies: 0Last Post: 21st May 2011, 01:01 AM -
Best WCDDL plugins
By bunnny in forum Forum and DDL DiscussionReplies: 25Last Post: 7th Apr 2011, 06:56 PM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...