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 10-10-2008 05:23 PM

Thanks for all the feedback, vbboarder!

I'll pass all of the bug/problem reports along to our engineers, and get back to you with answers as I get them :)


Quote:

Originally Posted by vbboarder (Post 1641616)
Feature Request: Allow admin to prevent users from editing the page titles. Note that when the Zoints setting "allow regular members to edit styles?" is disabled, users can still edit the page titles. The option to prevent users from editing page titles should be independent of the option to prevent users from editing styles since page titles are not stylistic but convey content and should be consistent among users for most types of websites.

I can mention this as well, but to be honest, we're not really working on feature requests for Zoints Local at this point. You're referring to the page titles like Blog, My Profile, etc. right? And you're wondering if you can lock this down so nobody can change page titles?

vbboarder 10-10-2008 06:39 PM

Quote:

Originally Posted by Zoints (Post 1642103)
Thanks for all the feedback, vbboarder!

I'll pass all of the bug/problem reports along to our engineers, and get back to you with answers as I get them :)

I can mention this as well, but to be honest, we're not really working on feature requests for Zoints Local at this point. You're referring to the page titles like Blog, My Profile, etc. right? And you're wondering if you can lock this down so nobody can change page titles?

Ok, I'll wait for your answers.

Yes, I'm referring to the page titles. As mentioned before, page titles, at least the default page titles, are not stylistic but convey content and they should be consistent among users.

ehsanix 10-10-2008 07:27 PM

why i get error while i'm trying to register on http://zoints.com/forum.z ?
it doesn't allow me to register at all
says ur username was token by somebody else
also i've tried wierd usernames such as "adfjkhasdhqwiouydamasdfg" and still says token by somebody else

Zoints 10-10-2008 07:43 PM

Quote:

Originally Posted by xadoa (Post 1641850)
Hi Zoints group,

i finally made it worked with the portal, but i can't put the recently updated profile block which display on the forum home to the frontpage of the portal, the phpporat which i am talking about. is there a way that we can display this recently or newly create profile on the phpportal frontpage, right now it's only the forum home ..

thanks


I apologize, but I've reread this a couple times, and I'm not quite sure what you're asking.

Quote:

Originally Posted by ehsanix (Post 1642174)
why i get error while i'm trying to register on http://zoints.com/forum.z ?
it doesn't allow me to register at all
says ur username was token by somebody else
also i've tried wierd usernames such as "adfjkhasdhqwiouydamasdfg" and still says token by somebody else

What's your site url?

ehsanix 10-10-2008 10:31 PM

thanks finally i completed the registration process and worked
but isn't it possible to use unicode characters in editors ?

imported_Visions 10-11-2008 06:03 AM

I seem to be having a problem after the install, everything appears to be fine except when I go to look at my profile, I get this error.

I ran through the install without any issues, If someone could help it would be much appreciated.

Code:

Invalid SQL: SELECT blog.*, category.title As cattitle, blogoptions.options, mood.imagename As moodimage, mood.title As moodtitle, group_concat(tag.tag) as blogtags, tagassoc.tagid FROM zp_blog_entry AS blog LEFT JOIN zp_blogcategory As category ON(blog.catid = category.catid) LEFT JOIN zp_mood As mood ON(blog.moodid = mood.moodid) LEFT JOIN zp_tagsassoc As tagassoc ON (blog.entryid = tagassoc.itemid AND tagassoc.entity = 'ENTRY') LEFT JOIN zp_tags As tag ON (tag.tagid = tagassoc.tagid) LEFT JOIN zp_blogoptions As blogoptions ON(blogoptions.userid = blog.masterid) WHERE blog.masterid = 3 AND blog.private = 0 GROUP BY blog.entryid ORDER BY blog.dateline DESC LIMIT 10

mysql error:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(tag.tag) as blogtags, tagassoc.tagid FROM zp_blog_entry A

mysql error number: 1064


Zoints 10-11-2008 06:11 PM

Our engineers are researching a very similar looking issue for another user right now. Let me have you submit a support ticket here:
http://zoints.com/support.z
Make sure to include the error message and the following site info:

Zoints Local version

vBulletin Version

Server Information:
Type
PHP version
MySQL Version

xadoa 10-12-2008 03:20 AM

Quote:

Originally Posted by Zoints (Post 1642196)
I apologize, but I've reread this a couple times, and I'm not quite sure what you're asking.

hi Zoints,

I am trying to display a page on phpportal frontpage instead of forum forumhome frontpage .. "Display Profiles on FORUMHOME
You can select certain types of profiles to display on FORUMHOME."

i would like to display like 10 new person newly created on the phpportal frontpage. right now you guy already have forum forumhome's page ... my question is, can I have a code or anything that able to display a block on the phpportal that show about 10 members just created?

here is the directory structure:

/portal/forums/z

thank you for your product

here is some code i tried but it's not working well, it's either show only the empty avatar or the user's avatar, not both. i wanted to show the noavatar.gif for members doesn't have avatar and the image.php?u=xxx for the user that has the avatar.

$new_members = mysql_query("SELECT zuser.userid, zuser.username, fuser.avatarid, fuser.avatarrevision, avatarpath, NOT ISNULL(filedata) AS hascustom, customavatar.dateline, customavatar.width, customavatar.height
FROM zp_user AS zuser
LEFT JOIN user AS fuser ON fuser.username = zuser.username
LEFT JOIN avatar AS avatar ON avatar.avatarid = fuser.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = zuser.userid
WHERE zuser.lastmodification = 0
ORDER BY zuser.jointime DESC
LIMIT 10");


while($row = mysql_fetch_assoc($new_members))
{

$pavatar = "noavatar.gif";
$pavatar2 = "http://domain.com/forums/image.php?u=$row[userid]";
if (!$this->post['avatarurl'])
{
echo ("<a href='/forums/member.php?u=$row[userid]'><img src='$pavatar'</img></a>");
} else {
echo ("<a href='/forums/member.php?u=$row[userid]'><img src='$pavatar2'</img></a>");
}
echo ("<br>");
}
mysql_free_result($new_members);

vbboarder 10-12-2008 04:25 AM

I have 4 bugs to report:

1. I can not get the TinyMCE editor to appear/ work in IE7 (it shows up fine in FF2).

2. The my Quotes block does not have a link to add quotes. Instead, the user must activate the page editor mode, then click on the wrench edit icon to add new quotes.

3. When adding a URL to the my Links block, Zoints shows an error page when adding the very first link (subsequent links do not result in errors; bug is reproducible by creating a new user and adding the very first link). The problem may be related to adding the link to a folder other than the default "Suggested Links". Even though an error is reported for the first link, when you re-edit the my Links block, you'll see that Zoints actually added the first link.

4. When editing the my Links block, the "# of Links to Display" is not shown so the user does not know if it was saved, even though the user previously saved a value.

trstudent 10-12-2008 03:45 PM

I have translated to Zoints Local into Turkish here ıt is the files to translate it to turkish. If you already installed Zoints Local Profiles ;
Firstly you must change the files which is located in "/z/lang/en" in the file "en" (it is in the uploaded file) then you must upgrade the product with the "Zoints Local T?rk?eleştirilmiş Hali By Darkpain"

If you did not installed yet. You Can upload "en" file to your ftp before installing and you must import the product "Zoints Local T?rk?eleştirilmiş Hali By Darkpain"

it is all folks :=)

Sonunda Zoints Local'i t?rk?eleştirmem bitti. Eğer Zoints'i daha ?nceden kurdu iseniz upload ettigim dosyanin icindeki "en" klas?r?ndeki dosyalari sizin ftpnizdeki ".../z/lang/en" klas?r? icindekilerle degiştirmeniz gerekiyor. Ve de y?netim panelinizin de t?rk?e olmasini isterseniz gene upload etmiş oldugumuz "Zoints Local T?rk?eleştirilmiş Hali By Darkpain" ?r?n?n? ?r?n y?neticinizden "?r?n?n ?zerine kaydet" Se?enegi Evet işaretli iken import ediniz.

Eğer daha ?nce kurmadi iseniz "en" klas?r? yerine benim upload etmiş oldugum klas?r? upload edin ftp nize. Daha sonra ?r?n olarak da benim vermiş oldumum ?r?n? import ederseniz %95'i t?rk?eleştirilmiş olan Zoints Local forumunuza kurulmuş olacaktir.

Download Link :http://www.fileden.com/files/2008/1/...20Darkpain.rar

Indirme linki : http://www.fileden.com/files/2008/1/...20Darkpain.rar


All times are GMT. The time now is 07: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.01471 seconds
  • Memory Usage 1,763KB
  • 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
  • (5)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