Works for me. A change does need to be made to the install instructions.vellatechie wrote:does it work fine with 3.0.6 ??
Code: Select all
'user_options' => 895,
Code: Select all
'user_options' => 2943,
Code: Select all
'user_options' => 230271,
Code: Select all
'user_options' => 232319,
Code: Select all
FIND
// Able to add new options (up to id 31)
var $keyoptions = array('viewimg' => 0, 'viewflash' => 1, 'viewsmilies' => 2, 'viewsigs' => 3, 'viewavatars' => 4, 'viewcensors' => 5, 'attachsig' => 6, 'bbcode' => 8, 'smilies' => 9, 'popuppm' => 10,
ADD AFTER
'viewquickreply' => 11, 'viewquickpost' => 12,
If you did edit ucp_prefs.html, did you try to refresh the corresponding template through ACP/Styles tab?PatIsLegend wrote:However when I switch to AcidTech the option simply doesn't show up under the UCP.
Please recheck includes/session.php edits, most likely something is missed.Dekster wrote:[phpBB Debug] PHP Notice: in file /includes/session.php on line 2309: Undefined index: viewquickreply
nevermind, I figured it out. the style I use is actually a copy of my AcidTech directory, with customized images and CSS. for some reason it seems to still use the default AcidTech directory for its UCP files...I made changes to that directory and now it's working on my default as well. thanks though!rxu wrote:If you did edit ucp_prefs.html, did you try to refresh the corresponding template through ACP/Styles tab?
Can you give me a screenshot of this? And what quick_reply.html are you using (I hope not the one for prosilver)?PatIsLegend wrote:all of the posts on the page are still broken. for some reason it breaks the cell sizes.
#2Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/a6117293/public_html/forum/contrib/install/install.php on line 17
#3Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a6117293/public_html/forum/contrib/install/install.php on line 17
Fatal error: Call to a member function session_begin() on a non-object in /home/a6117293/public_html/forum/contrib/install/install.php on line 20
It looks like QR box itself is ok. There's something wrong with the rest viewtopic_body.html edits. Please show (or send) me viewtopic_body.html file.PatIsLegend wrote:Here's a screenshot of before and after the mod:
You have to put and run install.php from the board root (i.e. your_site/forum/install.php).Krej wrote:i cant get it work