Code: Select all
if( auth_is_user_authenticated() ) {
if( helper_get_current_project() == 7 ) {
$s_summary = 'Title';
}
}
Code: Select all
if( auth_is_user_authenticated() ) {
if( helper_get_current_project() == 7 ) {
$s_summary = 'Title';
}
}
I had a short look at this extension. It wasn't developed for the phpBB version that we are using and is not maintained (Not any changes since 5 years). Doesn't sound like a good idea to use it.vic-t wrote: ↑26 Feb 2025, 16:32would the admins consider adding this plugin that allows for easier pasting of images?
Code: Select all
'url' => 'manage_proj_edit_page.php?project_id=' . $project_id,