Results 1 to 10 of 152
Threaded View
-
20th Feb 2012, 01:36 PM #11MemberWebsite's:
iFunMaza.comExtra Module for v3 by immu
Info: Extra module which was installed on almost like every DDL site so taught, to make it work on v3.
ScreenShots:
Install:
Open Index.php
Find:
PHP Code:<td>Views</td>
PHP Code:<td>Extra</td><td>Views>
Find:
PHP Code:<td><?php echo $row->views?></td>
PHP Code:<td class="extra">
<?php
if($row->type == "Movie") {
echo '<a href="http://www.imdb.com/find?s=all&q='.$row->title.'" target="_blank"><img src="http://localhost/new%20folder/images/imdb.png" height=16" width="16" border="0" alt="'.$row->title.'" title="View Info about '.$row->title.' "/></a>'; }
elseif($row->type == "TV") {
echo '<a href="http://tvdb.com/search/'.$row->title.'" target="_blank"><img src="http://localhost/new%20folder/images/tv.png" alt="'.$row->title.'" title="View Info about '.$row->title.' "/></a>'; }
elseif ($row->type == "Game") {
echo '<a href="gamespot.com/search.html?qs='.$row->title.'" target="_blank"><img src="http://localhost/new%20folder/images//games.png" alt="'.$row->title.'" title="Search in Google '.$row->title.' "/></a>'; }
else {
echo '<a href="http://google.com/?q='.$row->title.'" target="_blank"><img src="http://localhost/new%20folder/images/google.png" alt="'.$row->title.'" title="Search in Google '.$row->title.' "/></a>'; }
?>
</td>
NOTE: change image path
Upload these Images in Images Folder
Open Style.css
PHP Code:
.extra
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.extra:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
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.47 released. Open older version (or...