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)

AllinJac 01-04-2010 01:16 PM

Installed TY!

Leo Brazil 01-05-2010 08:59 AM

Quote:

Originally Posted by miket1234 (Post 1937613)
when will be the release for vBulletin 4.0.0

Quote:

Originally Posted by conspirator (Post 1937954)
Any update on its availability on vb4? :)

Mee too, just can't live with vBExperience any more. So, I'll need to see this one ported to 4.0 before updating my board for sure.

Budget101 01-06-2010 11:48 AM

*UnInstalled* -

1. Receive numerous Database errors on v3.8.4
2. Inability to reset points to Zero (just calculates points from years ago)
3. Developer MIA

joshskeety 01-07-2010 02:01 PM

Why is this mod constantly returning manually assigned awards, even though the awards stay with the users? This seems to be the part of the code that is being run when the Scheduled Cronjob executes and updates the Achievements/Awards:

Code:

$awardsq =$vbulletin->db->query_read("SELECT
        *
        FROM " . TABLE_PREFIX . "xperience_awards
        WHERE awardstatus > 0
        ORDER BY awardcategory, awardlimit, awardstatus     
        ");
       
        if ($vbulletin->db->num_rows($awardsq) > 0)
        {
            while ($awards = $vbulletin->db->fetch_array($awardsq))
            {

                if ($awards['manualassign'] <> 0)
                {
                    if (!strstr($awards['manualassign'], ","))
                    {
                        if (verify_id("user", $awards['manualassign'], false) <> 0)
                        {
                            WriteAward($awards, $awards['manualassign']);
                        }
                    } else {
                        $manualawards=explode(",", $awards['manualassign']);
                       
                        for ($i = 0; $i < count($manualawards); $i ++)
                        {
                            if (verify_id("user", $manualawards[$i], false) <> 0)
                            {
                                WriteAward($awards, $manualawards[$i]);
                            }
                        }
                    }
                } else {


Slugger00001 01-09-2010 03:09 AM

Quote:

Originally Posted by miket1234 (Post 1937613)
when will be the release for vBulletin 4.0.0

Quote:

Originally Posted by conspirator (Post 1937954)
Any update on its availability on vb4? :)

Quote:

Originally Posted by mikeinjersey (Post 1938857)
Would also like to know the same...can you atleast tell us if its days, weeks, months away ?

Also, have any of you upgraded and just temporarily disabled the plugin till its compatible? Thats what i'm thinking about doing. any errors ?

Quote:

Originally Posted by kmohamed (Post 1942600)
in term of database error there shouldn't be any .. i've tried it and it work %99.9
i am waiting for the vb4 version

Quote:

Originally Posted by sailnet (Post 1945901)
what I don't see which is very important on my forum is points for uploading attachment.

am I missing that?


I would like to know also when it will be released for vb4. the guy hasnt logged into this site for 2 months though, so who knows.

sergioloporto 01-10-2010 01:04 PM

Hello, in the readme there is written about 3rd party that are already included... for exampl:

Who Downloaded This Attachment?
vBulletin Blog
DownloadsII

What does it mean that they are already included?
I cannot find them in the options nor in the forum...
How to enable them?

Thanks

Bouncer222 01-10-2010 01:42 PM

Seems this mod is dead and the author isn't going to upgrade this?? Can someone maybe take over it with his permission and please upgrade it for vb 4.0!!! or create your own?

Digital Jedi 01-10-2010 09:18 PM

Quote:

Originally Posted by sergioloporto (Post 1951913)
Hello, in the readme there is written about 3rd party that are already included... for exampl:

Who Downloaded This Attachment?
vBulletin Blog
DownloadsII


What does it mean that they are already included?
I cannot find them in the options nor in the forum...
How to enable them?

Thanks

They WERE third party add-ons, but they're integrated now.


Quote:

Originally Posted by Bouncer222 (Post 1951943)
Seems this mod is dead and the author isn't going to upgrade this?? Can someone maybe take over it with his permission and please upgrade it for vb 4.0!!! or create your own?

Way too soon to assume that. And far too complex for someone to just whip up a new one.

dvanderk 01-11-2010 03:38 AM

Is there a way to view the achievement list? And how to do you make your own achievements? I dont see any option in the panel to do so?

ayam 01-11-2010 06:07 PM

i'm going to upgrade my forum to 4.0 but still waiting for phalynx to release the compatible version for 4.0

this is my suggestion

1. i would like to see bidding system integrated where users can bid any items in the shop and the last bidder with highest price can have/download the items.

2. voting with points. this is very useful if we would like to have a contest where user's vote is needed. each votes will consume settable points

3. for these 2 new features, it can be shown at the front suite for latest, highest bids/votes or whatsoever suitable

just a suggestion and hope it can be done. thank you


All times are GMT. The time now is 07:24 AM.

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.03246 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
  • (1)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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