I'd suggest just to recheck edits for php and html files and fix them if broken. No need to run install.php again.kevb8ll wrote:If I just edit the theme files, will it work again - or should I remove everything and start from scratch?
So it may not work then?rxu wrote:I'd suggest just to recheck edits for php and html files and fix them if broken. No need to run install.php again.kevb8ll wrote:If I just edit the theme files, will it work again - or should I remove everything and start from scratch?
And generally this MOD can be incompatible with 3.0.6 in some special cases.
Thanks
Does it mean I can't use CAPTCHA at all? Or is there a module that will work? (This maybe the reason it's not working actually!)rxu wrote:That's not about the themes
The second thing is that it's not compatible with the new CAPTCHA modules if you're going to use visual confirmation for posting.
No, you can use CAPTCHA of course.kevb8ll wrote:Does it mean I can't use CAPTCHA at all?
I'd advice to apply just the last edit for viewtopic_body.html for CA Gen2 style, namely:leidris wrote:Can you take a look at CA Gen2 style?
Code: Select all
FIND
<!-- INCLUDE jumpbox.html -->
ADD BEFORE
<!-- IF QUICK_REPLY --><!-- INCLUDE quick_reply.html --><!-- ENDIF -->
Please make sure that you don't confuse the phpBB 3.0.6 built-in quick reply with this QR MOD. This MOD has it's own ACP module and corresponding settings in UCP/Board preferences/Edit display options tabboaisy wrote:The only problem is that it does not show up under board configuration in the ACP, anywhere in the UCP, or on the forum. However, if you go to system -> module management -> ACP -> General -> Board Configuration, it shows Quick Reply module there and that it is enabled.
rxu wrote:I'd advice to apply just the last edit for viewtopic_body.html for CA Gen2 style, namely:
Yes. Edit #1 is to quickly paste username into QR box rounded by bbcode tags. Since in CA Gen2 username acts as a dropdown menu, the feature doesn't make sense.leidris wrote:Did you mean that I have to ignore #1 and #2 edits to viewtopic_body.html? My understanding from your comments about viewtopic_body.html (one you wrote a long time ago) is that #1 is something with user profile and #2 is something with quote.
Code: Select all
<!-- IF S_USER_GROUPS -->
<hr class="dashed" />
<dl>
<dt><label for="post_as_groupmember">{L_POST_AS_GROUPMEMBER} :</label></dt>
<dd><label for="post_as_groupmember"><select name="post_as_groupmember" id="post_as_groupmember"><option value="1"></option>{USER_GROUPS}</select></label></dd>
<dd>{L_POST_AS_GROUPMEMBER_EXPLAIN}</dd>
</dl>
<!-- ENDIF -->