PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
link
Regular
Regular


Joined: Dec 24, 2004
Posts: 56

PostPosted: Tue Apr 04, 2006 10:24 am Reply with quote Back to top

Hello...

I run
Only registered users can see links on this board!
Get registered or login to the forums!
&
Only registered users can see links on this board!
Get registered or login to the forums!
both Nuk site... both tapped...

But am curious as to why the Blocks on the front of both pages are not tapped.. they are forum blocks...

Anyone have a clue how to do this?

Thanks ahead of time...

Very Happy
View user's profile Send private message Visit poster's website
persona_non_grata



Joined:
Posts: 0

PostPosted: Tue Apr 04, 2006 6:17 pm Reply with quote Back to top

well those have to be tapped to...
you can use this block converter...
Only registered users can see links on this board!
Get registered or login to the forums!

(must be registered use..)
View user's profile Send private message
link
Regular
Regular


Joined: Dec 24, 2004
Posts: 56

PostPosted: Thu Apr 06, 2006 4:26 pm Reply with quote Back to top

Alright appliad for a membership Smile

Need your approval... Smile
View user's profile Send private message Visit poster's website
link
Regular
Regular


Joined: Dec 24, 2004
Posts: 56

PostPosted: Thu Apr 06, 2006 4:55 pm Reply with quote Back to top

Thanks Mr Walker... going to use it now Smile
View user's profile Send private message Visit poster's website
link
Regular
Regular


Joined: Dec 24, 2004
Posts: 56

PostPosted: Thu Apr 06, 2006 4:58 pm Reply with quote Back to top

Keep getting...

The html tags you attempted to use are not allowed error.. Wink
View user's profile Send private message Visit poster's website
persona_non_grata



Joined:
Posts: 0

PostPosted: Thu Apr 06, 2006 6:47 pm Reply with quote Back to top

yes probably cause it contains java script ?

This is a sample of the standard forum block i just put in ...


<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com) */
/*
Only registered users can see links on this board!
Get registered or login to the forums!
*/
/* */
/* This is a 2 min hack of the old forum block to work with the phpBB2 */
/* port. */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
/* Additional security & Abstraction layer conversion */
/* 2003 chatserv */
/*
Only registered users can see links on this board!
Get registered or login to the forums!
--
Only registered users can see links on this board!
Get registered or login to the forums!
*/
/************************************************************************/

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

global $prefix, $db, $sitename;

$result = $db->sql_query("SELECT forum_id, topic_id, topic_title FROM ".$prefix."_bbtopics ORDER BY topic_time DESC LIMIT 10");
$content = "<br>";
while ($row = $db->sql_fetchrow($result)) {
$forum_id = intval($row['forum_id']);
$topic_id = intval($row['topic_id']);
$topic_title = $row['topic_title'];
$row2 = $db->sql_fetchrow($db->sql_query("SELECT auth_view, auth_read FROM ".$prefix."_bbforums WHERE forum_id='$forum_id'"));
$auth_view = intval($row2['auth_view']);
$auth_read = intval($row2['auth_read']);
if (($auth_view < 2) OR ($auth_read < 2)) {
$content .= "<img src=\"images/arrow.gif\" border=\"0\" alt=\"\" title=\"\" width=\"9\" height=\"9\"> <a href=\"ftopict-$topic_id.html\">$topic_title</a><br>";
}
}

$content .= "<br><center><a href=\"forums.html\"><b>$sitename Forums</b></a><br><br></center>";

?>

You see it changed?
View user's profile Send private message
link
Regular
Regular


Joined: Dec 24, 2004
Posts: 56

PostPosted: Fri Apr 07, 2006 4:51 am Reply with quote Back to top

Yes i see the differences. Could use this.

Thanks... and i did have Javascript in the block. .. was my fault
thanks again Hit-Walker... nice tool Smile
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum