Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> GT - Raven's RavenNuke(tm) v2.x Distro
Author Message
link
Regular
Regular



Joined: Dec 24, 2004
Posts: 56

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

Hello...

I run [ Only registered users can see links on this board! Get registered or login! ] & [ Only registered users can see links on this board! Get registered or login! ] 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

_________________
http://www.howrank.com & http://whatsafile.com 
View user's profile Send private message Visit poster's website
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

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

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! ]
(must be registered use..)
 
View user's profile Send private message
link







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

Alright appliad for a membership Smile

Need your approval... Smile
 
link







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

Thanks Mr Walker... going to use it now Smile
 
link







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

Keep getting...

The html tags you attempted to use are not allowed error.. Wink
 
hitwalker







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

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! ] */
/* */
/* 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! ] -- [ Only registered users can see links on this board! Get registered or login! ] */
/************************************************************************/

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?
 
link







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

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
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> GT - Raven's RavenNuke(tm) v2.x Distro

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©