Since the Forum Category is also added to the hack, see the next post.
Copy the file bellow, save it as nukebb.php and upload in your main forum directory.
Any addons and fixes are welcome.
Added Forum Category
in modules/Forums/nukebb.php
<?php
/***************************************************************************
* Full Forum Titles
* FFT 1.0 (c) Imago (http://www.orientalia.org)
* Idea - (c) Curt (http://eminem.km.ru)
* phpbb2 forums port version 2.1 (c) 2003 - Nuke Cops (http://nukecops.com)
* Ported by Paul Laudanski (Zhen-Xjell) to phpbb2 standalone 2.0.4. Test
* and debugging completed by the Elite Nukers at Nuke Cops: ArtificialIntel,
* Chatserv, MikeM, sixonetonoffun, Zhen-Xjell. Thanks to some heavy debug
* work by AI in Nuke 6.5.
*
* This is version 2.1 of the phpbb2 forum port for PHP-Nuke. Work is based
* on Tom Nitzschner's forum port version 2.0.6. Tom's 2.0.6 port was based
* on the phpbb2 standalone version 2.0.3. Our version 2.1 from Nuke Cops is
* now reflecting phpbb2 standalone 2.0.4 that fixes some major SQL
* injection exploits.
***************************************************************************/
/***************************************************************************
* Please post all questions about this hack
* on http://www.orientalia.org/fortopic442.html
*
* All original header code and copyright messages will be maintained
* to give credit where credit is due. If you modify this, the only requirement is
* that you also maintain all original copyright messages. All our work is released
* under the GNU GENERAL PUBLIC LICENSE.
****************************************************************************/
if (!eregi("modulesREM.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
global $phpbb_root_path, $nuke_root_path, $nuke_file_path, $php_root_dir, $module_name, $nukename, $pass, $nukename;
$module_name = "Forums";
$nuke_root_path = "gate.html?name=".$module_name;
$nuke_file_path = "gate.html?name=".$module_name."&file=";
$phpbb_root_path = "modules/".$module_name."/";
$phpbb_root_dir = "./../";
require_once("mainfile.php");
get_lang($module_name);
$pagetitle = "$name";
if($p) {
$sql = "SELECT post_subject, post_id FROM ".$prefix."_bbposts_text WHERE post_id='$p'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$title = $row[post_subject];
$post = $row[post_id];
$pagetitle = "$name | Post $post | $title";
}
if($t) {
$sql = "SELECT topic_title, forum_id FROM ".$prefix."_bbtopics WHERE topic_id='$t'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$toptitle = $row[topic_title];
$forname = $row[forum_id];
$sql = "SELECT forum_name, cat_id FROM ".$prefix."_bbforums WHERE forum_id='$forname'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forname = $row[forum_name];
$forcat = $row[cat_id];
$sql = "SELECT cat_title FROM ".$prefix."_bbcategories WHERE cat_id='$forcat'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forcat = $row[cat_title];
$pagetitle = "> $name > $forcat > $forname > $toptitle";
}
elseif($f) {
$sql = "SELECT forum_name, cat_id FROM ".$prefix."_bbforums WHERE forum_id='$f'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forname = $row[forum_name];
$forcat = $row[cat_id];
$sql = "SELECT cat_title FROM ".$prefix."_bbcategories WHERE cat_id='$forcat'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forcat = $row[cat_title];
$pagetitle = "> $name > $forcat > $forname";
}
include("header.php");
?>
WARNING!
Please, change modulsREM to modules in the first line of the script.
При
Цитировать
if (!eregi("gate.html", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
говорит то что написано --> You can't access this file directly...
а при
Цитировать
if (!eregi("gate.html", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
начинает работаь нормально
p.s. Установлен Гуглификатор.
Извините в последней цитате вместо gate.html читать modules.php
read http://www.mysite.com/modules.php rather than gate.html
У вас форум слово модулес.пшп переписывает в гейт.хтмл - прикол
Oh, i see! :-)
gate.html in the script should be converted back to
m o d u l e s . p h p
Thank you.
it seems that I can only read 1/3 of what is on this forum, it is a shame why we had to add russian into a magnificent master works such us this, it takes the joy away from it!!! :( That is it for now but I hope to see some more improvement in the future or I shall just keep my ass out of this site! sorry the impression :cry:
ohhhhh and by the way...I really enjoyed the fact that you have build your home page like this so that the forum doesnt interfer with the gate and the rest of the master plan and all that delicatese :lol: !
Hi, muaguaguru!
Most of our members are interested in Enlightenment and Samadhi, rather than Php-Nuke. Of course, I don't say that Nuke is incapable of bringing someone into satori! :-)
Anyway, all information concerning Nuke and the Googlifier will be in English.
As for separating home page and the Forum, you can use the standard noleft blocks hack.
I have GT my forum, but the hack does not work when I am viewing a post:
It says:
Code:
Senegal Online > Forums > Post 5122 >#5122#5122#5122#5122
It works all the way to the forum gategory index, but not when you are viewing a post.
It is converting the text into universal code. Can you provide a link?
Here is one post from the forum:
http://www.assadniang.com/modules.php?name=Forums&file=viewtopic&p=5125#5125
This should be normal
http://www.assadniang.com/modules.php?name=Forums&file=viewtopic&p=5125
and this one with the title of yhe post
http://www.assadniang.com/postp301.html
I suppose the problem with the loop of the post number is in the viewtopic.tpl
If you have another theme, give it a try.
I have 4 themes and it is the same on all of them.
My forums posts are linked the same way as yours for GT (ex: http://www.assadniang.com/postp301.html ), but for some reason it is putting the GT number there instead of the post name itself :roll:
NOTR COIN is both the post name and the topic name. Try posting a reply to it and enter a title for this reply.
The only fault I see so far is the loop of the appended post id.
Did you get the Title hack from this site?
You have to install also the automatic title reply hack from www.portedmods.com I think, just like here, when you click on the Reply button.
I have just installed the Auto Subject on reply mod. I did 2 tests post at http://www.assadniang.com/postp5131.html#5131 one using quick reply and one using the PostReply link at the bottom, but it still does not work when I am viewing a post I am still seeing those trailing numbers, you can go and check it out how it changed.
It only works when I hit the PostReply link a the bottom and I am presented wih the post window, then I can see the title on the title bar without those numbers.
Well, it only works when i am viewing the post from the forum, but not when i click a link in the forum block from the main page.
Thanks for your help!
Yes, the automatic title works only with PostReply.
Can you post here your nukebb.php ?
Here it is:
<?php
/***************************************************************************
* phpbb2 forums port version 2.1 (c) 2003 - Nuke Cops (http://nukecops.com)
*
* Ported by Paul Laudanski (Zhen-Xjell) to phpbb2 standalone 2.0.4. Test
* and debugging completed by the Elite Nukers at Nuke Cops: ArtificialIntel,
* Chatserv, MikeM, sixonetonoffun, Zhen-Xjell. Thanks to some heavy debug
* work by AI in Nuke 6.5.
*
* You run this package at your sole risk. Nuke Cops and affiliates cannot
* be held liable if anything goes wrong. You are advised to test this
* package on a development system. Backup everything before implementing
* in a production environment. If something goes wrong, you can always
* backout and restore your backups.
*
* Installing and running this also means you agree to the terms of the AUP
* found at Nuke Cops.
*
* This is version 2.1 of the phpbb2 forum port for PHP-Nuke. Work is based
* on Tom Nitzschner's forum port version 2.0.6. Tom's 2.0.6 port was based
* on the phpbb2 standalone version 2.0.3. Our version 2.1 from Nuke Cops is
* now reflecting phpbb2 standalone 2.0.4 that fixes some major SQL
* injection exploits.
***************************************************************************/
/***************************************************************************
* This file is part of the phpBB2 port to Nuke 6.0 (c) copyright 2002
* by Tom Nitzschner (tom@toms-home.com)
* http://bbtonuke.sourceforge.net (or http://www.toms-home.com)
*
* As always, make a backup before messing with anything. All code
* release by me is considered sample code only. It may be fully
* functual, but you use it at your own risk, if you break it,
* you get to fix it too. No waranty is given or implied.
*
* Please post all questions/request about this port on http://bbtonuke.sourceforge.net first,
* then on my site. All original header code and copyright messages will be maintained
* to give credit where credit is due. If you modify this, the only requirement is
* that you also maintain all original copyright messages. All my work is released
* under the GNU GENERAL PUBLIC LICENSE. Please see the README for more information.
*
***************************************************************************/
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
global $phpbb_root_path, $nuke_root_path, $nuke_file_path, $php_root_dir, $module_name, $nukename, $pass, $nukename;
$module_name = "Forums";
$nuke_root_path = "modules.php?name=".$module_name;
$nuke_file_path = "modules.php?name=".$module_name."&file=";
$phpbb_root_path = "modules/".$module_name."/";
$phpbb_root_dir = "./../";
require_once("mainfile.php");
get_lang($module_name);
$pagetitle = "$name";
if($p) {
$sql = "SELECT post_subject, post_id FROM ".$prefix."_bbposts_text WHERE post_id='$p'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$title = $row[post_subject];
$post = $row[post_id];
$pagetitle = "$name » Post $post » $title";
}
if($t) {
$sql = "SELECT topic_title, forum_id FROM ".$prefix."_bbtopics WHERE topic_id='$t'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$toptitle = $row[topic_title];
$forname = $row[forum_id];
$sql = "SELECT forum_name, cat_id FROM ".$prefix."_bbforums WHERE forum_id='$forname'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forname = $row[forum_name];
$forcat = $row[cat_id];
$sql = "SELECT cat_title FROM ".$prefix."_bbcategories WHERE cat_id='$forcat'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forcat = $row[cat_title];
$pagetitle = "» $name » $forcat » $forname » $toptitle";
}
elseif($f) {
$sql = "SELECT forum_name, cat_id FROM ".$prefix."_bbforums WHERE forum_id='$f'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forname = $row[forum_name];
$forcat = $row[cat_id];
$sql = "SELECT cat_title FROM ".$prefix."_bbcategories WHERE cat_id='$forcat'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forcat = $row[cat_title];
$pagetitle = "» $name » $forcat » $forname";
}
include("header.php");
?>
Thank you, it's OK. So, if it is not the viewtopic.tpl, neither thr nukebb.php, the only place left is viewtopic.php.
Addon: Username In Pagetitle when viewing his/her profile (phpbb profile)
Open modules/Forums/nukebb.php and search for:elseif($f) {
$sql = "SELECT forum_name FROM ".$prefix."_bbforums WHERE forum_id='$f'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forum = $row[forum_name];
$pagetitle = "|Forums | $forum";
}
After Add
elseif($u) {
$sql = "SELECT username FROM ".$prefix."_users WHERE user_id='$u'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$forum = $row[username];
$pagetitle = "|Profile | $forum";
}
Upload and voila Username in page title when viewing users profile :) (example: http://www.portedmods.com/forum-userprofile-2.html )
Thank you, Anor. Very cool :-)
http://www.orientalia.org/member-viewprofile-741.html
But I liked very much your personal gallery. That's a real wonder. Is it your ported mod? It is by far the best to suit any needs. Are you going to share the secret? :-)
This is just a little addon for the Album mod that we run i posted the code in our forums HERE (http://www.portedmods.com/modules.php?name=Forums&file=viewtopic&t=928&highlight=profile+album) Was just a simple case of copy and paste :)
Wow, that's great! I am proud being one of the first members of your site.
The album mod is for 6.5, I presume. I don't find it in Downloads :-(
Yep 6.5 and up:( We do however have a profile photo mod which allows members too upload there photo (1) too there profile for 6.0 and 6.5 and up (the one for 6.5 is somewhere in our forum :P )
Aha, found it. Superb. I feel I'll never update to Nuke 7 :-)
Addon: Extra Page (example with forum Search) In Pagetitle
Open modules/Forums/search.php and search for:if (!eregi("gate.html", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
if ($popup != "1"){
$module_name = basename(dirname(__FILE__));
require("modules/".$module_name."/nukebb.php");
}
else
{
$phpbb_root_path = 'modules/Forums/';
}
define('IN_PHPBB', true);
Replace with
$phpbb_root_path = 'modules/Forums/';
Find:include("includes/functions_search.php");
After add:$pagetitle = "| Forum Search";
include ('header.php');
(example: http://www.portedmods.com/forums-search.html)
I just used the Forum Search as a example, this can also be applied too groupcp.php (example: http://www.portedmods.com/modules.php?name=Forums&file=groupcp]
To show the usergroups into the pagetitle:
Find:if (!eregi("gate.html", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
$module_name = basename(dirname(__FILE__));
require("modules/".$module_name."/nukebb.php");
define('IN_PHPBB', true);
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
Replace with:
if (!eregi("gate.html", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
$phpbb_root_path = 'modules/Forums/';
define('IN_PHPBB', true);
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$pagetitle = "| UserGroups";
if($g) {
$sql = "SELECT group_name, group_id FROM ".$prefix."_bbgroups WHERE group_id='$g'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$title = $row[group_name];
$pagetitle = "| UserGroups | $title";
}
include ('header.php');
Example: http://www.portedmods.com/modules.php?name=Forums&file=groupcp&g=242