The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Move Topic- (leaving a shadow marker, missing option)

+2
Mike
Rabbita
6 posters

Go down

Solved Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 14th 2011, 4:28 am

Hi,
I'm sorry as I'm sure this has been asked before. I was not having success with the search results.

On another forum I run we have the option of leaving behind a "topic moved" link/marker, that takes you to whatever forum the link was relocated to. Do we have this option here? I am not finding it, but I could've easily overlooked it. Thank you,

Bitta


Last edited by Rabbita on June 17th 2011, 1:12 am; edited 3 times in total (Reason for editing : solved the problem... or the mystery rather. :P)
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Mike June 14th 2011, 4:32 am

I don't think it's possible. I own two froums and I tried to move and didn't see a shadow option.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 14th 2011, 4:50 am

Thank you for taking the time to check on this for me. I will assume then this feature isn't offered here.
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 14th 2011, 5:08 am

On my forum, there is a box you can check to leave a link.

This is what it says to the right of the box: "Leave shadow topic in old forum."
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 14th 2011, 5:18 am

slg wrote:On my forum, there is a box you can check to leave a link.

This is what it says to the right of the box: "Leave shadow topic in old forum."

Oh really? Let me go look again... to the right of which box though? I'll be looking to see if I locate it.

**can't find it >.<**


Last edited by Rabbita on June 14th 2011, 5:21 am; edited 1 time in total (Reason for editing : **edited **)
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 14th 2011, 5:23 am

It is on the screen that loads after you press the Move button.


Move Topic- (leaving a shadow marker, missing option) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 14th 2011, 5:31 am

I go into my mod panel or select the move function from the bottom left. This takes me to a confirmation screen where I select where I want to move it. The only 2 options I have at this point is to pick a forum and move it, or cancel. Where could the shadow topic button be hiding? Perhaps its only available on certain styles of forums?
This is all I got.

Move Topic- (leaving a shadow marker, missing option) Th_doh
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 14th 2011, 5:38 am

I am using phpBB2. It could be that specific versions have specific options.


Move Topic- (leaving a shadow marker, missing option) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Base June 14th 2011, 10:03 am

Hi, this forum is running on phpBB 3 and there is a shadow topic box. Take a look at this screenshot:

Move Topic- (leaving a shadow marker, missing option) Shadowtopic

What forum version are you running on?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Mike June 14th 2011, 3:54 pm

Im on PHPBB3 base and I dont have that.

PHPBB2 doesn't have it either for me.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 16th 2011, 8:32 pm

I am on phpbb2 forum.

I looked in the template codes, and while I don't understand what the coding means, under the mod/move topic coding I see something about leaving a shadow topic. It seems like it should be possible.

Does anyone that has a shadow topic option want to copy and paste the code for the move post section?

This is my coding :

<form action="{S_MODCP_ACTION}" method="post">
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
</tr>
</table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="4">
<tr>
<th class="thHead" height="25"><b>{MESSAGE_TITLE}</b></th>
</tr>
<tr>
<td class="row1">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td> </td>
</tr>
<tr>
<td align="center">
<span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_SELECT}


<!-- BEGIN switch_leave_shadow -->
<input name="move_leave_shadow" type="checkbox">{L_LEAVESHADOW}

<!-- END switch_leave_shadow -->

{MESSAGE_TEXT}</span>

{S_HIDDEN_FIELDS}
<input class="mainoption" type="submit" name="confirm" value="{L_YES}"> <input class="liteoption" type="submit" name="cancel" value="{L_NO}">
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</form>
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 16th 2011, 8:45 pm

I use phpBB2. Here is my code:

<form action="{S_MODCP_ACTION}" method="post">
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
</tr>
</table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="4">
<tr>
<th class="thHead" height="25"><b>{MESSAGE_TITLE}</b></th>
</tr>
<tr>
<td class="row1">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td> </td>
</tr>
<tr>
<td align="center">
<span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_SELECT}<br />
<br />
<!-- BEGIN switch_leave_shadow -->
<input name="move_leave_shadow" type="checkbox">{L_LEAVESHADOW}<br />
<br />
<!-- END switch_leave_shadow -->
{MESSAGE_TEXT}</span><br />
<br />
{S_HIDDEN_FIELDS}
<input class="mainoption" type="submit" name="confirm" value="{L_YES}"> <input class="liteoption" type="submit" name="cancel" value="{L_NO}">
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</form>


Move Topic- (leaving a shadow marker, missing option) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 16th 2011, 9:33 pm

@ Sig:
And you said that you DO have a shadow topic option right?

Your code looked the same to me, but I copied and pasted it to mine and still no luck.
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 16th 2011, 9:35 pm

I have noticed that sometimes it appears and sometimes it does not.


Move Topic- (leaving a shadow marker, missing option) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 16th 2011, 9:40 pm

slg wrote:I have noticed that sometimes it appears and sometimes it does not.

Strange --_-- Well thanks again for the input and help.
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 16th 2011, 9:46 pm

You are welcome. It seems to appears when I first move the first couple posts, then it disappears.


Move Topic- (leaving a shadow marker, missing option) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Nera. June 16th 2011, 9:49 pm

Hi,

The leave shadow option is for topics that have a replay.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 16th 2011, 9:55 pm

Nera. wrote:Hi,

The leave shadow option is for topics that have a replay.
I assume that means it's not applicable to my problem. I have no idea what "have a replay" means.
So... then, any idea where I find how to make an option to leave a marker for my moved topic?
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Nera. June 16th 2011, 9:57 pm

Hi,

It basiclly means if no one has answered to your topic you wont have that option.
No.
But you can write 2 posts and the option will appear.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 16th 2011, 10:01 pm

So if the topic has no replies, then the checkbox will not appear?


Move Topic- (leaving a shadow marker, missing option) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Nera. June 16th 2011, 10:02 pm

Yes. No one is in need of shadow.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by SLGray June 16th 2011, 10:04 pm

Thanks for clearing it up Nera.


Move Topic- (leaving a shadow marker, missing option) Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51501
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Rabbita June 17th 2011, 1:11 am

Oh!! That is so good to know. I was just setting up the forum and running with test posts, all the features. Of course that makes sense as I haven't replied to any of my own test posts.

Thank you so much Nera for clearing this up! I love easy answers.
avatar
Rabbita
New Member

Female Posts : 9
Reputation : 0
Language : United States

Back to top Go down

Solved Re: Move Topic- (leaving a shadow marker, missing option)

Post by Sanket June 17th 2011, 7:34 am

Since this thread is marked solved, I will lock this thread.
Move Topic- (leaving a shadow marker, missing option) 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum