Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Coppermine
Coppermine

5 Replies / 305 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Blocks

View previous topic :: View next topic


danny2011
Reputation: 2.9 Add RepSubtract Rep
Local time: 12:28 PM


Noob
Noob

0.06 posts per day
Medals: 0

Joined: Oct 12, 2011
Last Visit: 03 Dec 2011
Posts: 13
Points: 410 

Post Coppermine Posted: Sun Nov 27, 2011 2:53 pm

Hi guys is there a radom picture block that will intergrte copermine Gallery if i have it installed on a sub domain soo i can put it on the main site ?? i seen the coppermine down load i think that is the whole program ?? or is that what i have to install too make it work on main site ?/ Pint OH also i see a facebook block i did a serch and did not see one ? where can i get that

thanks guys you are great as always


<<<<<<<<<<<<< FACE BOOK BLOCK
 

 
View user's profileSend private message Reply with quote

Noto
Reputation: 1072.7 Add RepSubtract Rep
votes: 13
Local time: 12:28 PM
Location: Sunny UK !
uk.gif

Site Admin
Site Admin

0.60 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Theme Guru
Theme Guru
Joined: May 03, 2007
Last Visit: 26 May 2012
Posts: 1118
Points: 73959 

Post Re: Coppermine Posted: Sun Nov 27, 2011 3:41 pm

Display a random image on an external website. 1st post for 1 image 5th post for an set amount of images.
http://forum.coppermine-gallery.net/index.php?topic=26489.0
then just incude the file in your block.

Face book like box
http://developers.facebook.com/docs/reference/plugins/like-box/
 

 
View user's profileSend private messageVisit poster's website Reply with quote

danny2011
Reputation: 2.9 Add RepSubtract Rep
Local time: 12:28 PM


Noob
Noob

0.06 posts per day
Medals: 0

Joined: Oct 12, 2011
Last Visit: 03 Dec 2011
Posts: 13
Points: 410 

Post Coppermine Posted: Sun Nov 27, 2011 6:45 pm

Hi i used the codeing they said to use Crashed whole site lol thank god for back ups im using ravens nuke also the face book thing went too the got code made it in to a block did not work im lost kind of new at this website stuff well should i say ists been years since i did one so i forgot a lot of stuff
 

 
View user's profileSend private message Reply with quote


Noto
Reputation: 1072.7 Add RepSubtract Rep
votes: 13
Local time: 12:28 PM
Location: Sunny UK !
uk.gif

Site Admin
Site Admin

0.60 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Theme Guru
Theme Guru
Joined: May 03, 2007
Last Visit: 26 May 2012
Posts: 1118
Points: 73959 

Post Coppermine Posted: Mon Nov 28, 2011 1:26 pm

Were any errors printed out ?

your ramdom block file would look something like this. changing the url to your file location.

Code:
<?php

if ( !defined('BLOCK_FILE') ) {
    Header('Location: ../index.php');
    die();
}

ob_start();
include("http://yoursite/get_photo.php");
$output = ob_get_contents();
ob_end_clean();
$content = $output;

?>


your face book block file would look something like. changing the size and Page URL to fit your needs.

Code:
<?php

if ( !defined('BLOCK_FILE') ) {
    Header('Location: ../index.php');
    die();
}

$content .= "<div id=\"fb-root\"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) {return;}
  js = d.createElement(s); js.id = id;
  js.src = \"//connect.facebook.net/en_GB/all.js#xfbml=1\";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>";

$content .= "<div class=\"fb-like-box\" data-href=\"http://www.facebook.com/platform\" data-width=\"292\" data-show-faces=\"true\" data-stream=\"true\" data-header=\"true\"></div>";

?>


None of that has been tested but thats the way you would do it.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

danny2011
Reputation: 2.9 Add RepSubtract Rep
Local time: 12:28 PM


Noob
Noob

0.06 posts per day
Medals: 0

Joined: Oct 12, 2011
Last Visit: 03 Dec 2011
Posts: 13
Points: 410 

Post Coppermine Posted: Tue Nov 29, 2011 3:25 am

lol ok I give up
how much do you guys want to make me 2 blocks one for coppermine and one for face book this seemed a lot more simple years ago i could just look up the block pop them in and boomb the site was done lol ill give you all the face book info and my site ulr soo you can make me 2 working blocks
with the first post you sent me too the page they said something about he forgot something on the includes then is said change 2 lines too point to your site but im not sure if im takeing out too much or not enough maybe you could get it working for me ill pay you guys i just want to get this pain in the but site done lol

Thank you
 

 
View user's profileSend private message Reply with quote

Noto
Reputation: 1072.7 Add RepSubtract Rep
votes: 13
Local time: 12:28 PM
Location: Sunny UK !
uk.gif

Site Admin
Site Admin

0.60 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Theme Guru
Theme Guru
Joined: May 03, 2007
Last Visit: 26 May 2012
Posts: 1118
Points: 73959 

Post Re: Coppermine Posted: Tue Nov 29, 2011 3:37 pm

i can do it for you. the face book is no problem. You can buy me a drink if the coopermine one need rewriting.

Ill pm you my ts so you can give me some info.
 

Tactical Combat Evolved - Sig Showcase  
View user's profileSend private messageVisit poster's website Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Blocks


 
5 Replies / 305 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum