vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - vBExperience 3.8 (https://vborg.vbsupport.ru/showthread.php?t=199556)

Program 01-02-2009 09:04 AM

Turkish Language Not Working Cause turkish lang. file full english not translate :)

but installed.

Vaupell 01-02-2009 05:03 PM

Installed / upgrade

List of issues i also had on previous versions

-Missing - icon_information.png (fixed with copy and rename icon_db.png)
-Link to shop cp and Admin cp under the shop when doing transactions for all users (an issue)
and the links dont work.
-After purchase - then confirmation just hits a 404 not found (an issue)

http://www.evisystems.org/forums/xperience.php?go=shop

Everything else but the shop works 100% ok, thank you..

anuanu 01-04-2009 06:38 PM

Any idea on how to fix my issue that i posted a few posts above?

Vaupell 01-05-2009 01:50 PM

1 Attachment(s)
attached a img of the links i get at the vbexperience shop
below the shop all level of acces got these bottons somehow ? ?

and i do not have those links in forums/admincp/ due to security reason
but if i did then i get this error instead

Code:

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in D:\home\evisystemsorg\www\forums\admincp\xperience_admin.php on line 19

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.;C:\php5\pear') in D:\home\evisystemsorg\www\forums\admincp\xperience_admin.php on line 19

Ive been looking through xperience.php at Go shop,
and in admincp, through the includes, but cant find where it store those way off wrong links,

plus i cant locate where to disable those links for "normal" users (non admin.)


only one i find odd is this in the xperience_admin.php

Code:

require_once('./global.php');
./ isent that one folder down, and if allready in forums, then ./ is under the forum perhaps a website.

Vaupell 01-05-2009 02:13 PM

Ok got an EDIT for that menu thing..


In the templates for vbexperience > xperience_shop

Original : Link to admincp from shop ?
Code:

Add categories and items via <a href="$vboptions[bburl]/admincp/xperience_admin.php?do=manshop">AdminCP, Manage Shop</a>
My edit :
Code:

Add categories and items via <a href="$vboptions[bburl]/MYadminCPNAMEDFOLDER/xperience_admin.php?do=manshop">AdminCP, Manage Shop</a>

Original : link to admincp from shop ?
Code:

You can delete purchased items (transactions) via <a href="$vboptions[bburl]/admincp/xperience_admin.php?do=talog">AdminCP, Transactionlog</a>

Code:

You can delete purchased items (transactions) via <a href="$vboptions[bburl]/MYadminCPNAMEDFOLDER/xperience_admin.php?do=talog">AdminCP, Transactionlog</a>

Well CHECK THE BLUE WRITING..
Howewer i completely removed the links, cause there where also present for members and unregistrered users.



-----

Only thing left wrong for me, is when purchasing an object the "confirm dialog" dont work,
just hits a 404

Phalynx 01-07-2009 12:10 PM

vBExperience 3.8 RC has been released. A final version will be released at the end of the next week.

Full Changelog:
- Now compatible with vBulletin 3.7.x and 3.8.x - support for vBulletin 3.6.x has been dropped
- New Experience: Socialgroup Discussions (Discussions, Posts)
- New Experience: Completing Profile (per editable profile fields, excluded are fields with a default value)
- Awards: Fixed handling of awards for ignored usergroups (thanks goes to Abe1)
- Awards: You can now define the max awards a user can get (thanks goes to Abe1)
- Awards: Award for activity is beeing set only to one user (more experience points wins), all other users are getting 99%.
- Awards: You can exclude usergroups from getting Awards. Administrators (Group ID 6) are excluded by default.
- Fixed margin of vBExperience tab in profile
- Settings: Removed links in AdminCP, please go directly to "vBulletin Options"
- Rankings: Fixed XSS Vulnerability (thanks to snunhuck and Y4I)15)
- Experience: Changed "post_thanks_thanked_times" to "post_thanks_user_amount" (post thank you hack)
- Experience: Handling of "Post Thank You" data now via CDP Addon. Support in Experience core has been dropped. You will need to import the addon from extras/addons.
- Shop: Fixed AdminCP Links visible to everyone
- Shop: Fixed AdminCP, Manage Shop, "Transactionlog (Page %1$s/%2$s) | There are %3$s Entries."
- Shop: Fixed missing BBUrl Prefix
- Shop: Give Away is sending PM to receiver (setable)
- Shop: Selling item is sending PM to defined list (setable)
- Shop: Writing a PM upon a purchase can now be deactivated
- Shop: Improved "give away" and display in postbit/profile
- Shop: Set if points from purchased products should be substracted
- Shop: User can sell item back to shop and get 75% points back (amount setable)
- Shop: User can give away item (gift) to someone
- Shop: Transactions in AdminCP are now paged
- Shop: User can see own transactions
- Shop: Categories have now an icon and a description
- Shop: Description of Costfield in AdminCP with default value if translation is empty
- Fixed unchached templates
- New feature: Earn Points. It tells the user where and how he can get points. Title and description are pulled from phrases of the settings
- CDP: New revision of CDP to support Earn Points
- CDP: All addons have been upgraded to support "Earn Points"
- Added row breaker for profile shop items
- Smaller fixes and changes

Phalynx 01-07-2009 12:13 PM

Quote:

Originally Posted by anuanu (Post 1698433)
It seems one field between points for users and infractions is missing.

Check if your translation has a wording. It seems that phrase is empty.

Quote:

Originally Posted by coderphp (Post 1698574)
found a problem in uninstalling the product:

You will need to manually uninstall the product xml

Quote:

Originally Posted by Vaupell (Post 1699462)
-After purchase - then confirmation just hits a 404 not found (an issue)
http://www.evisystems.org/forums/xperience.php?go=shop

cannot confirm this error. Also, your link is not for guest viewing. All others are fixed.

Quote:

Originally Posted by Vaupell (Post 1702305)
Ok got an EDIT for that menu thing..

As /admincp/ is not a variable, you will have to manually edit this path.

Vaupell 01-07-2009 01:27 PM

Awsome work, and tx for the info..

Updated at once.. .

Wheemer 01-07-2009 04:21 PM

The addons dependency productids need to be updated since the parent product id has changed.

Phalynx 01-07-2009 08:56 PM

Right, will do for final version. Thanks for pointing me to this.


All times are GMT. The time now is 05:53 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.01719 seconds
  • Memory Usage 1,755KB
  • 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
  • (7)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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