M3NF
30-Oct-2002, 10:43 PM
Post you
errors with OSX polomint skin here.
errors with OSX polomint skin here.
Support For Osx Polomint - NBS |
|
|
View Full Version : Support For Osx Polomint M3NF 30-Oct-2002, 10:43 PM Post you errors with OSX polomint skin here. GenuinE 31-Oct-2002, 02:38 PM Okay, so I've downloaded and installed this skin for 1.1b.. however I get a ton of javascript errors when I hover over the buttons. I mean the Bold, Italic, Underline.. and so on buttons. Help! :) M3NF 31-Oct-2002, 02:44 PM ok we did find a error with the first set of skins built, as we only tested it on the first release of the beta 1.1, we was inforrmed by invision board supprt team that there was a java script error when you say what you done. We took our d/l off the air for the 2 days, and only today we have re-uploaded them. So if you have d/l from us before today 31-10-02 then please re-download then new file in our download area, and remove the old skin and install the new one. All should be ok with the new skin now, i have all 4 skins on this forum in use, and i have had my beta tester going over the forum, making sure that no error come up any more. We are very sure that all skins work fine. If you still have a problem please PM myself, so i can help you more. ernestdefoe 01-Nov-2002, 01:22 AM I like the skin alot, but I have one small problem with it. The icons at the bottom for users online, birthdays, calendar events, and board satistics all use the same icon which is the users online one. I use the same skin on here, and all the icons work right, but how can I get them to work on my board? Thanks, and any information given will be greatly appreciated. I really love the skin, just would like for the icons to work right. Topgunn9 01-Nov-2002, 01:35 AM Hey ernestdefoe, There is a way to fix this but I cannot remember :o I am sorry not to be able to help you with this. What I do know is that it is not a problem with the skin. Basically by default the birthday and calender images are set the same. You have to edit a line of code in the AdminCP to define the new images and then in one of the wrappers, templates or something you must find where it says birthday and input that newly defined birthday variable. M3NF and AristiA both know how to do it but they are currently asleep. When they are up I will point this post out to them and they will solve your problem. LLOYD IBF Team Leader ernestdefoe 01-Nov-2002, 01:40 AM Okay thanks. Like I said I really really like the skin. I just wish the icons would work. I will play around in the AdminCP a bit more, and see what I can come up with. Thanks again for the quick response. I hope to get the problem fixed. Topgunn9 01-Nov-2002, 11:59 AM I have a problem. I had a board and all the discussion was going well and on topic. I installed your skin and now all I hear is: "Where did you get it" "Can you send it to me?" Will my forum ever go back on topic :cry: LLOYD IBF Team Leader damiany2j 01-Nov-2002, 03:39 PM How do you remove the IBFskinned.tk logo at the top? I want to be able to remove the logo.jpg file, and replace it with my own logo.jpg, but I cant delete or add new files to a .tar file. :( M3NF 01-Nov-2002, 03:57 PM Thats easy upload the skin as it is, once uploaded you can then change to the blank logo inside your style_images folder look for the blank_logo, and there ya go, change the name of that, and thats done, or open blank_logo in a art package like photoshop 7 and add some text :P All our skins come with a blank logo so you do have the option to remove that part. Your topic was moved to posting in wrong place. M3NF halfcut 01-Nov-2002, 04:19 PM Originally posted by ernestdefoe@Nov 1 2002, 01:22 AM I like the skin alot, but I have one small problem with it. The icons at the bottom for users online, birthdays, calendar events, and board satistics all use the same icon which is the users online one. I use the same skin on here, and all the icons work right, but how can I get them to work on my board? Thanks, and any information given will be greatly appreciated. I really love the skin, just would like for the icons to work right. Firstly you need to upload your images for calendar, birthdays, stats to the correct style_images DIR. For birthdays you need to open up ACP Home -> Template Control Home -> Invision Board Template Set -> skin_boards -> birthdays which looks like <tr> <td class='category' colspan='2'>{ibf.lang.birthday_header}</td> </tr> <tr> <td class='forum1' width='5%' valign='middle'><{F_ACTIVE}></td> <td class='forum2' width='95%'><b>$total</b> $birth_lang<br>$birthusers</td> </tr> and change the line <td class='forum1' width='5%' valign='middle'><{F_ACTIVE}></td> to something like <td class='forum1' width='5%' valign='middle'><img src='{ibf.vars.img_url}/birthday.gif'></td> where birthday.gif would be whatever image you want displayed. For the calender you need to open up ACP Home -> Template Control Home -> Invision Board Template Set -> skin_boards -> birthdays and exactly the same change the line <td class='forum1' width='5%' valign='middle'><{F_ACTIVE}></td> to <td class='forum1' width='5%' valign='middle'><img src='{ibf.vars.img_url}/calendar.gif'></td> where calendar.gif is the name of the image you want. stats same process but the template is ACP Home -> Template Control Home -> Invision Board Template Set -> skin_boards -> ShowStats. Aristia 01-Nov-2002, 10:28 PM Thx for that halfcut. What i normally do is in acp, manage macros, and then edit one of them, so you can copy the code inside. go back and then add a new macro. i use A_BIRTH and A_CAL. then paste that code in each one of those, changing the img src to point to the birthdays.gif/calendar.gif then in acp manage templates, board index, then birthdays, instead of F_ACTIVE i put A_BIRTH. and same section, calendar_events, i change F_ACTIVE to A_CAL. Perhaps that is a bit more long winded than halfcut's way but just another option :) Will make sure this bit works in the skins and thx for bringing it to our attention Topgunn9 02-Nov-2002, 01:13 AM I guess there are millions of ways out there. I probably should try and remember this... ***ENTERING DATA INTO LIMITED BRAIN SPACE*** nup I think there is an error. Maybe I will print it and let it float on my desk for future reference. Great to have the members helping with support too :D Thanks HalfCut LLOYD IBF Team Leader halfcut 02-Nov-2002, 10:42 AM Originally posted by AristiA@Nov 1 2002, 10:28 PM [b]Thx for that halfcut. What i normally do is in acp, manage macros, and then edit one of them, so you can copy the code inside. go back and then add a new macro. i use A_BIRTH and A_CAL. then paste that code in each one of those, changing the img src to point to the birthdays.gif/calendar.gif then in acp manage templates, board index, then birthdays, instead of F_ACTIVE i put A_BIRTH. and same section, calendar_events, i change F_ACTIVE to A_CAL. Perhaps that is a bit more long winded than halfcut's way but just another option :) Will make sure this bit works in the skins and thx for bringing it to our attention macros are the way to go with 1.1 just add 'em and you're away, they're a godsend, its going to make doing complex skins, like ibskins for example, much easier :D its much better that way, but the general principle still stands Aipmm_Admin 06-Nov-2002, 05:13 AM Hi, This forum rocks! I downloaded this skin and have had no problems. I really like the way it works. I had no problem modifying things to the way I wanted them. I have a question, but it probably doesn't have anything to do with this skin. I really liked your Portal on this site, and being new to IBF, I hunted around the code to see if I could figure out what you guys did. I discovered that I could download the Portal 3.2 from Bouke. WIll that automatically install and pick up this skin or will I need to make modifications? Thanks again for a great forum. - Therese M3NF 06-Nov-2002, 05:21 AM Yes i believe your have no problems there, the skin should pick up the skin no problems, if you do have truoble i know sailgreg version will work as that is what we are using ourself. Hope that helps. Aristia 06-Nov-2002, 09:32 AM It will be fine, except one thing....you must put a copy of skin_site.php in each skin folder. in your forum dir --> skin --> (lots of folders in here...one for each of your installed skins) Above is where you'll find the folders you must place a copy into each of skin_site.php If you don't do that, you'll get a white screen. Good luck :) (and if you get a black b/g on the welcome note part, ask here...I fixed that on ours and there are plenty of other ppl here that also know :) Aipmm_Admin 06-Nov-2002, 10:22 PM Originally posted by m3nf@Nov 6 2002, 05:21 AM Yes i believe your have no problems there, the skin should pick up the skin no problems, if you do have truoble i know sailgreg version will work as that is what we are using ourself. Hope that helps. [b]Yes i believe your have no problems there, the skin should pick up the skin no problems, if you do have truoble i know sailgreg version will work as that is what we are using ourself. Hope that helps. 3.2 Portal worked really easily. I was impressed. Thanks again, this is a great site. - Therese M3NF 07-Nov-2002, 07:55 AM more than welcome thats what we all are here for, so you get the best from Invision. :) |