IP.Board 2.3: Changing "leave a link" to no
Started by AndyF, Nov 24 2008 06:30 PM
8 replies to this topic
#1
Posted 24 November 2008 - 06:30 PM
This is the support topic for the tutorial Changing "leave a link" to no. Please post here if you have any questions or feedback.
#2
Posted 25 November 2008 - 09:45 AM
Quote
Some people may prefer when moving topics to have the "leave a link" set to no as the default choice.
That would be me then
thanks Andy
~*~
~*~
Quote
95% of all installation errors are from not following the instructions correctly.
Click this link for information on common modification questions and errors
~*~
#4
Posted 03 January 2009 - 11:51 AM
I would love to have mine set to "no", but I can't get this to work. I followed down to the 'move form'. I deleted lines shown in your top pic in the tutorial. Then I did a copy/paste of the lines shown in your bottom pic.
That's where you stopped. You didn't put how to save the change or anything else. I always thought Tutorials are for people who don't know how to do something. In yours, you seem to be assuming that people have knowledge that some of us don't have.
Could you please tell me what I'm supposed to do after changing those lines? How am I supposed to save the change? When I stop after changing the lines and go to the skin and try to move something, it is still set to "yes".
That's where you stopped. You didn't put how to save the change or anything else. I always thought Tutorials are for people who don't know how to do something. In yours, you seem to be assuming that people have knowledge that some of us don't have.
Could you please tell me what I'm supposed to do after changing those lines? How am I supposed to save the change? When I stop after changing the lines and go to the skin and try to move something, it is still set to "yes".
#5
Posted 03 January 2009 - 02:06 PM
Dragonlady, on Jan 3 2009, 11:51 AM, said:
I would love to have mine set to "no", but I can't get this to work. I followed down to the 'move form'. I deleted lines shown in your top pic in the tutorial. Then I did a copy/paste of the lines shown in your bottom pic.
That's where you stopped. You didn't put how to save the change or anything else. I always thought Tutorials are for people who don't know how to do something. In yours, you seem to be assuming that people have knowledge that some of us don't have.
Could you please tell me what I'm supposed to do after changing those lines? How am I supposed to save the change? When I stop after changing the lines and go to the skin and try to move something, it is still set to "yes".
That's where you stopped. You didn't put how to save the change or anything else. I always thought Tutorials are for people who don't know how to do something. In yours, you seem to be assuming that people have knowledge that some of us don't have.
Could you please tell me what I'm supposed to do after changing those lines? How am I supposed to save the change? When I stop after changing the lines and go to the skin and try to move something, it is still set to "yes".
I'm sorry if you found it missing the save step, although I have not had anyone mention this before. I do try to write my tutorials to make them friendly and as easy to follow as possible.
To clarify, you just need to click the "Save Template Bit" button after you have made the change. Quick screenshot...
saving_template.png 45.08K
0 downloadsRemember if you have multiple skins, you will need to repeat this on each of those you wish this to effect.
View my tutorials
Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!
A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6
#6
Posted 04 January 2009 - 06:02 AM
Thank you. I appreciate the help.
#8
Posted 07 January 2009 - 02:43 PM
There's something i'd like to ask. This makes the default to "Yes" when moving a topic.
However if you try to move multiple topics, through doing check boxes in the forum view, the default is still "No".
Anyways to make this into Yes ?
However if you try to move multiple topics, through doing check boxes in the forum view, the default is still "No".
Anyways to make this into Yes ?
#9
Posted 07 January 2009 - 03:07 PM
Makaaveli, on Jan 7 2009, 09:43 AM, said:
However if you try to move multiple topics, through doing check boxes in the forum view, the default is still "No".
Anyways to make this into Yes ?
Anyways to make this into Yes ?
sure you can
Go to: ACP > LOOK & FEEL > ( select skin ) > Edit Template HTML > Moderator Function >> move_checked_form_start
Find:
<td class="formsubtitle" colspan='2' align='center'><b>{$this->ipsclass->lang['leave_link']}</b> <select name="leave"><option value="y" selected="selected">{$this->ipsclass->lang['yes']}</option><option value="n">{$this->ipsclass->lang['no']}</option></select></td>
Change to:<td class="formsubtitle" colspan='2' align='center'><b>{$this->ipsclass->lang['leave_link']}</b> <select name="leave"><option value="y">{$this->ipsclass->lang['yes']}</option><option value="n" selected="selected">{$this->ipsclass->lang['no']}</option></select></td>
Save and you're done! Edited by DawPi, 07 January 2009 - 03:08 PM.
Dawid Pieron
intermedia - owner, developer and ip.board modder
Need custom mod, conversion service, any ip.board related job or support for any of my paid mods or services?
www | mail | facebook | twitter | buy licence
intermedia - owner, developer and ip.board modder
Need custom mod, conversion service, any ip.board related job or support for any of my paid mods or services?
www | mail | facebook | twitter | buy licence
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





Contributor











