WrĊith
Enthusiast
Registered: 01/31/02
Posts: 310
Loc: California, USA
I have the MarkAllRead hack installed that only works on an entire board basis. I haven't installed the second revision that will mark each forum as read individually. I'll take a look though and see If I can spot where they can be reconciled.
WrĊith
Enthusiast
Registered: 01/31/02
Posts: 310
Loc: California, USA
<blockquote><font class="small">Writes stanmo:</font><hr>Could you please tell me how you added those lines to ubbt.inc.php when you have MarkUpHack installed? Thanks! <hr /></blockquote>Okay, maybe I'm missing something here, but I don't see where ubbt.inc.php is modified as part of the MarkAllRead hack. Either with v6.0 or v6.1. I'm not sure if I'm missing something here or not, but the lines that I instruct you to replace are there in the clean version of UBB.threads and I don't see anywhere in either v6.0 or v6.1 of the MarkAllRead hack that you're instructed to remove them or modify them.<br /><br />Can you explain a little bit about the steps you've taken so far?
WrĊith
Enthusiast
Registered: 01/31/02
Posts: 310
Loc: California, USA
Okay, that makes better sense. LOL, I really need to stop copying JustDave and quit staying up until 3:00 AM. It's starting to affect my brain. <img src="/forum/images/icons/laugh.gif" alt="" /><br /><br />Okay, what I would do is look for the following line :<br /><br /><pre><font class="small">code:</font><hr> function do_markup($Body="") {</pre><hr><br />Add the lines from Part Seven - Step 2b after that. <br /><br />Then, look for this line :<br /><br /><pre><font class="small">code:</font><hr> function undo_markup($Body="") {</pre><hr><br />Add the lines from Part Seven - Step 3b after that.
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25448
Loc: Texas
<blockquote><font class="small">posted by WrĊith:</font><hr /> Okay, that makes better sense. LOL, I really need to stop copying JustDave and quit staying up until 3:00 AM. It's starting to affect my brain. <img src="/forum/images/icons/laugh.gif" alt="" /><br /><br /><hr /></blockquote><br /><br />yes, that will do it <img src="/forum/images/icons/crazy.gif" alt="" />
I am now having the same problem stano is having. After going to 6.0.1 and re-applying the hack its broken. Getting a parse error for this:<br /><br />$quote = "[{$ubbt_lang['TEXT_QUOTE']}=$ResUsername]$Body2[/{$ubbt_lang['TEXT_QUOTE']}]";
WrĊith
Enthusiast
Registered: 01/31/02
Posts: 310
Loc: California, USA
Weird. I upgraded to 6.0.1 without any problems. There isn't anything in that line that would be causing a parse error that I can see. I'll look into it some more and see if I can come up with anything.
<blockquote><font class="small">posted by msula:</font><hr /> <br /><br />$quote = "[{$ubbt_lang['TEXT_QUOTE']}=$ResUsername]$Body2[/{$ubbt_lang['TEXT_QUOTE']}]"; <hr /></blockquote><br /><br />Try to put a blank before and after $Body2
WrĊith
Enthusiast
Registered: 01/31/02
Posts: 310
Loc: California, USA
Ack, you're right. I didn't even notice that. I ran into the same problem when I first did it and I forgot to update the instructions. I'll fix them when I get home to include the spaces around $Body2
Gardener
Addict
Registered: 05/11/99
Posts: 1956
Loc: Sweden, Uppsala
Just thought I'd make a note that the conflicting lines have been sorted out in the new version of my MarkupHack. The markup won't be exactly the same, but it should be adequate I think.<br /><br />The new hack can be found in this thread.