![]() |
no with the [char] codes in there i was talking of my earlier post of how to fix the wyiswyg problem
|
Since upgrading to the newest version I notice if you choose the default server nothing will show up but that server however if you leave the server blank the mouse over only shows names instead of name and server. Where can I modify this to include server and character name?
|
The default server option doesnt work how one would think. If you enable the default server, it should override any server listed in the [char] tag.
It seems that you're expecting it to function in the manner that if you don't set the server in the [char] tag, that it would use the server set in the default option. Which would be a good idea.. I'll correct the behavior in a day and upload a new version. |
Nice looks good so far, Just curious but do you do more we work on dramaloot? If so kinda curious how hard it was to setup the armorylite profile links.
|
Ok, I'm totally confused to what you said...
anyways, look for an update tomorrow afternoon. |
Installed this on my guild site and i'm getting the following errors when I click on a profile link.
Code:
Warning: vB_ProfileBlock_wowcharprofile::include_once([path]/includes/functions_wowcharcode.php) [vb-profileblock-wowcharprofile.include-once]: failed to open stream: No such file or directory in [path]/member.php(463) : eval()'d code on line 29 |
go to Product & Plugin Manager -> Plugins and find the plugin named Build block ,hookd to member_build_blocks_start and disable (or delete) it.
|
Just a thought here:
The [char]character[/char] code no longer works? At least it doesn't for me. Examples: [char=Us-Garona]Kanthathe[/char] works [char=Garona]Kanthathe[/char] works [char]Kanthathe[/char] does not, it returns the error "Something Else is wrong". Maybe you should look into your error codes. If nothing else, you should update the initial post, as using character name alone will not work. It's also probably a good idea to find and fix whatever's causing the spacing error. All in all, the product looks good, those errors are a bit frustrating though. |
did you edit your settings in the vb options putting in the default realm and all that also clear the cache and make sure all your settings are correct
|
Quote:
SO, I guess it's not possible to (using the wowchar_code variable) to have characters from multiple servers shown up in postbit? Or am I missing something here. Seems that only characters from the default server (if one is set) show up there. |
You would be correct.
Much of it was hard coded and copy-pasted from the original hack. I have been slowly re-writing the entire thing though, it's just taking longer than i have anticipated. Much of it is due to handling the amount of information (over 130 individual stat items) returned from the wowarmory.com's character XML file and finding an easily customizable way to display that information on a per class, or even talent spec, basis. For what you want to do though (Multiple servers + characters per postbit) , I won't include features like that because it would be impossible to write code to support the many ways you would be able to get that information to the hook. I would instead have methods/functions available (such as GetCharacterURL($server,$char,$locale) that you would call in your own hook with your own processing of the custom profile field. so for example, you would have a profile field that people would enter character/realm info like US|Vek'nilash|Azaril US|Vek'nilash|Offended US|Uldaman|Azaril and your code in the postbit_start hook would look like PHP Code:
|
I keep getting the "something Else is wrong" error now.
I have double checked the settings. un-installed and re-installed, and corrected settings again. cleared the cache I have also tried: [char=US-Argent Dawn]Tolas[/char] [char=US-Argent+Dawn]Tolas[/char] [char=Argent Dawn]Tolas[/char] [char=Argent+Dawn]Tolas[/char] [char]Tolas[/char] (tried both ways of setting default server in options, also tried leaving it blank) I am stumped :( |
I found an entirely new, better, faster way to do the tooltips. Along with that, it should also help clear up some of the issues that people may have been having.
I'll also have a FAR cleaner code coming out, but the cache is that i'm going to scale back on its features / output a LOT so that I can extend it naturaly instead of having to add hack after hack to the code. I also will be providing built in support for the character info provided from most Gryphon's mods and once again revamped error logging I'll try to make something available for Sunday. |
dang you sweede! that's such a tease lol. looking forward to seeing what you've come up with.
if you come up with an easy way for us to specifiy which stats show up, i'd love you forever lol. |
Quote:
Thats been the problem for a long time. See attachment (armorylite.com is so awesome) |
LMAO DUDE YOU USED MY TOON TO TEST THATS FREAKIN SWEET LOL. I personally cannot wait for this mod to be compleated because i may include it in The PB-WoW Skin if you would allow that
|
any status on the new mod i am really excited to see it
|
almost all name works on our guild site ecpt server:Alleria Name:Onux for that one i get
Fatal Error: Cannot use string offset as a array functions_wowcharcode.php on line 429 btw: i LOVE this addon!! <3 http://sojaded.org/wbb/showthread.php?t=870 is the link to the url that has the broken name.. but we require people to log on to see the forums.. >.< |
hmm.. your character listed there has no professions..
give the guy 50c and tell him to pick up enchanting or something... anyways.. a proper fix would be to change the GetProfession function at line 418 to Code:
function GetProfession() |
Quote:
on a side note.. i dont know if this can be done.. but can the pop up be "smart" so that if the link is at the bottom of the page that it can pop up instead of down were you cant see it? thought i would throw it out there for a update sometime.. :) thanks for such a quick reply! :) again <3 your mods |
hmm.. the quick, non-tested fix didnt work... i'll post a corrected one later tonight.
as for the smart pop-up idea, ya ive been looking for a way to get that done for such a long time , i hate it. But since i fail at javascript, i just copy paste from other sources. |
Quote:
|
a friend of mine "Anivar" came up with this fix
Code:
function GetProfession() |
|
Quote:
You can try asking them if they can enable it for you, but that might not happen. Are you using my other product, the Wowhead Item stats plugin? That doesnt use cURL and if it works, i can make an update for you (and other non-cURL users) |
I'm having issues, it's having troubles CHMODing the armory folder, even tho it's 777?
http://www.virtueguild.com/showthrea...=1529#post1529 |
you can try commenting out lines 257-260 ,
//if(!chmod($path,0755)) //{ // echo "error chmod'ing $path"; //} |
Quote:
I try using the wowhead_itemstats_0-5-4. (and other itemlink hacks) That dosent work :( . Block the FAQ section, and other WYSIWYG editor feature. When i uninstal this produce, all things is fixing. Sry my bad english. |
Quote:
|
Quote:
However, since your host doesn't use cURL and you give no explanation as to why anything doesn't work, fixing the member profile issue wouldnt do you any good anyways. |
same question here, do i have to install this mod just on the servers supporting curl function??? cause i've got this error:
call to undefined function curl_init ??? some help please!!! i love this mod, thanks in advance. |
Quote:
If you don't have cURL, this mod won't work unless you can get your host to install cURL for your domain/server. |
Quote:
thanks in advance for your resp ;) |
Does anyone have any idea why whenever i rollover it, it doesnt popup? becuase it worked fine before, and then i reinstalled my forum and now it doesnt work.
Any ideas? |
its me again... i know i am am helpless.. hehe
Ok, so its has been working great since i was here last time... but... i broke something since then.. and i don't know what... when i mouse over it has a scroll bar now... >.< i dont know what i changed... and i dont know if you can help me since i dont know how i broke it.. lol sorry, ~The Noobie Girl |
Quote:
---------------------------- sorry... pls ignore.. found the fix at post 155. Have changed the code and is now working :) many thanks |
Quote:
|
is there any fix for the non profession bug, I found 2 fixes one doesnt work and the other cuts of half the info
check the attachments for info |
There is no info missing from your screenshot.
|
Quote:
|
All times are GMT. The time now is 07:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|