WoW Characters 1.9.0

Started by Night09, October 16, 2008, 11:46:21 PM

Previous topic - Next topic

Shadowwolf_tw

Not sure if anyone has experienced this issue yet, but I seem to be having tool tip positioning problems now since incorporating the MMO Champion include for item tool tips. I know its a conflict or something between the 2 but I have no idea what is causing it exactly. Basically with the MMO Champion include loaded in the header:

<script type="text/javascript" src="http://db.mmo-champion.com/tt.js"></script>

The tooltips are appearing in random spots on the post when you mouse over the character name of someone. As shown here, my mouse is on the second post down and the tool tip is appearing at the top of the page. (I edited out the names for privacy.)

ekoo

Are there any plans for a 2.0-compatible version of this?   Right now when installing, I'm getting:  "The package you are trying to download or install is either corrupt or not compatible with this version of SMF."   :-\

I've used this mod on other forums, and I love it.  Any ideas on how to get it working with 2.0 RC3?

Thanks much.

Night09

Elindris can you attach your forum/Sources/ModSettings.php file please, the profile template checks out fine and doesnt generate any errors on the test forums so it appears not to be the cause of the issue.

Any language strings you changed shouldnt effect it either as it doesnt matter what the output text actually is as long as you dont break the line in any way.

Elindris

Hi Nightbre,

  As requested, I attached my sources/ModSettings.php file.

Thanks a lot for your time.

Elindris

Night09

I have the file and it generates an error under test so ill work out whats up and post back.

llcobrall

is there anyway to change to colour of wow characters in the admin and profile page?
currently its purple and conflicts with my current theme

great mod btw


Thanks


Night09

@Elindris

I have been looking over the template you posted and some of your edits are not the same as the original code from the mod.Ill get a copy running error free for me and then post it back for you to test.



@llcobrall

Quoteis there anyway to change to colour of wow characters in the admin and profile page?
currently its purple and conflicts with my current theme

If you check over the edits via the parser on the mod page there is a hex colour in each templates code that you can change which will change the output colour on your templates.If you cant find them post back and ill dig the right lines out for you.

Ive had a lot on in RL lately so sorry for the slow replies guys. ;)

llcobrall

ok dont have a clue what you just said :p
erm btw is it possible for people to link there characters in a post. I want to be able to create guild events, and have users link the character they want to come to the event, and then i can link it in the main post.

is this possible? :D

thanks

Night09

If you search the wow_character_profiles.xml for the following code and remove it your forums tags will revert to the themes colours instead.there will be a few instances of this code for each template and the admin section. ;)

<span style="color:#a335ee;">

Elindris

hi nightbre,

Any updates on my problem (error "8: Undefined index: wowchar_allowCustomRealm[...]")?

Quote from: nightbre on June 12, 2010, 12:28:53 PM
@Elindris

I have been looking over the template you posted and some of your edits are not the same as the original code from the mod.Ill get a copy running error free for me and then post it back for you to test.
[...]

I've copy/pasted the text from the mod installation page and I can't find where are the differences...

Thanks a lot for your help!

Elindris

Night09

Hi Elindris

I did check it over and your install was different to mine where the file edits were concerned. As soon as I can I will post a copy for you to try out.I had a clean up on my server of old test forums ect so need to look at this again as ive deleted all 1.x installs and will have to make a new one to recheck.

ethine

Hello nightbre,

I used your mod on my old 1.1 SMF forum.

Do you have any plan to port it to SMF 2 ?

Thanks,


Night09

There is a work in progress for 2.0 as well as a release for 1.0 coming soon which is just under testing.It will add some extra features to the 1.0 version and include the new races for Cata.

Our own forums are now running on 2.0 also so while the mods not finished we also dont have an operational version so it is high on the list of things to be done and ideally ready before Cata.

ethine

That's great news !

Thanks for your answer !

Regards,

xpander

#255
Hello,

First of all thx for Great mod!
It works perfectly on my WoW guild site.

However i modified the mod for Warhammer online also, and allmost all the stuff works and shows up, but the linking to their realm war page doesnt work.

the problem is that they dont accept names in links.
we have like server=<id of server>
and id=<id of character>

is there a way to do that somehow
example link:
https://realmwar.warhammeronline.com/realmwar/CharacterSearch.war?server=12&id=xxxx

where xxxx is the id of ur character
i inspected their code but cannot understand how to make the name search for id in this mod.
Maybe someone can point me into the right direction with that


if i got this working i will share my code with others if anybody interested about warhammer.

thx in advance

Edit: added the picture to attatchment - its all work in progress atm, need the linking to realm war to get working.

mxcape21

#256
I need help, I had an error on install for "Sources/modsettings.php" so I did the edit manually for that file and then installed.  The character options are now in the profile but now I cant access the features and options in the admin panel, I get this error;
"Fatal error: Cannot redeclare modifywowcharsettings() (previously declared in D:\Hosting\6263439\html\forum\Sources\modsettings.php:389) in D:\Hosting\6263439\html\forum\Sources\modsettings.php on line 430"
I have SMF vers. 1.1.11 default theme, but let me say this I have had nothing but problems with php and rss feeds since moving to a Godaddy server (windows +IIS), I don't think the server supports seperate .htaccess files in different folders and requires a php5.ini in the root(html) directory to for php.  SMF would not permit login or registration with the php5.ini file in the root directory.
I tried removing and changing one item at a time from the php5.ini to pin point the problem but oddly enough nothing seemed to work except removing it completely which prevents rss feeds that are on my index page from working. 
This is my .htaccess file which is in the root(html) directory;

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.techraffle\.com$ [NC]
RewriteRule ^(.*)$ http://techraffle.com/$1 [L,R=301]

Options +FollowSymLinks
//
Options +Indexes
Options +FollowSymlinks -MultiViews
RewriteBase /
//
RewriteEngine on
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$ http://techraffle.com/$1 [R=301,L]

# compress all text & html:
AddOutputFilterByType DEFLATE text/html text/plain text/xml

# Or, compress certain file types by extension:
<FilesMatch "\.(php|html)$">
SetOutputFilter DEFLATE
</FilesMatch>


When I removed the php5.ini my arcade did not work either so I put a php5.ini file in the arcade directory, so seperate php5.ini files are permitted and works, I have no clue how to resolve this, Godaddy refuses to help  and I have posted on countless forums and no one seems to have any answeres when it comes to a Godaddy server.  I am convinced that the problem lies with the php5.ini(which Godaddy says must be in the root directory) and they say .htaccess in other folders (will have no effect) so the .htaccess settings could also be the cause.
Even though I would love to get my php rss feeds working again, I had decided to sacrifice them for SMF to function because I could find no other solution or fix.  I can see now that the problems are going to multiply until I find the correct fix...please help I dont want to give up SMF, I need a fix. ::)

My php5.ini is posted in this earlier install support thread-> http://www.simplemachines.org/community/index.php?topic=390470.msg2817884#msg2817884

Ok I re-installed SMF and installed the most important mods first and the error went away, but now I have 2 menu tabs that are duplicate how can I fix that. I still cant get SMF to allow login or registration with my php5.ini in place in the root(html), which means most other php apps along with my rss feeds will not function. All of my other php apps seem to work fine with the php5.ini in the root except for SMF...It will not cooperate. Any Ideas?
Disregard the duplicate buttons, I found it in index.template.php and fixed it.
The only thing I can presume, since I know I'm not crazy (certifiably at least), is that everybody else is until they prove otherwise! 8)
http://techraffle.com/forum/index.php

Night09

xpander is the ID something you will know as in everyone knows their ID or does the character name resolve to the ID ? I dont play warhammer so im not sure how they work tbh. The main part of the link can be changed pretty easy but its just how ID works im not sure on.

mxcape21 did you resolve the issue you had with your wow characters after the reinstall ect ?

mxcape21

Yes the issue with the wow char mod is resolved, now if I could only get SMF to work with my php5.ini in place...

Thanks  :)
The only thing I can presume, since I know I'm not crazy (certifiably at least), is that everybody else is until they prove otherwise! 8)
http://techraffle.com/forum/index.php

xpander

#259
Quote from: nightbre on October 15, 2010, 07:33:55 PM
xpander is the ID something you will know as in everyone knows their ID or does the character name resolve to the ID ? I dont play warhammer so im not sure how they work tbh. The main part of the link can be changed pretty easy but its just how ID works im not sure on.

mxcape21 did you resolve the issue you had with your wow characters after the reinstall ect ?

sry english isnt my main language i try to explain :)

The ID is how everybody see..ok ill take my char as eample:

Thats the link for my character:
hxxps://realmwar.warhammeronline.com/realmwar/CharacterInfo.war?id=963289&server=12

and thats the link where i search for this ID with my name:
hxxps://realmwar.warhammeronline.com/realmwar/CharacterSearch.war

its probably problem of warhammer "armory" page.
i dont know exactly how it works.

But what i want to achieve is that is there maybe some way that when i press the link in Character Profiler, then it will do the same search as hxxps://realmwar.warhammeronline.com/realmwar/CharacterSearch.war and automaticaly links to hxxps://realmwar.warhammeronline.com/realmwar/CharacterInfo.war?id=963289&server=12

server=12 is Karak-Azgal server, this is also with the id

if u have time or will to test, here is my version of the WAR Character Profiler
hxxp://www.upload.ee/files/858169/WAR_Characters_1.0.zip.html

Advertisement: