xQuarkDS9x Posted November 3, 2005 Posted November 3, 2005 Funny you mention that. We've never had Rating enabled until I just enabled if after my upgrade. I noticed them stacked and wondered why they weren't side-by-side. GMTA maybe? ;) It can't be too difficult to change. I bet it's somewhere in the CSS. *Phew* then I'm not going crazy - YAY! :lol:. And yeah I just tried the upgraded ipb default skin and it's doing the stacking as well. It's either gotta be CSS (possible), an HTML template bit Invision forgot to mention (who knows) or a php file with the change when someone thought "Let's see how they liked those buttons stacked, muahaha!" :rolleyes:
xQuarkDS9x Posted November 3, 2005 Posted November 3, 2005 Of course there's gonna be a 2.1.4, and a 2.1.5 and a 2.1.6 and so on until 2.9.9 ;) Seriousely though Invision is very good on upgrades, bug fixes, and security patches, and they were VERY nice to include a list of changed files from 2.1.2 this time around. Now, if we can figure out how to unstack those buttons in topic view. :D
woodenj Posted November 3, 2005 Posted November 3, 2005 Now, if we can figure out how to unstack those buttons in topic view. :D I'm working on it too. I'll let you know if I figure it out before you do. :thumbsup:
Malefickus Posted November 3, 2005 Posted November 3, 2005 I'm working on it too. I'll let you know if I figure it out before you do. :thumbsup: Heh, I guess I'll have to enable ratings, so I can see if I can figure it out. I love figuring out things like this.
Dll Posted November 3, 2005 Posted November 3, 2005 have just upgraded and am noticing a problem - on the forum prune options, there is no option to prune posts only. Is anyone else seeing this?
blushinmushroom Posted November 3, 2005 Posted November 3, 2005 One question, will my 2.1.2 mods all work on 2.1.3? and do I just upload the changed files, making the edits for the mods and run the upgrade/index.php? also how do I keep all my skin edits? I've only just upgraded and don't feel like doing them all again.
woodenj Posted November 3, 2005 Posted November 3, 2005 I've also noticed now that when you use the "quick edit" option, you cannot opt out of the "edited by" stamp.
nir Posted November 3, 2005 Posted November 3, 2005 can you say what the changes that made in ipb_templates.xml?
Malefickus Posted November 3, 2005 Posted November 3, 2005 Of course there's gonna be a 2.1.4, and a 2.1.5 and a 2.1.6 and so on until 2.9.9 ;) Seriousely though Invision is very good on upgrades, bug fixes, and security patches, and they were VERY nice to include a list of changed files from 2.1.2 this time around. Now, if we can figure out how to unstack those buttons in topic view. :D Well guess what guys, I figured it out!!!! In your skin, go to Edit Template HTML. Go Topic View, then choose the topic_page_top bit. Find this bit of code:<div class="borderwrap"> <div class="maintitle" style='padding:4px'> <!-- TABLE FIX FOR MOZILLA WRAPPING--> <table width='100%' style='padding:0px' cellspacing='0' cellpadding='0'> <tr> <td width='99%' style='word-wrap:break-word;''><div><{CAT_IMG}> <b>{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}</div></td> <td width='1%' align='right'> <div class='popmenubutton' id='topicmenu-options'><a href='#topicoptions'>{ipb.lang['topic_options']}</a> <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></div> <if="data['TOPIC']['_allow_rate'] != 0"> <div class='popmenubutton' id='topicmenu-rating'><a href='#topicrating'>{ipb.lang['topic_rating']}</a>{$data['TOPIC']['_rate_img']} <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></div> </if> <else if="data['TOPIC']['_rate_show'] == 1 AND data['TOPIC']['_rate_img'] != ''"> <div class='popmenubutton'>{ipb.lang['topic_rating']} {$data['TOPIC']['_rate_img']}</div> </if> And I changed it to this: <div class="borderwrap"> <div class="maintitle" style='padding:4px'> <!-- TABLE FIX FOR MOZILLA WRAPPING--> <table width='100%' style='padding:0px' cellspacing='0' cellpadding='0'> <tr> <td width='65%' style='word-wrap:break-word;''><div><{CAT_IMG}> <b>{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}</div></td> <td width='35%' align='right'> <div class='popmenubutton' id='topicmenu-options'><a href='#topicoptions'>{ipb.lang['topic_options']}</a> <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></div> <if="data['TOPIC']['_allow_rate'] != 0"> <div class='popmenubutton' id='topicmenu-rating'><a href='#topicrating'>{ipb.lang['topic_rating']}</a>{$data['TOPIC']['_rate_img']} <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></div> </if> <else if="data['TOPIC']['_rate_show'] == 1 AND data['TOPIC']['_rate_img'] != ''"> <div class='popmenubutton'>{ipb.lang['topic_rating']} {$data['TOPIC']['_rate_img']}</div> </if> This removes them stacking on top of each other, and places them side by side. I feel so happy now...
OldBaron Posted November 3, 2005 Posted November 3, 2005 I've only just upgraded and don't feel like doing them all again. :( same here... ive now around 20 mods to re-install, this is the 3rd time from the final Release, now is this the final..??? or will they be another final in another months time..??? it wouldn't be so bad if it went at least 2 or 3 months before you release another one, BUT they are coming out every couple of weeks now :whistle: ho well time to start all over again...
woodenj Posted November 3, 2005 Posted November 3, 2005 BAH! You beat me to it by 1 min! haha. I need to test for different screan resolutions though.
dflorin Posted November 3, 2005 Posted November 3, 2005 i only have 2 mods. not a very big deal reinstalling them, if no data is lost. so i ask: after the upgrade is it enough to edit the files again? does the upgrade remove any mod data from the db?
Stuart Elliott Posted November 3, 2005 Posted November 3, 2005 Customer site offline? I can't download the update.
America's Reject Posted November 3, 2005 Posted November 3, 2005 for the skin difference. Does new mean its the same?
bfarber Posted November 3, 2005 Posted November 3, 2005 For the rating/options buttons stacking, check the topic_page_top function in Topic View to see if that table row has nowrap='nowrap'. I had removed it fixing another bug, and someone noticed that their buttons were stacking afterwards (which I hadn't caught). My understanding was Matt had reverted this at the last minute this morning before releasing 2.1.3, but if not, just add that td argument back in. :) [Edit]@ttdragster...noticed you posted an alternative fix. I'll have to check it out. Thx. :DI don't find the file lang_tar.php in folder cache/lang_cache/en/ You should. I'll look into it, thx for letting me know. :) @blushinmushroom...most 2.1.2 mods should work with 2.1.3. Just run the upgrade like normal and then reinstall the mods afterwards.I've also noticed now that when you use the "quick edit" option, you cannot opt out of the "edited by" stamp. Obviously there is no box to select/unselect it. Too many users wanted it to show when they did a quick edit so it was added. A 'majority wins' kind of deal. Feel free to use Full Edit, or disable the option for your user group (it is only added if your usergroup should have the option). And for those who asked the upgrader does not remove anything from the database. N deletes/drops/alter table drop column queries at all. You can just upgrade and reinstall the mods.Did you fix the WebTV user issue? Not yet. It is still open in the bug tracker, along with Mac IE5 and Pocket PC issues. Really, the only way to 'fix' this is to remove 80% of the javascript on the board, which we do not wish to do. Most likely the only 'fix' will be to create a javascript-free skin included with IPB.
Stuart Elliott Posted November 3, 2005 Posted November 3, 2005 Customer site offline? I can't download the update. Answering my own question: Can access the pages by not going via https:// pages, but the SSL pages seem offline.
Dll Posted November 3, 2005 Posted November 3, 2005 have just upgraded and am noticing a problem - on the forum prune options, there is no option to prune posts only. Is anyone else seeing this? Any news on this please?
Talmar Posted November 3, 2005 Posted November 3, 2005 How is the new event-time supposed to work? Is it on 24h clock? Is the time supposed to be shown in the created event?
America's Reject Posted November 3, 2005 Posted November 3, 2005 Does NEW mean that there is nothing new? Cause there is NEW and CHANGED.
Myr Posted November 3, 2005 Posted November 3, 2005 Not yet. It is still open in the bug tracker, along with Mac IE5 and Pocket PC issues. Really, the only way to 'fix' this is to remove 80% of the javascript on the board, which we do not wish to do. Most likely the only 'fix' will be to create a javascript-free skin included with IPB. I'll take any solution, even if it's ugly. Just so long as it works. Maybe that will force my troublesome friend to *gasp* get a real computer.
Matt007 Posted November 3, 2005 Posted November 3, 2005 i only have 2 mods. not a very big deal reinstalling them When I had my IPB 2.0 I had to many mods installed it was like 10 or 15 but now I just keep it small...
dflorin Posted November 3, 2005 Posted November 3, 2005 why is lang_post.php in the changed file list? i cant find anything different in this file. it is just like the old one. this also looks very strange, in lang_register.php//2.1.3 'reg_error_email_ban' => "The email address you used is not accepted by this board. Please select a different email address.", 'new_registration_email' => "Registration at ", 'new_registration_email1' => "New Registration at ", //2.1.2 'new_registration_email' => "New Registration at ", why does that bit appear twice? also, lang_subscriptions.php appears to be the same, although it is listed as a changed file.
CyberSEAL Posted November 3, 2005 Posted November 3, 2005 I'm getting a javascript error on my subforums and thought I was good-to-go since I migrated the js statements at the top of the default skin template. Error: 'img_item' is undefinedhttp://www.codboards.com/index.php?showforum=126 Line 1407 if you view source. Hmm...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.