vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   display script code in navgiation tab (https://vborg.vbsupport.ru/showthread.php?t=296945)

kh99 04-08-2013 01:58 PM

I don't know anything about that software. But if you figure out what ~ stands for (it's your user directory) then you might be able to use that. I suppose you could try
Code:

$chat_data_path = "~/TopCMM/123FlashChat9.6/server/data/default/";

but I can't remember offhand if you're allowed to use ~ with php functions or is it only works in shell commands. And even if it does work, I'm not sure the web server is running as that same user.

Chadi 04-08-2013 04:13 PM

Yes tried that too, didn't work

--------------- Added [DATE]1365474629[/DATE] at [TIME]1365474629[/TIME] ---------------

Ok.

Got the plugin working right with below

Code:

if (!defined('VB_AREA') OR VB_AREA != 'AdminCP')
{
  if (is_array($navdata['tab_oda5_837']))
  {
      $navdata['tab_oda5_837']['text'] .= '<script language="javascript" src="http://www.talkjesus.com:35555/online.js?group=default"></script>
<script language="javascript">
document.write(""+ online.ln+"");
</script>';
  }
}

But, now I want to apply some styles to the number output which is the "+ online.ln+" portion. I tried <span style="float:right">"+ online.ln+"</span> but that caused it to disappear.

I want the number output floating right with a custom background color too while the word "chat" remains floating left.

Thanks in advance

kh99 04-09-2013 12:54 PM

It's a quote matching problem. The whole thing is already a string inside single quotes. But what you could do is put the html outside the script tags, like:

Code:

      $navdata['tab_oda5_837']['text'] .= '<script language="javascript" src="http://www.talkjesus.com:35555/online.js?group=default"></script>
<span style="float:right"><script language="javascript">
document.write(""+ online.ln+"");
</script></span>';



All times are GMT. The time now is 11:55 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
  • Page Generation 0.00922 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete