News:

Wondering if this will always be free?  See why free is better.

Main Menu

WoW Character Profiles

Started by yutt, November 14, 2006, 08:59:13 PM

Previous topic - Next topic

Night09

I have a 1.1.5 version running ,just adding the main wow themes to it then ill release it .

Jakets

New error:

Quote8: Undefined variable: default_realm
File: /home/www/drunkenheroesguild.com/forums/Themes/safmc102/Display.template.php (eval?)
Line: 394

Any ideas how to fix that?

Also one other error not related to this mod, but maybe someone can help anyways.

Quote8: Undefined index: MemberColorLinkHeadline
File: /home/www/drunkenheroesguild.com/forums/Sources/ModSettings.php
Line: 142

Night09

I have just uploaded a new version of Character profiles to the mod site that will install on 4 of the main themes used for WoW

Default theme,
TP_Risen_WoW_v1,
wowdk_114v1,
wowdk_115v1,


I have tested they function normal on each theme and it looks fine.Make sure you have the right theme for the version of SMF or it will throw up errors in the logs.

This is the best I can do for now to make sure it works for all 1.1.x versions.I will look at 2.0 but it will likely not be until its out of beta and the code is finalised.

I will add deathknight to the pack for 1.1.x versions once it is known for sure what will be added in WOTLK.

umiya

anyone have a download link for TP_Risen_WoW_v1, theme?

Night09

Quoteanyone have a download link for TP_Risen_WoW_v1, theme?

Its directly downloadable from Risens website.

HellSpawnCometh

Quote from: nightbre on May 24, 2008, 06:36:48 PM
I have just uploaded a new version of Character profiles to the mod site that will install on 4 of the main themes used for WoW

Can you please provide a link for where you've uploaded this? I'm not having any luck finding it...

Also, any chance this will work on this theme?? http://custom.simplemachines.org/themes/index.php?lemma=107

Thanks!!  :D

HellSpawnCometh

I was actually able to get version 1.5.1 of this MOD to work on SMF 1.1.5 with the New Damage theme... All I did was modify the package-info.xml to include the install and uninstall for 1.1.5, and then I copied the Display.template.php from my default theme folder to the Aa_New_Damage theme folder once the MOD was installed.

However, I do have one small glitch with it... when you hover your mouse over a character name, it shows the text for the character like it's supposed to, but without the border and background. I can fix this if I replace the index.template.php with the one from the default theme as well, but that ruins the look of my theme...

Any idea what I need to change or modify in my index.template.php file to fix this?

Thanks in advance...

Night09

The link to the mod is http://custom.simplemachines.org/mods/index.php?mod=1208 It is still awaiting approval but im unsure how long that will be tbh and I dont bug to find out. :)

To work on the theme you ask over it will need code adding to the theme index and any other templates that the theme has of its own to work correctly but should adapt to most.

HellSpawnCometh

Would it be a section of code you can copy here and I can paste into the file? or is it more complicated than that?

Night09

It will be sections of code copied to the themes files to put it where the installer does not.

So if the themes Index.template.php for instance doesnt get included you copy the code for that and place it in a suitable position as similar to how its placed in other themes. This goes for any file not included but normally doesnt need a lot of work to get it running.

scutty

nightbre, the link to your mod comes up with an error now..  :-[

Has it been approved or rejected? Any chance of you attaching it to a post  :D


Night09

There are a couple of small issues to resolve for this but nothing major. Soon as its sorted out then the mod should be approved. Its better to be bug free before release so it works as expected rather than have to release another updated version . ;)

HellSpawnCometh

So, here is how I got version 1.5.1 of this mod working on version 1.1.5 of SMF with the Aa New Damage theme... (Note: follow these instructions at your own risk... it worked for me with the theme I am using, but I cannot guarantee it will work universally)

First (obviously) download the .zip file here: WoW - World of Warcraft Character Profiles

Extract the package-info.xml file from the zip and find the "<install for=" and "<uninstall for=" tags... In each of them add ", 1.1.5" before the closing quotations. They should look like this:

<install for="1.1, 1.1.1, 1.1.2, 1.1.5">


<uninstall for="1.1, 1.1.1, 1.1.2, 1.1.5">


Save the modified package-info.xml and replace the copy that is in the .zip file you downloaded with this updated one.

Once you've done that, upload and apply the Mod on your copy of SMF... but you're not finished yet...

After the Mod is applied, you'll need to take the Display.template.php file from your /Themes/default/ directory and copy it to the directory for the theme you're using on your site. I did this by downloading it to my desktop and uploading it back to the appropriate directory, replacing the one that was there.

After that is done, using your FTP (or whatever access you have on your host) download the index.template.php file from the theme you are using, and add the following code just before the </head> tag (should be around line 175).


<script type="text/javascript" src="',$settings['default_theme_url'],'/images/wow_char/overlib.js"></script>
<link rel="stylesheet" type="text/css" href="',$settings['default_theme_url'],'/images/wow_char/profiles.css?v139" />


Once you've inserted the code, save the file and upload it back to your theme directory, replacing the old one.

This gets the majority of the Mod working properly...

You can also fix the address for the WoW armory link by modifying your Display.template.php file...

look for this:

$armory_url = "http://armory.worldofwarcraft.com/#character-sheet.xml?r=";

and replace it with this:

$armory_url = "http://www.wowarmory.com/character-sheet.xml?r=";


There seems to still be an issue with how it inserts the default realm into the URL (as in it doesn't), but you can get around that by checking the "Allow custom realm?" box in your "WoW Characters" section of the "Features and Options" in your Admin panel.

It was a little work figuring all this out, since I have pretty much zero experience with php or SMF... but I hope it helps some of you out...

Night09

Quote$armory_url = "http://armory.worldofwarcraft.com/#character-sheet.xml?r=";

This particular code is for Oceanic servers armoury to work correct and not the European ones which is the other different line below.

You should have the option in admin settings to switch between the 2 choices if you correctly modded it for the theme .

Jakets

QuoteThere is a small bug in this pack meaning that you need to turn on custom realm and allow your users to specify the hxxp:server.it [nonactive] wont look at the default realm you set in admin so by turning it to allowing users it then looks at the correct armoury link.

Has this been fixed yet? I would like to implement it as it is the only error i still receive on a daily basis. When users leave the realm section blank it causes the error to flood my log.

Please post a fix asap! Thanks  :D

scutty

Any news yet Nightbre?

Eagerly waiting to roll the new version out!

Em0ry42

I'm running a relatively new guild and we just started our website using SMF 1.1.5.

I just thought I'd throw my ::hurrah:: in there to say this looks like a really great package, I can't wait to use a working version!

Therefore I am ALSO eagerly waiting this release!

Night09

It is working but creates an error in the logs.I am looking into it and will have it up soon as I can.

It will save other problems as well by being debugged first before final release.It installs happily on the 4 themes if either or all are installed on the forums so it is a lot better overall as it combines the main wow used themes in one.

scutty

Hi nightbre,

Just thought I'd check in and see how things are going as its been 2 weeks since your last post (lots of debugging time I hope!).

Any news?

Many many thanks for doing this :-)
Scutty

Holyfrey

Is it very hard to add more lines then 5 ?
I have installed it on my smf forum 1.1.5 and I have modify it a little to add the Age of Conan in to the class and race boxes,
but I need more lines then 5 is that possible ?

Advertisement: