| Re: Xpressme 1.07 block and wide search issues |
| by wcrwcr on 2009/2/9 19:56:41 Hi Quote:
xpress Quote: > And does it match the name of the module directory? Yep I´ll try with different themes today night ( I hope) ![]() |
| Re: Xpressme 1.07 block and wide search issues |
| by zyspec on 2009/2/9 14:54:41 I have a few questions to help narrow down the possibilities: > What do you have in the blocks option settings for the 'MyDirectory' value? > And does it match the name of the module directory? > Does this act the same using different themes? If so, which themes have you tried |
| Re: Xpressme 1.07 block and wide search issues |
| by wcrwcr on 2009/2/9 0:23:12 Hi I guess i´ve found something relevant: the error only shows up when you activate the side bar navigation outside the module´s home. At the home of the mod no errors are spotted. I´ve applyed you last fix zyspec but it does not change the block outside the home (same error). I guess you´ve found an interesting typo cauz the "/wp-includes/dversion.php" file doesn´t exist ![]() But now the XOOPS search is capable of find something inside xpress Great.Tell me your feelings about the mod. I ´ve loved the admin..... Now i´m playing a bit with the wordpress themes Thanks Sorry for the delay but the notifications here on XOOPS aren´t working for me
|
| Re: Xpressme 1.07 block and wide search issues |
| by zyspec on 2009/2/6 16:18:57 I think I understand at least part of the problem. I downloaded the module and quickly looked at the get_wpdb_version function and it doesn't do what it's intended to do - so the search and sidebar won't work as it's suppose to. Edited: just replace: le="color: #000000"><?php $ver_file = XOOPS_ROOT_PATH ."/modules/$mydirname/wp-includes/dversion.php"; with: le="color: #000000"><?php include_once XOOPS_ROOT_PATH."/modules/$mydirname/wp-includes/version.php";
|
| Re: Xpressme 1.07 block and wide search issues |
| by wcrwcr on 2009/2/6 14:05:07 @zyspec Wierd....it doesn´t work either ![]() The funny thing it is that the spoted error is exactly yhe same. Wondering if it´s been called from elsewhere. If you want a copy of the mod, please let me know or you can get it HERE and HERE you can see a working version of it full of blocks. @Zanmir Agree with you, the mod deserves a better integration Thank you all |