Quote:
Originally Posted by tafreeh
okay i need help...
In profile it says VB EXPERIECE
i need to change this to somthing else....
how would i do that
|
Change the phrases...
Quote:
Originally Posted by Ideal Web Tech
Found a bug in the code for counting the points for the pictures (albums).
|
I see, fixed in 3.7.15
But it will not use while, I will use COUNT() instead.
Quote:
Originally Posted by Ideal Web Tech
I am also looking into making this more efficient as well as making the stats update in real time to avoid the load that comes from updating and to avoid the delay from updating it.
|
I switched from live updating to live because of the performance... Also, next problem to this is that many places don't have hooks where I could jump in.
Quote:
Originally Posted by Lord_of_Darknes
Yes I have.
I upload it it to my host, and into vbulletin, but nothing happen.
I'm totally nnew at thise I had a hard time installing vbulletin so some company did it for me.
Is there a way some one could help me?
Cheers.
|
Please click "Mark as Installed".
Quote:
Originally Posted by Captain Tycoon
I have a problem trying to customize this. How would I be able to put the statistics from the "vBExperience" block in the profile page to the "Profile" block as shown in the screenshot:
From Here
To Here
When i copy the code from the "xperience_memberinfo" template to "memberinfo_block_mainprofile" it says "No Data Available"
|
Yes, because that would need to modify the code to work for mainprofile. Currently it is attaching a new tab.
Quote:
Originally Posted by Calash
Great mod. Going to play with the Custom Data soon, but I am having an issue with CMPS. The Online users block shows broken images where the awards should be. I see this from time to time, and all I need to do to fix it is add a / in the code, however I cannot find the template that deals with this part.
Is this added in the template or is it coded in the file?
|
It is hardcoded in functions_xperience.php, function GetAwards.
"This has to be hardcoded as the fetch_musername hook comes before cache_templates"