MyBB Hacks

Full Version: link directory...can someone make this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
(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?
I have the same xthreads feature on two of my different forums. Both result in the same error message.
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.
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.
(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:
<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>

My fault...I was missing a closing <tr> tag.
Sorry everyone...working fine now.
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....
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.
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.
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
    <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.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Reference URL's