Jump to content

IPB 2.1.3 Released


Guest IPS News

Recommended Posts

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:
Link to comment
Share on other sites

  • Replies 546
  • Created
  • Last Reply

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

Link to comment
Share on other sites

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}>&nbsp;<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}>&nbsp;<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...

Link to comment
Share on other sites

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...
Link to comment
Share on other sites

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. :D

I 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.
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...