Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 link directory...can someone make this?
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #51
RE: link directory...can someone make this?
(11-06-2010 08:22 AM)x-Treme Wrote:  New Question:
In the forums under my link directory, I allowed blank Post Messages like the tutorial says. However, when I go to edit the link, it gives an error message "The message is missing. Please enter a message."
Are you able to reproduce this on a clean forum?

My Blog
11-06-2010 09:32 AM
Find all posts by this user Quote this message in a reply
x-Treme Offline
Member
***
Posts: 68
Joined: May 2010
Post: #52
RE: link directory...can someone make this?
I have the same xthreads feature on two of my different forums. Both result in the same error message.

Forum Freebies
11-06-2010 09:48 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #53
RE: link directory...can someone make this?
If you can provide a step-by-step guide on how I can reproduce it on a clean install, I can investigate it for you.

My Blog
11-06-2010 09:53 AM
Find all posts by this user Quote this message in a reply
x-Treme Offline
Member
***
Posts: 68
Joined: May 2010
Post: #54
RE: link directory...can someone make this?
I just followed these tutorials step by step on both forums:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=398&pid=27
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=398&pid=38

I've never had the need to edit a link before until now. One of the forums in question is http://mybbteam.info
I can give you admin access if you need to explore it.

Forum Freebies
11-06-2010 09:58 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #55
RE: link directory...can someone make this?
(11-06-2010 09:58 AM)x-Treme Wrote:  I just followed these tutorials step by step on both forums:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=398&pid=27
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=398&pid=38

I've never had the need to edit a link before until now. One of the forums in question is http://mybbteam.info
I can give you admin access if you need to explore it.

X-Treme - did you make the edit I pointed out to you for 1.6? These are 1.4 templates (AFAIK)

For 1.6:
Try to add this code after {$extra_threadfields}{$posticons} variables in xtld_editpost template (around line #38):

Code:
1
2
3
4
5
6
7
8
<tr style="display: none;">
	<td class="trow2" valign="top">
		<strong>{$lang->your_message}:</strong>
	</td>
	<td class="trow2">
		<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
	</td>
</tr>



[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 11-06-2010 10:40 AM by leefish.)
11-06-2010 10:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply
x-Treme Offline
Member
***
Posts: 68
Joined: May 2010
Post: #56
RE: link directory...can someone make this?
My fault...I was missing a closing <tr> tag.
Sorry everyone...working fine now.

Forum Freebies
11-06-2010 10:46 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #57
RE: link directory...can someone make this?
Good to hear Smile I think you can also try turning MyN back on - I find it best to DEACTIVATE MYN, upgrade Xthreads, reactivate. Though that fancy post rep plugin HATES Xthreads first posts....


[Image: leelink.gif]
MYBB1.6 & XThreads
11-06-2010 10:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #58
RE: link directory...can someone make this?
Yay, I was a bit concerned that my blank post hack was failing... >_>
What exactly are the problems with MyNetwork?  I might try out the post rep thing.

My Blog
11-06-2010 12:57 PM
Find all posts by this user Quote this message in a reply
x-Treme Offline
Member
***
Posts: 68
Joined: May 2010
Post: #59
RE: link directory...can someone make this?
Not sure exactly as I just started using both xthreads and mynetwork together. However it seems that mynetwork must be disabled if upgrading xthreads.
I too was using the post rep thing.

Forum Freebies
11-06-2010 10:27 PM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #60
RE: link directory...can someone make this?
Update:
  • OK, we put this code back to xtld_editpost template after the {$extra_threadfields}{$posticons} variables (around line #38) in the example post:

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    <tr style="display: none;">
    	<td class="trow2" valign="top">
    		<strong>{$lang->your_message}:</strong>
    	</td>
    	<td class="trow2">
    		<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
    	</td>
    </tr>

  • Using URL (HTTP/S) Text Mask Filter preset for the Textbox for Website URL field (custom thread fields #1)

I've updated the example post.

11-07-2010 03:25 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: