vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Split Useronline on Forumhome (https://vborg.vbsupport.ru/showthread.php?t=243233)

dartho 05-19-2011 10:55 PM

I fixed this up for a member here. There are other ways you could fix, but if I recall correctly, edit your forumhome template, search for
Code:

                                                <vb:each from="activeusers" value="loggedin">
                                                        <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                                                </vb:each>

and replace with
Code:

                                                {vb:raw activeusers}
                                                <vb:comment><vb:each from="activeusers" value="loggedin">
                                                        <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                                                </vb:each></vb:comment>


Avrojet 05-21-2011 09:03 AM

Excellent, thank you very much :)

hqlman 05-24-2011 01:47 PM

Quote:

Originally Posted by dartho (Post 2197784)
I fixed this up for a member here. There are other ways you could fix, but if I recall correctly, edit your forumhome template, search for
Code:

                                                <vb:each from="activeusers" value="loggedin">
                                                        <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                                                </vb:each>

and replace with
Code:

                                                {vb:raw activeusers}
                                                <vb:comment><vb:each from="activeusers" value="loggedin">
                                                        <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                                                </vb:each></vb:comment>



I cannot seem to find this in forumhome, is there anything else i can do?

dartho 05-24-2011 09:45 PM

Not sure what the exact code is in every version or what version you have. Just search for "activeusers" and look for the code block the same or similar as above

MrD 05-25-2011 09:49 AM

Hi,
i think, that´s a Contraproductiv Change.
The Forumhome Template are Changed by IB, and i think, that other Funktions would not work with the Replace here?
But i´m not a Coder.

malipl 06-13-2011 11:40 AM

not work to 4.13. :( how to update?

Forthen9 06-14-2011 03:58 PM

It's not working with 4.1x. can you update it please?

tareqbd 06-16-2011 02:07 PM

Not compatible with vbulletin 4.1.3. How can I install

Nocturnal222 06-22-2011 10:27 AM

Quote:

Originally Posted by MrD (Post 2159316)
Hi,
in many other Threads you wrote, that a addon is not compatible with vb 4.1.x, we say change the dependencies in the xml file.

how?

consolegaming 06-28-2011 10:36 AM

Apologies for the lack of any updates since it broke. I've been doing a lot of work with another piece of forum software and hadn't seen these problems (plus I hadn't upgraded our own forums till now). I'll look at getting a fix released asap (next few days I guess) though I'm going to have to get it installed on my local so I can run it in debug mode.

When I release it I'll add it as a separate download and update the initial download with the correct version dependencies (incompatible with 4.1.2). Just gotta work out what's going wrong first lol.


All times are GMT. The time now is 01:00 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.01258 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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