Jump to content


- - - - -

Adding "After posting" mod dropdown to fast reply


  • Please log in to reply
1 reply to this topic

#1 SteveP

SteveP

    Novice

  • Members
  • PipPip
  • 6 posts
  • Real Name:Steve
  • IPB Version:v3.2.x

Posted 28 September 2011 - 11:13 AM

Another request, the old way no longer works:

<if test="$displayData['mod_links']">
							<div class="fright" style="position: absolute;right:10px;">
								<select id='forminput' name='mod_options' class='forminput' tabindex='1'>
									<option value='nowt'>( Do Nothing )</option>
								<if test="$topic['pinned'] == 1">
									<option value='unpin'>Unpin this topic</option>
								<else />
									<option value='pin'>Pin this topic</option>
								</if>
									<option value='close'>Close this topic</option>
								<if test="$topic['pinned'] == 1">
									<option value='unpinclose'>Unpin &amp; Close this topic</option>
								<else />
									<option value='pinclose'>Pin &amp; Close this topic</option>
								</if>
									<option value='move'>Move this topic</option>
								</select>
							</div>
						</if>
and the new way doesn't seem to work either. Before, we copied it from the post screen template, but that doesn't take on 3.2.2

Thanks in advance.

#2 SteveP

SteveP

    Novice

  • Members
  • PipPip
  • 6 posts
  • Real Name:Steve
  • IPB Version:v3.2.x

Posted 30 September 2011 - 06:53 AM

Nobody?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users