2 Muazam Very nice mod indeed, I was wondering if its possible for me to Change the "Karma" to something else like "Reputation"? Just replace karma to reputation at language file, don't touch array indexes(something like ACP_KARMA_SETTINGS_GENERAL and etc) only language strings(s...
2 Groundy You're changed only for language strings or for index names too? Don't touch CAPSED strings.. also i don't recommend you to touch permissions string. Can you show me your modifications for your template? 2 Screagle At branches placed stable releases, which will be released on phpbb or unde...
It worked perfectly before some changes of classes, so it will be fixed...
jquery.. okay... today most of you say that i must use jquery... tomorrow you say that i must use yui/extjs/prototype/etc, i'll must to switch? khm...
2 marc1706
Yep, this at proSilver, and what about other styles?
Also, if you and JS are friends, it will not be a problem to write cross-browser script
Khm, jQuery is good, of course. But it's used by lot of plugins, also it used by some styles, so we will have loaded jQuery twice, it's about 50kb on pages... So i don't want use jquery here.. But i can write notifications like this... It's simple..
MODification Name: bbAJAX Author: m157y MODification Description: Adds an AJAX to a lot of phpBB features. MODification Version: 1.0.0-dev MODification News: here phpBB Version: phpBB 3.0.7-PL1 Styles: proSilver Translations: English Features: Checks all default fields at registation page Delete po...
It's simple... Your $phpbb_root_path is ../../ ... And it's works correct if you'll access directly to your scripts, but via ajax you're placed, for example at ./index.php and it tries to go up on two folders (because $phpbb_root_path from your script is ../../ .. PS If you know links at functions, ...
2 ALL
Currently i'm developing ajax-suite for phpbb... for lot of parts of phpbb... so i have a question... which functions mainly need for first release... edit post, delete post, registration or something else... pm me about it, i will write me a roadmap of mod...