![]() |
I'm so impressed by this mod, that I felt I had to come and say thanks.
Thanks to this mod, I have integrated a script that I made a long time ago with my vbuleltin install. Before, they were two separate things, but I can now call user information from vbulletin and everything. For this, thanks. Here's what I've made so far - and I aim to bring my other scripts of the same ilk over to your plugin too! http://www.360elites.net/forums/view.php?pg=xblstats (main area users get stats pulled using profile details) http://www.360elites.net/forums/view...mertag=etorano (example display) Once again, thanks! |
I receive an error:
Code:
Deprecated: Assigning the return value of new by reference is deprecated in .../public/includes/wt_class_core.php on line 305 Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); |
Hi Logician,
I am trying to use webtemplates to add pages to a custom navbar tab. Looking at vb,it seems the highlighting of the current navbar tab is based on a define. However, I think that the hook where this is usually (process_tremplates_complete) may occur before a webtemplate gets evaluated. My navbar link code is: Plugin PHP Code Code:
if (defined('myProduct')) Code:
define ('myProduct','myProduct'); I'm not a coder by trade, or many other measures for that matter, so please speak s l o w l y :) Thanks |
Quote:
|
Thanks for your help. Moving the navtab code out of a plugin and into the PHP webtemplate itself was the way to resolve this
|
Nice to see this out for vb4.
|
Very good!
But I have some questions.. the url shows up as: http://www.xxxxxx.com/forums/view.php?pg=test is it possible to show it as http://www.xxxxxx.com/view.php?pg=test or just http://www.xxxxxx.com/test ?? Also, I want to know how to change the font colour of this section: "Page Visitors: 124, Last Visitor was Webmaster at Today - 07:29 AM. Page Created at 02-14-2005 - 09:00 AM, Last Modified : Never.Edit This Page " As the font color is the same as the background. Please help, thanks! |
Quote:
Quote:
Quote:
|
Wow thanks for the fast reply..
I found the code: Code:
<vb:if condition="$bbuserinfo[usergroupid]==6">Page Visitors: <b>{vb:raw count}</b>, Last Visitor was {vb:raw WT.lastvisitorname} at {vb:raw WT.lastvisitdate}.<br> I tried to add html but it doesnt work. Hope you can help Thanks. |
Quote:
HTML Code:
<font color=red>Page Visitors:</font> |
All times are GMT. The time now is 09:37 AM. |
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:
|