vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Zoints LOCAL 2.0 - Enhanced profiles, social portal, networking, blogging, and more (https://vborg.vbsupport.ru/showthread.php?t=183559)

Zoints 08-07-2008 06:04 PM

Quote:

Originally Posted by mkduser (Post 1593560)
Hi guys, I have a problem with cyrillic support :( Members that have their usernames in cyrillic cant be access to theirs profiles :(.This error occurs :
Zoints Message-Fatal Error
This member has not configured their profile.

Can be fixed this somehow :confused:? help?:confused:

I'll report this to the engineers. Are there certain characters in particular that are causing this issue, or is it with any cyrillic characters?

mkduser 08-07-2008 06:48 PM

Quote:

Originally Posted by Zoints (Post 1593619)
I'll report this to the engineers. Are there certain characters in particular that are causing this issue, or is it with any cyrillic characters?

Thanx

This issue is related with every member profile that has cyrillic characters in their usernames. Cant tell to everyone dont use cyrillic support in your username (or to change username) , because they are a lot of usernames in cyrillic .. .. .... so any help would be appreciated :)

AN-net 08-08-2008 01:15 AM

Quote:

Originally Posted by mkduser (Post 1593655)
Thanx

This issue is related with every member profile that has cyrillic characters in their usernames. Cant tell to everyone dont use cyrillic support in your username (or to change username) , because they are a lot of usernames in cyrillic .. .. .... so any help would be appreciated :)

Hi mkduser,
Zoints Local does not currently support multi-byte characters which includes usernames. We hope to be able to support such languages in the future.

Thank You,
Anthony Scudese
Zoints Engineer

Strike3ForumsMH 08-09-2008 10:06 PM

Hey everyone, just to update you, we should have out RC3 very soon. I just updated my forum to it actually.

- Reid

Zoints 08-10-2008 04:04 PM

Zoints Local RC 3 has been released!

Quote:

Originally Posted by
Upgrade Instructions:

Zoints Local 2.0.0.5 RC3
============================================

Please note: Do not upload the following two files:

/z/install/index.php
/z/install/detail.php

STEPS:
* UPLOAD THE ENTIRE CONTENTS of the /upload/ folder found in the
zip.
* Do a Recursive CHMOD of the /z/includes/HTMLPURIFIER/ directory to 777 (world-writable).
* After uploading the new files, access the following page in your browser:

http://yourdomain.com/forum/z/install/manager.php
(Replace "http://yourdomain.com/forum/" with your forum's URL)

And select to upgrade Zoints Local
* Import Zoints Profile vBulletin Product titled product-product-zointsprofile.xml and make sure to select the "Overwrite" option!
* Alter the Zoints Profile vBulletin settings to configure the new Social Portal via the vBulletin AdminCP

You're done!


fernas 08-11-2008 06:09 AM

I have just updated Zoints and the editor in comments and blogs Disappeared.

Strike3ForumsMH 08-11-2008 04:44 PM

Quote:

Originally Posted by fernas (Post 1596003)
I have just updated Zoints and the editor in comments and blogs Disappeared.

Hi fernas,

Which version are you upgrading from? If you hadn't yet installed RC2, RC2 added it's own editor which brought many new files to the table. Have you uploaded all folders? Look inside the zip and make sure you uploaded the editor files and CHMOD the folder requested in the upgrade instructions. If you are still having trouble, please open up a ticket.

- Reid

Replicators 08-12-2008 09:06 PM

For some reason, this messes up my quicklinks, it only shows about half the options in my quicklinks instead of many when i disable zoints.

Code:

if (empty($vbulletin->options['zointsprofile_zurl']))
{
   
$vbulletin->options['zointsprofile_zurl'] = $vbulletin->options['bburl'] . '/z/';
}
else if (!
preg_match("#/$#",$vbulletin->options['zointsprofile_zurl']))
{
   
$vbulletin->options['zointsprofile_zurl'] .= '/';
}

if (
VB_AREA == 'Zoints')
{
   
$show['quickchooser'] = false;
   
$show['languagechooser'] = false;
}

if(
$vbulletin->options['zointsprofile_on'] AND $vbulletin->options['zointsprofile_autotemplate'])
{
   
#Add Zoints Drop Down
   
eval('$template_hook[\'navbar_buttons_left\'] .= "' . fetch_template('zointsprofile_popup_navbar') . '";');

eval(
'$template_hook[\'navbar_quick_links_menu_pos3\'] .= "' . fetch_template('zointsprofile_popup') . '";');

Somewhere in here messes up my quicklinks, though i know where, just don;t know how to remove it correctly without messing up something.

EDIT: Was able to remove the correct code to get my quicklinks to the way they are supposed to be, i have 2 templates that have the quicklinks code in them which confused the template hooking i guess.

Skuxta 08-14-2008 08:00 AM

Edit: Nvm Fixed the problem

Awesome Mod. I have marked as installed and am going to nominate for Mod of the month

However I would like to know though. My members had on the old VBulletin user profile. Friends Lists. In the Change were they lost? Or what block will need to be added for those to show up?

Strike3ForumsMH 08-14-2008 01:57 PM

Quote:

Originally Posted by Skuxta (Post 1598291)
Edit: Nvm Fixed the problem

Awesome Mod. I have marked as installed and am going to nominate for Mod of the month

However I would like to know though. My members had on the old VBulletin user profile. Friends Lists. In the Change were they lost? Or what block will need to be added for those to show up?

Thanks for the kind words.

As for the Friends List from the default vB profile, as of this moment I do not know how to bring that over. As of right now, only the social groups are brought over and not the friends. I'd have to imagine it is due in part that our networking allows for indepth privacy controls so by bringing everyone over, some contacts may have access to some content that the profile owner would not wish for them to see if they weren't savvy enough to move that contact into a different contact group. You could enable the default vB profile as one of the pages to show on the tab, that way users could at least remember all the profiles they befriended in order to contact again.

I'll mention it to the engineers though, maybe there is something they could do for this in a future version.

- Reid

shlomot 08-15-2008 04:51 AM

Dear Danny,

Thank you and Reid very much for your support and for modifying our vBSEO settings to allow accessibility to Zoints profiles.

However, since you changed the settings, we can no longer access our individual forums, member profiles, and vBadvanced Dynamics library.

Please restore the previous settings a.s.a.p. and we'll go from there.

Thanks a lot,
Shlomo Tommer
Top Synergy Connections

Strike3ForumsMH 08-15-2008 04:16 PM

Check your ticket Shlomo. Danny says he didn't touch your settings with vbSEO, just your .htaccess so we'll get it sorted out. :)

- Reid

Yama 08-15-2008 07:32 PM

Hands down, this has got to be one of the best modifications ever made for vBulletin. This seriously takes the cake of anything I've ever seen. Major props!

Zoints 08-17-2008 07:50 PM

Quote:

Originally Posted by Yama (Post 1599491)
Hands down, this has got to be one of the best modifications ever made for vBulletin. This seriously takes the cake of anything I've ever seen. Major props!

We're so glad you like it! It's been a labor of love, and we think it's pretty nice ourselves, but it's always so much nicer when someone else toots the horn :D

-Paul Kemp

sickboy6ths 08-21-2008 01:58 PM

Ah Support should happen on the Zoints forums, moved it over there: http://network.zoints.com/showthread...3279#post33279

Temporary fix added to the above linked post, for IIS7 + PHP-FastCgi and Zoints

uzeyir 08-23-2008 10:10 PM

Turkish Language Please :(

vbboarder 08-24-2008 12:40 AM

Bug report: I'm not able to set my own favicon on Zoints pages. My custom favicon shows up in the address bar for other VB pages, so for consistency it should show up on Zoints pages. Please fix this bug.

Strike3ForumsMH 08-24-2008 06:26 PM

Quote:

Originally Posted by uzeyir (Post 1605402)
Turkish Language Please :(

I am not positive on the characterset for Turkish (if it uses unicode character encoding for instance), but if it doesn't need UTF-8 like Greek does, then you can translate Zoints Local on your own and we do provide instructions on how to do so.

Quote:

Originally Posted by vbboarder (Post 1605460)
Bug report: I'm not able to set my own favicon on Zoints pages. My custom favicon shows up in the address bar for other VB pages, so for consistency it should show up on Zoints pages. Please fix this bug.

I'll make a note of it in our bugtracker. I can confirm the same thing on my forum.

- Reid

Replicators 08-24-2008 11:15 PM

Quote:

Originally Posted by vbboarder (Post 1605460)
Bug report: I'm not able to set my own favicon on Zoints pages. My custom favicon shows up in the address bar for other VB pages, so for consistency it should show up on Zoints pages. Please fix this bug.

Try putting your favicon.ico inside the z folder :)

Twilkey 08-25-2008 12:30 AM

Has anyone made a block that pulls the latest threads from the forum I can use. Id make it but I am new to the block making arts.

Spank 08-25-2008 12:57 AM

Is it possible to have the blogs without all the jazzy profile stuff? It looks good but it's not right for my community, so it would save me having to buy vb's blog system if this allows you just to use the blog.

vbboarder 08-25-2008 06:31 AM

Quote:

Originally Posted by Replicators (Post 1606150)
Try putting your favicon.ico inside the z folder :)

Tried that already.... doesn't work....

AN-net 08-25-2008 07:46 PM

Quote:

Originally Posted by Spank (Post 1606184)
Is it possible to have the blogs without all the jazzy profile stuff? It looks good but it's not right for my community, so it would save me having to buy vb's blog system if this allows you just to use the blog.

you can disable all the other blocks and just keep the ones that pertain to you and disable all the tabs you don't want. Zoints is pretty flexible.

chris_psycho 08-27-2008 04:02 PM

How can we integrate vbulletin 7 photo album with zoints? I mean in order to have a block in profiles with albums..

Thank you!

Mark Dunnigan 08-28-2008 02:25 AM

"Invalid File Specified" when importing XML file via admin cp. I've tried both importing via my computer and importing via the server. Has anyone else had this problem? If so, how was it resolved?

Strike3ForumsMH 08-29-2008 05:55 PM

Quote:

Originally Posted by chris_psycho (Post 1608300)
How can we integrate vbulletin 7 photo album with zoints? I mean in order to have a block in profiles with albums..

Thank you!

It's very easy Chris. Included with the 3.7 download there is a block called "My Albums" which pulls a user's album from the vBulletin gallery system. There is also integration with the albums into our Community Central page.

Quote:

Originally Posted by Mark Dunnigan (Post 1608660)
"Invalid File Specified" when importing XML file via admin cp. I've tried both importing via my computer and importing via the server. Has anyone else had this problem? If so, how was it resolved?

Hi Mark,

I suspect your the same user on our forums reporting the same trouble. Either way, have you tried downloading the zip from our site yet?
http://network.zoints.com/showthread.php?t=4732

I don't know if that would change anything, but in case this zip didn't properly tie up all the ends with the files, maybe it would. Regardless of that though, I'll let our engineers know about this.

- Reid

chris_psycho 08-29-2008 09:11 PM

Can you help more please? Where is this choice in order to enable My album block? What do i have to do? Thank you...

Strike3ForumsMH 08-31-2008 05:02 PM

Quote:

Originally Posted by chris_psycho (Post 1610171)
Can you help more please? Where is this choice in order to enable My album block? What do i have to do? Thank you...

Sure Chris.

Access /z/zadmin.php on your site. Click "Pages." On the page for which you want the block enabled, select "Edit Block Layout" and click "Go." From the list of blocks find "My Albums" and then select to enable it wherever you want it to be enabled.

- Reid

chris_psycho 08-31-2008 09:48 PM

Quote:

Originally Posted by Strike3ForumsMH (Post 1611316)
Sure Chris.

Access /z/zadmin.php on your site. Click "Pages." On the page for which you want the block enabled, select "Edit Block Layout" and click "Go." From the list of blocks find "My Albums" and then select to enable it wherever you want it to be enabled.

- Reid

I don't have a block names "My Albums"! Why? Thanks a lot!

Strike3ForumsMH 09-01-2008 05:13 PM

Are you sure you downloaded the 3.7x version from this thread?

- Reid

Zoints 09-01-2008 08:27 PM

Quote:

Originally Posted by triff (Post 1583681)
Could you show of some more forums that have implemented Zoints?

SGL.

You can see a wide variety of forums that have installed Zoints (both new and old versions) in our Community Directory:

http://zoints.com/communities/

Daisyboo 09-02-2008 11:16 AM

x posted..

I've just installed this, it installed fine but when I try and view any profiles/blog link I get a 403 Error - Forbidden.
I tried re-doing it with the .htaccess file uploaded but still no good.

What am I doing wrong or what haven't I done properly?

Thanks :)

soundbarrierpro 09-02-2008 11:56 AM

I have a similar issue with the 403 error. Except mine is only when I have the friendly urls enabled. I uploaded the htaccess to "z". I get 403's for everything if it's enabled. If I turn it off, everything works fine.

Daisyboo 09-02-2008 11:57 AM

Where do I find that?

:)

soundbarrierpro 09-02-2008 12:29 PM

Quote:

Originally Posted by Daisyboo (Post 1612741)
Where do I find that?

:)

If this is reply to me, it's in ACP/Zoints Local config.

Daisyboo 09-02-2008 01:10 PM

Quote:

Originally Posted by soundbarrierpro (Post 1612761)
If this is reply to me, it's in ACP/Zoints Local config.


Yes it was sorry I wasn't clear.

Thank you, will give that a go :)


ETA - I cant find that. I have the ACP--->Zoints Profile Settings--->Zoints VB options/admin area/member control/profile pages/profile blocks
Am I looking in the right place?

AN-net 09-02-2008 04:05 PM

Quote:

Originally Posted by Daisyboo (Post 1612741)
Where do I find that?

:)

in ZAdmin there is a link to change installation settings. through that link you can turn mod_rewrite on or off for your installation.

Daisyboo 09-02-2008 04:15 PM

I found that bit I get this message...

You do not have sufficient privileges to perform this action. I'm using my main admin log in so I don't understand what that means?

soundbarrierpro 09-02-2008 11:33 PM

Anybody able to help with the re-write rules? I put the htaccess file in the z directory. But when I turn on mod rewrite, no pages are accessible. I can only use this turned off. I want my members to be able to use the simple custom urls instead of what is created without the rewrite.

My only other question......I already have an htaccess at my forum root which is my domain root. My whole site is vb. So, should I just take the custom rules and drop them in that htaccess file and get rid of the zoints local at the z root?

Thanks

AzaDiyaR 09-02-2008 11:44 PM

thank you so much this working perfectly

you can see demo here

http://www.azadiwelat.org/z/AzaDiWeLaT

;)


All times are GMT. The time now is 03:40 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.03064 seconds
  • Memory Usage 1,852KB
  • 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
  • (1)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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