vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Zoints LOCAL. Social networking, enhanced profiles, blogs and MUCH more (https://vborg.vbsupport.ru/showthread.php?t=130946)

kkc 01-13-2007 12:28 PM

Quote:

Originally Posted by DChapman (Post 1157367)
It should work fine. There are plenty of fourms using both systems.

thnx, i'll try to install it tonight ;)

Reflect 01-13-2007 01:10 PM

That kind of works....

Most profiles are fine, but a few still have it, but instead of 4 lines of the error code, it 3
Warning: Invalid argument supplied for foreach() in /z/profile/tab.class.php on line 424

My profile is working fine and so are another 4 users who i have checked, but when i go into a another user, i get the error messages.



Quote:

Originally Posted by DChapman (Post 1157627)
This was a weird one.

Hotfix:
Edit file: /z/profile/tab.class.php
Find:
Code:

                                if (count($modules))
Replace with:
Code:

                                if (is_array($modules) AND count($modules))
Sorry for the trouble!


DannyITR 01-13-2007 02:01 PM

If I turn on the forum profile page in the zoints navbar and go to it, it only shows a top slice of the old profile (the rest is cut off). I have the latest version of both the vb product and zoints local.

Also can a user delete their zoints profile altogether if they want?

Dr.Alzaabi 01-13-2007 04:36 PM

Quote:

Originally Posted by DChapman (Post 1155948)
Are you referring to the forum profile page? Or something else? If the forum profile page, have you imported the vBulletin product? If that's not what you're talking about, can you post a link to what is going wrong or provide a screenshot? Thanks :)


hello,

zoint's profile

there is an example
http://www.medclub.ae/club/z/index.p...rofile=alzaabi

thanx alot

Zoints 01-13-2007 10:16 PM

Quote:

Originally Posted by Reflect (Post 1158011)
That kind of works....

Most profiles are fine, but a few still have it, but instead of 4 lines of the error code, it 3
Warning: Invalid argument supplied for foreach() in /z/profile/tab.class.php on line 424

My profile is working fine and so are another 4 users who i have checked, but when i go into a another user, i get the error messages.

Sorry about that. To also get rid of the 424 use this one:

Edit file: /z/profile/tab.class.php
Find:
Code:

                        foreach ($x as $id)
                        {
                                $ids[] = $id;
                        }

Replace with:
Code:

                        if (is_array($x) AND count($x))
                        {
                                foreach ($x as $id)
                                {
                                        $ids[] = $id;
                                }
                        }


Zoints 01-13-2007 11:03 PM

Quote:

Originally Posted by mescalin (Post 1157954)
1- Design does not fit to my forum, my forum is designed in dark colours but that mods seems blue et. Does not read background or etc from my template i couldnt find any solution..

2- I tried to translate from downloaded language files but they did not change in the forum view.

3- My forum is an foreing forum so community and search the communty link is useless for me, it makes the system just more complex for my users..

1. You can create a new default style for your members by, as an admin, making a style the normal way. All admin styles are then available when you go to /z/zadmin/php > pages > edit style for each page. You can assign the style to any page you want.

2/3. Proper language support will not be available until 1.1.0, sorry.

Zoints 01-13-2007 11:05 PM

Quote:

Originally Posted by DannyITR (Post 1158058)
If I turn on the forum profile page in the zoints navbar and go to it, it only shows a top slice of the old profile (the rest is cut off). I have the latest version of both the vb product and zoints local.

Also can a user delete their zoints profile altogether if they want?

Are the actions and style settings dropdown menus still present on that page when you go to it?

No, users can't delete their profiles. Only you, as an admin, can close it.

Zoints 01-13-2007 11:09 PM

Quote:

Originally Posted by Dr.Alzaabi (Post 1158165)

My guess would be that the system just can't handle your language properly :(

Reflect 01-13-2007 11:59 PM

DChapman, that worked a treat
thanks very much for the swift response

Great profile script you have and my users love it

Keep up the good work.

DannyITR 01-14-2007 12:28 PM

Quote:

Originally Posted by DChapman (Post 1158439)
Are the actions and style settings dropdown menus still present on that page when you go to it?

No, users can't delete their profiles. Only you, as an admin, can close it.

Yes I can still see those links. Also I just realized that I can scroll the small window to see the rest of the profile but the total height remains only about 200px.

Another thing: In firefox the "add new block" dropdown menu text extends to the right and out of the popup box. Additionally, I have the "rate me" block in the top left position and the stars from that block are disrupting the drowdown menu as well in both IE and FF.


All times are GMT. The time now is 06:45 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
  • Page Generation 0.02458 seconds
  • Memory Usage 1,754KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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