WCDDL Modules, Plugins and Extensions

Status
Not open for further replies.

Mr Happy

Active Member
4,093
2009
2,572
0
WCDDL Version 3 Modules, Plugins and Extensions


Now that WCDDL version 3 has got it's full release I've decided to start releasing plugins and modules for it. This thread contains WCDDL Modules, Plugins and Extensions for Version 3 only so no support will be given to Version 2. V3 is far faster, safer and easier to use so I'd advise you to consider upgrading. The modules and plugins available will be far superior to V2 as well. All plugins and modules in this thread will require the Plugin Manager below to be installed.
All the modules are designed so you can modify the appearance in the CSS file or the settings. You should never have to do manual edits on the modules. If you've questions just ask.

v1leU.png


WCDDL Plugin Manager

Info
The plugin manager allows you to install, change settings and update other plugins easily. To install just upload it to your modules folder and go to http://exmaple.com/wc3admin.php?go=installpluginManager

Download

https://rapidshare.com/files/2157303402/wcddl_pluginManager.zip
 
Last edited:
156 comments
Up Arrow

In case jomasaco's got lost in the Internets, here's a quick-fix alternative:

index.php

Find:
PHP:
$downloads->query = str_replace('-', ' ', $downloads->query);

Add After:
PHP:
$downloads->siteInfo = true;

Find:
PHP:
foreach($rows as $row) {

Add BEFORE:
PHP:
$lastSite = null;

Find:
PHP:
<td><?php echo $row->views; ?></td>

Add AFTER:
PHP:
<td><?php echo ($lastSite == $row->site_url) ? '^' : '<a href="' . $row->site_url . '">' . $row->site_name . '</a>'; ?></td>

NOTE: just a quick-fix so its very basic code but does the job.
 
It's not installing. There were some changes in the code in the latest version and that's why the plugin manager isn't installing.
 
76nCb.png



fbwxl.png


Easy to Install and Modify Options via the Plugin Manager

F0bEa.png


fA0kW.png


Blacklist Websites Page

Info
Show the Blacklisted websites and the reason they were blacklisted. If you have my ACP Module installed that lets you ban for a period of time it will also show when a site will be unbanned. The module uses the page.php file which is the same as the buttons module. This means you don't have to go editing loads of files if you ever change theme and it has full SEO incorporated.

Download

https://rapidshare.com/files/3383253582/blacklist.zip

Anyone got that mod? Looking at immu now =D
 
Hey guys,

Any chance to get these plugins alive:

Code:
Blacklist page
WCDDL Report (Report Manager)
Limit submit
ACP Module
Site up arrow

All links are dead :/
 
Does anyone have links for files in this thread? many are broken

eg Limit Submit

If you have any modules please PM me.

I put this site back up, I will add modules there when I find them
http://wcddl.net/
 
Last edited:
Status
Not open for further replies.
Back
Top