Code: Select all
[b]prothought[/b]
It quotes a selected text in post. If no text selected, it just jumps to the qr form. Thinking about implement an appropriate popup message in the next versions.prothought wrote:When I click on the Quote underneath the user's av, it jumps down to the Quick Reply, but I see no quotes. Did I miss something? How is this supposed to work?
Yes, this is intended MOD behaviourprothought wrote:I also notice that when I click on the user name beneath the avatar, that it adds the following into the Quick Reply box at the bottom:
Using prosilver and clearing the cache, I've found that this occurs on IE7, but not on FF 2.0.rxu wrote:xxxgamer wrote:I have the same problem! installed this fine on acidtech red themeperhaps this is up to the style (by the way, did you purge the cache?), I'll try to check it as soon as possible.xxxgamer wrote:I also did what it said on the first page with the //textarea stuff in editor.js with no success.
Code: Select all
Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/mysite/public_html/contrib/install/install.php on line 17
Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/mysite/public_html/contrib/install/install.php on line 17
Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/mysite/public_html/contrib/install/install.php on line 17
Warning: main() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/contrib/install/install.php on line 17
Fatal error: Call to a member function on a non-object in /home/mysite/public_html/contrib/install/install.php on line 20
Make sure that install.php is in your root directory. In your case, it looks like it should be in /home/mysite/public_html.shadow_coder wrote:I get this error when i run contrib/install/install.php
I need to upload edited files before runing this file or after that ??Code: Select all
Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/mysite/public_html/contrib/install/install.php on line 17 Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/mysite/public_html/contrib/install/install.php on line 17 Warning: main(./common.php) [function.main]: failed to open stream: No such file or directory in /home/mysite/public_html/contrib/install/install.php on line 17 Warning: main() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/contrib/install/install.php on line 17 Fatal error: Call to a member function on a non-object in /home/mysite/public_html/contrib/install/install.php on line 20
Just follow the MOD installation instruction. Running of install.php is the last thing you need to do to install QR.shadow_coder wrote:I need to upload edited files before runing this file or after that ??
Worked perfectly. Thanks so so much, rxu. Top mod, top support. I moved to this from Evil Quick Reply, and can I say it is a huge improvement, in all aspects. It's really a credit to you.rxu wrote:PrattP
Try this:For subsilver2 just moveCode: Select all
OPEN styles/prosilver/template/viewtopic_body.html FIND <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF QUICK_REPLY --><br /><a href="#postform" onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" title="{L_QUOTE_TEXT}">{L_QUOTE}</a><!-- ENDIF --><!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF --> REPLACE WITH <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}<!-- IF QUICK_REPLY --><br /><a href="#postform" onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" title="{L_QUOTE_TEXT}">{L_QUOTE}</a><!-- ENDIF --></dd><!-- ENDIF -->
to the place afterCode: Select all
<!-- IF QUICK_REPLY --> <tr> <td class="postdetails"><a href="#postform" onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" title="{L_QUOTE_TEXT}">{L_QUOTE}</a></td> </tr> <!-- ENDIF -->
Code: Select all
<!-- IF postrow.RANK_IMG --> <tr> <td>{postrow.RANK_IMG}</td> </tr> <!-- ENDIF -->
now all works fine , i have runned install.php directly from my forum root , not from forum root/contrib/install/install.php .rxu wrote:Just follow the MOD installation instruction. Running of install.php is the last thing you need to do to install QR.shadow_coder wrote:I need to upload edited files before runing this file or after that ??
And, as prothought said already, install.php should be uploaded to the board root to run it.
it's importatnt I guess. Please try to get exact error text.ellisz wrote:install.php and got a few header errors. I don't remember exactly what the were.