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)
-   -   Major Additions - vBExperience 4 (https://vborg.vbsupport.ru/showthread.php?t=245023)

Phalynx 10-28-2010 06:23 AM

Quote:

Originally Posted by lebmedia (Post 2113700)
hello again
i think there was a problem in this file dunno if this fixed it lol

case 4:
$template_hook['postbit_signature_end'] .= $templater_ach->render();
break;
case 6:


i have added from the upper line and it worked dunno if this correct please if there is something wrong tell me thank you
case 4:
$template_hook['postbit_signature_end'] .= $templater_ach->render();
break;
case 5:
$template_hook['postbit_messagearea_start'] .= $templater_pb->render();
case 6:
$xperience_postbit = $templater_pb->render();
break;
default:
$template_hook['postbit_userinfo_left'] .= $templater_pb->render();
}
}
}
}

I don't know of such an error. Please try to re-upload all PHP files in textmode to your FTP.

Quote:

Originally Posted by Prohibit (Post 2113854)
Hey there,

I am using this on 4.0.7 without a single issue.

Awesome job.

I am just searching the thread right now to figure out how to add more than 2 new achievements.

Thank you for your hard work.



Your post a few pages back about the centered bars, this would be a huge plus for me. Thanks again for all your hard work.

AdminCP, Experience, Manage Achievements

Please click "Mark as Installed" to get further support.


Quote:

Originally Posted by OldSchoolDSL (Post 2114209)
Installed this mod in 4.0.8 & is working fine.

However upon attempting to install a plug-in support for v3Arcade (vBExperience - v3arcade Highscorer Points and vBExperience v3Arcade Submissions), then if you click the link within vBEperience "Earn Points". A database error shows up.



Upon disabling those plug-ins for vBExperience. Everything works again. I'm not sure if its because I'm using 4.0.8 or because I'm using v3Arcade's newest build (v3 Arcade 2.0.2 Released 10-22-2010). I do have them installed on the same forum & they do work fine.

Fixed in 4.0.4

Quote:

Originally Posted by OldSchoolDSL (Post 2114622)
Is there a setting to which I've over looked or maybe a future update to which will hide these and / or give the option for users to elect to hide these from displaying on the forum (within each post)?

I've got mixed results from my community (50/50). They agree they like the system, but disagree on all the "clutter" within post / seeing above their avatar.

Check the settings, Experience: Bars


Quote:

Originally Posted by dvg323 (Post 2114661)
Hey Phalynx, just wondering if you considered the update to make it so you can get achievements for posting XX number of posts in a specific forum (like 50 posts in forumid="1"/Off Topic, etc). :)

There is already a possibility to do this. Check the file ZIP\extras\CDP Custom Data Provider\readme_plugins_cdp_custom_data_provider_a wards.txt

Phalynx 10-28-2010 06:24 AM

Quote:

Originally Posted by artman_hacker (Post 2114767)
Persian Translation :cool:

By Persian Prince

Thanks for sharing!

Quote:

Originally Posted by bada_bing (Post 2115083)
I have a couple issues.. I am running vb 4.08 (POS) byw.... Anyhow I noticed that the vbexperience tab is messed up in the member profile area and I also noticed that the background in each vbexperience table is white and my skin background is black..

How can I fix this issue ?


Thanks

As already announced this will be fixed with the upcoming 4.0.4

sweetpotato 10-28-2010 03:29 PM

Nice mod, many thanks. I have installed and still try to discover it

OldSchoolDSL 10-28-2010 06:48 PM

@ Phalynx

Thank very much for answer my questions & I look forward to seeing v 4.0.4

It's very nice that you offer support here. There are other developer who will often "label" that they support their work & while we're all very appreciative of their work (as we are with you)... Often more times then most, no support is offered.

I think you're doing a very good job & wanted to personally thank you for always following up with this. :)

Phalynx 10-28-2010 07:03 PM

OldSchoolDSL, thanks!

Just for your information, vBAddict.net is now running vBExperience 4.0.4 Beta. There are still some minor style issues. If all goes well, the release will be tomorrow.

Kuscheltod 10-28-2010 10:01 PM

Hey,

I got a question, I would like to give Achievements to the users for being online at a specific date (not time).

Is there any way I can arrange this?

Kind regards

Prohibit 10-29-2010 03:13 AM

Quote:

Originally Posted by Phalynx (Post 2115366)
OldSchoolDSL, thanks!

Just for your information, vBAddict.net is now running vBExperience 4.0.4 Beta. There are still some minor style issues. If all goes well, the release will be tomorrow.

Woot!

Marked as installed,

Sorry - still getting used to the "having a license" vBulletin world :P

slinky 10-29-2010 03:50 AM

I hope vbE 4.0.4 has cured some of the bugs I am experiencing:

(1) Some achievements cannot be modified and saved. I can only wonder if this is data corruption? I had to manually edit in some of the changes like "Veteran" and "Overdrive" which I used for 3 and 5 year members. When I tried to save the field where Veteran takes over and removes the 1 year member, it wouldn't save. Had to manually enter it in the database.

(2) My recount does not work at all any more. It just freezes when I hit the submit button and I keep getting "waiting for myserver.com" and it never goes anywhere any more. I don't know if there is some type of data corruption but the rest seems to work. It's disappointing because everything worked flawlessly on vb 3.8. I am currently using vBE 4.0.3.

If you want to take a look, be my guest and feel free to contact me.

--- CONFIRMED BUG: I just did a fresh install and could not change the "Overdrive" achievement to replace "Veteran" like I could the others. Wondering if there is data corruption in the install/upgrade file because if it works for one it should work for all of them. Same issue with Veteran replacing 1 year achievement.

Phalynx 10-29-2010 07:13 AM

Quote:

Originally Posted by Kuscheltod (Post 2115430)
Hey,

I got a question, I would like to give Achievements to the users for being online at a specific date (not time).

Is there any way I can arrange this?

Kind regards

Yes, with the CDP Plugin Interface - you can write a plugin that is looking for that and entering the required data for the achievement.

Quote:

Originally Posted by Prohibit (Post 2115511)
Woot!

Marked as installed,

Sorry - still getting used to the "having a license" vBulletin world :P

Thank you :)

Quote:

Originally Posted by slinky (Post 2115522)
(2) My recount does not work at all any more. It just freezes when I hit the submit button and I keep getting "waiting for myserver.com" and it never goes anywhere any more. I don't know if there is some type of data corruption but the rest seems to work. It's disappointing because everything worked flawlessly on vb 3.8. I am currently using vBE 4.0.3.

If you want to take a look, be my guest and feel free to contact me.

Seems you have plugins enabled that need more calculations.

Quote:

Originally Posted by slinky (Post 2115522)
I hope vbE 4.0.4 has cured some of the bugs I am experiencing:

(1) Some achievements cannot be modified and saved. I can only wonder if this is data corruption? I had to manually edit in some of the changes like "Veteran" and "Overdrive" which I used for 3 and 5 year members. When I tried to save the field where Veteran takes over and removes the 1 year member, it wouldn't save. Had to manually enter it in the database.

Quote:

Originally Posted by slinky (Post 2115522)
--- CONFIRMED BUG: I just did a fresh install and could not change the "Overdrive" achievement to replace "Veteran" like I could the others. Wondering if there is data corruption in the install/upgrade file because if it works for one it should work for all of them. Same issue with Veteran replacing 1 year achievement.

I still cannot confirm that. Tested it on several boards I'm managing and none of them have such a behaviour. Please PM me a temporary admin account to your board so I can look for myself - if you want.

Phalynx 10-29-2010 10:47 AM

BTW, this is the 4.0.4 changelog from the bug tracker:
http://www.vbaddict.net/projectsearc...ssuereportid=5


All times are GMT. The time now is 10:36 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.03444 seconds
  • Memory Usage 1,766KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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