![]() |
Quote:
/irc_stats/index.php PHP Code:
template 'irc_stats' HTML Code:
$stylevar[htmldoctype] |
Hi,
I've tested your page and the problem is since (somehow) it gets the default board name, and this mod is executed inside the online_location_unknown, this hook is never called. This is not a problem of this modification. The problem might be with the path's of your file: Code:
define('patch_crazy', (($getcwd = getcwd()) ? $getcwd : '.')); Code:
require_once('./global.php'); and it works! i have two external files similar to your's in the same place as vB files and these are working. |
Yeah, I know, but I need to place this file in main domain.
If not is possible, ok no problem. Thank you, very useful mod. |
@testebr: You're Welcome!
|
Hello again nfn,
My problem was solved :) The solution is simple. First I created this new plugin at hook online_location_preprocess: PHP Code:
And in options of your plugin I used this entry: Code:
/irc_stats/:title Bye |
When I use this:
/forums/info.php:Site Map:do=sitemap It shows the link like it should but when you click on the link, it only clicks to /forums/info.php without the do=sitemap. |
/index.php?act=Arcade&do=newscore:Saving New Score
doesn't work. |
Quote:
|
Quote:
In the XML file: Find: Code:
$userinfo['action'] = $vbphrase[ul_viewing]. ' <a href="' .$ul_file[0]. '" title="' .$ul_file[1]. '">' .$ul_file[1]. '</a>'; Code:
$userinfo['action'] = $vbphrase[ul_viewing]. ' <a href="' .$ul_file[0].'?'.$ul_file[2]. '" title="' .$ul_file[1]. '">' .$ul_file[1]. '</a>'; |
Hi,
The fix you provide will do it ONLY if you have one query. I just updated the modification with a minor fix and support for multiple queries. Note that now you will need to place the full page (file & query) in the first parameter as explained in the first post. |
All times are GMT. The time now is 03:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|