| 1 |
<?php |
<?php |
| 2 |
// $Id: advanced_profile.pages_default.inc,v 1.1.2.6 2009/09/17 03:01:55 michellec Exp $ |
// $Id: advanced_profile.pages_default.inc,v 1.1.2.7 2009/09/30 02:56:10 michellec Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 157 |
); |
); |
| 158 |
$display->panel_settings = array( |
$display->panel_settings = array( |
| 159 |
'right' => array( |
'right' => array( |
| 160 |
'style' => 'rounded_corners', |
'style' => 'default', |
|
), |
|
|
'style_settings' => array( |
|
|
'right' => array( |
|
|
'corner_location' => 'panel', |
|
|
), |
|
|
'right_bottom' => array( |
|
|
'corner_location' => 'pane', |
|
|
), |
|
|
'left' => array( |
|
|
'corner_location' => 'pane', |
|
|
), |
|
|
'center' => array( |
|
|
'corner_location' => 'panel', |
|
|
), |
|
| 161 |
), |
), |
| 162 |
|
'style_settings' => array(), |
| 163 |
'right_bottom' => array( |
'right_bottom' => array( |
| 164 |
'style' => 'rounded_corners', |
'style' => 'default', |
| 165 |
), |
), |
| 166 |
'left' => array( |
'left' => array( |
| 167 |
'style' => 'rounded_corners', |
'style' => 'default', |
| 168 |
), |
), |
| 169 |
'center' => array( |
'center' => array( |
| 170 |
'style' => 'rounded_corners', |
'style' => 'default', |
| 171 |
), |
), |
| 172 |
); |
); |
| 173 |
$display->cache = array(); |
$display->cache = array(); |
| 174 |
$display->title = ''; |
$display->title = ''; |
| 175 |
$display->hide_title = TRUE; |
$display->hide_title = TRUE; |
| 176 |
|
$display->title_pane = 109; |
| 177 |
$display->content = array(); |
$display->content = array(); |
| 178 |
$display->panels = array(); |
$display->panels = array(); |
| 179 |
$pane = new stdClass; |
$pane = new stdClass; |
| 180 |
$pane->pid = 'new-1'; |
$pane->pid = 'new-1'; |
|
$pane->panel = 'center'; |
|
|
$pane->type = 'node_comment_form'; |
|
|
$pane->subtype = 'node_comment_form'; |
|
|
$pane->shown = TRUE; |
|
|
$pane->access = array(); |
|
|
$pane->configuration = array( |
|
|
'context' => 'relationship_node_from_user_2', |
|
|
'override_title' => 1, |
|
|
'override_title_text' => 'Comment wall', |
|
|
); |
|
|
$pane->cache = array(); |
|
|
$pane->style = array(); |
|
|
$pane->css = array(); |
|
|
$pane->extras = array(); |
|
|
$pane->position = 0; |
|
|
$display->content['new-1'] = $pane; |
|
|
$display->panels['center'][0] = 'new-1'; |
|
|
$pane = new stdClass; |
|
|
$pane->pid = 'new-2'; |
|
|
$pane->panel = 'center'; |
|
|
$pane->type = 'node_comments'; |
|
|
$pane->subtype = 'node_comments'; |
|
|
$pane->shown = TRUE; |
|
|
$pane->access = array(); |
|
|
$pane->configuration = array( |
|
|
'mode' => '2', |
|
|
'order' => '1', |
|
|
'comments_per_page' => '30', |
|
|
'context' => 'relationship_node_from_user_2', |
|
|
'override_title' => 0, |
|
|
'override_title_text' => '', |
|
|
); |
|
|
$pane->cache = array(); |
|
|
$pane->style = array(); |
|
|
$pane->css = array(); |
|
|
$pane->extras = array(); |
|
|
$pane->position = 1; |
|
|
$display->content['new-2'] = $pane; |
|
|
$display->panels['center'][1] = 'new-2'; |
|
|
$pane = new stdClass; |
|
|
$pane->pid = 'new-3'; |
|
| 181 |
$pane->panel = 'left'; |
$pane->panel = 'left'; |
| 182 |
$pane->type = 'author_pane'; |
$pane->type = 'author_pane'; |
| 183 |
$pane->subtype = 'author_pane'; |
$pane->subtype = 'author_pane'; |
| 187 |
'image_path' => NULL, |
'image_path' => NULL, |
| 188 |
'template_file' => NULL, |
'template_file' => NULL, |
| 189 |
'context' => 'argument_uid_1', |
'context' => 'argument_uid_1', |
| 190 |
'override_title' => 0, |
'override_title' => 1, |
| 191 |
'override_title_text' => '', |
'override_title_text' => '', |
| 192 |
'caller' => 'advanced_profile', |
'caller' => 'advanced_profile', |
| 193 |
'picture_preset' => '', |
'picture_preset' => '', |
| 200 |
); |
); |
| 201 |
$pane->extras = array(); |
$pane->extras = array(); |
| 202 |
$pane->position = 0; |
$pane->position = 0; |
| 203 |
$display->content['new-3'] = $pane; |
$display->content['new-1'] = $pane; |
| 204 |
$display->panels['left'][0] = 'new-3'; |
$display->panels['left'][0] = 'new-1'; |
| 205 |
$pane = new stdClass; |
$pane = new stdClass; |
| 206 |
$pane->pid = 'new-4'; |
$pane->pid = 'new-2'; |
| 207 |
$pane->panel = 'left'; |
$pane->panel = 'left'; |
| 208 |
$pane->type = 'content_fieldgroup'; |
$pane->type = 'content_fieldgroup'; |
| 209 |
$pane->subtype = 'uprofile:group_contact'; |
$pane->subtype = 'uprofile:group_contact'; |
| 225 |
); |
); |
| 226 |
$pane->extras = array(); |
$pane->extras = array(); |
| 227 |
$pane->position = 1; |
$pane->position = 1; |
| 228 |
$display->content['new-4'] = $pane; |
$display->content['new-2'] = $pane; |
| 229 |
$display->panels['left'][1] = 'new-4'; |
$display->panels['left'][1] = 'new-2'; |
| 230 |
$pane = new stdClass; |
$pane = new stdClass; |
| 231 |
$pane->pid = 'new-5'; |
$pane->pid = 'new-3'; |
| 232 |
$pane->panel = 'left'; |
$pane->panel = 'left'; |
| 233 |
$pane->type = 'content_fieldgroup'; |
$pane->type = 'content_fieldgroup'; |
| 234 |
$pane->subtype = 'uprofile:group_stats'; |
$pane->subtype = 'uprofile:group_stats'; |
| 238 |
'empty' => '', |
'empty' => '', |
| 239 |
'context' => 'relationship_node_from_user_2', |
'context' => 'relationship_node_from_user_2', |
| 240 |
'override_title' => 1, |
'override_title' => 1, |
| 241 |
'override_title_text' => '%user\'s stats', |
'override_title_text' => 'Stats', |
| 242 |
'label' => 'normal', |
'label' => 'normal', |
| 243 |
'format' => 'simple', |
'format' => 'simple', |
| 244 |
); |
); |
| 250 |
); |
); |
| 251 |
$pane->extras = array(); |
$pane->extras = array(); |
| 252 |
$pane->position = 2; |
$pane->position = 2; |
| 253 |
$display->content['new-5'] = $pane; |
$display->content['new-3'] = $pane; |
| 254 |
$display->panels['left'][2] = 'new-5'; |
$display->panels['left'][2] = 'new-3'; |
| 255 |
$pane = new stdClass; |
$pane = new stdClass; |
| 256 |
$pane->pid = 'new-6'; |
$pane->pid = 'new-4'; |
| 257 |
$pane->panel = 'left'; |
$pane->panel = 'left'; |
| 258 |
$pane->type = 'content_fieldgroup'; |
$pane->type = 'content_fieldgroup'; |
| 259 |
$pane->subtype = 'uprofile:group_links'; |
$pane->subtype = 'uprofile:group_links'; |
| 263 |
'empty' => '', |
'empty' => '', |
| 264 |
'context' => 'relationship_node_from_user_2', |
'context' => 'relationship_node_from_user_2', |
| 265 |
'override_title' => 1, |
'override_title' => 1, |
| 266 |
'override_title_text' => '%user\'s links', |
'override_title_text' => 'Links', |
| 267 |
'label' => 'normal', |
'label' => 'normal', |
| 268 |
'format' => 'simple', |
'format' => 'simple', |
| 269 |
); |
); |
| 275 |
); |
); |
| 276 |
$pane->extras = array(); |
$pane->extras = array(); |
| 277 |
$pane->position = 3; |
$pane->position = 3; |
| 278 |
$display->content['new-6'] = $pane; |
$display->content['new-4'] = $pane; |
| 279 |
$display->panels['left'][3] = 'new-6'; |
$display->panels['left'][3] = 'new-4'; |
| 280 |
$pane = new stdClass; |
$pane = new stdClass; |
| 281 |
$pane->pid = 'new-7'; |
$pane->pid = 'new-5'; |
| 282 |
$pane->panel = 'left'; |
$pane->panel = 'left'; |
| 283 |
$pane->type = 'profile_visitors'; |
$pane->type = 'profile_visitors'; |
| 284 |
$pane->subtype = 'profile_visitors'; |
$pane->subtype = 'profile_visitors'; |
| 297 |
); |
); |
| 298 |
$pane->extras = array(); |
$pane->extras = array(); |
| 299 |
$pane->position = 4; |
$pane->position = 4; |
| 300 |
$display->content['new-7'] = $pane; |
$display->content['new-5'] = $pane; |
| 301 |
$display->panels['left'][4] = 'new-7'; |
$display->panels['left'][4] = 'new-5'; |
| 302 |
$pane = new stdClass; |
$pane = new stdClass; |
| 303 |
$pane->pid = 'new-8'; |
$pane->pid = 'new-6'; |
| 304 |
$pane->panel = 'right'; |
$pane->panel = 'right'; |
| 305 |
$pane->type = 'content_field'; |
$pane->type = 'content_field'; |
| 306 |
$pane->subtype = 'field_about_me'; |
$pane->subtype = 'field_about_me'; |
| 307 |
$pane->shown = TRUE; |
$pane->shown = TRUE; |
| 308 |
$pane->access = array(); |
$pane->access = array(); |
| 309 |
$pane->configuration = array( |
$pane->configuration = array( |
| 310 |
'label' => 'hidden', |
'label' => 'normal', |
| 311 |
'formatter' => 'default', |
'formatter' => 'default', |
| 312 |
'context' => 'relationship_node_from_user_2', |
'context' => 'relationship_node_from_user_2', |
| 313 |
'override_title' => 1, |
'override_title' => 1, |
| 321 |
); |
); |
| 322 |
$pane->extras = array(); |
$pane->extras = array(); |
| 323 |
$pane->position = 0; |
$pane->position = 0; |
| 324 |
$display->content['new-8'] = $pane; |
$display->content['new-6'] = $pane; |
| 325 |
$display->panels['right'][0] = 'new-8'; |
$display->panels['right'][0] = 'new-6'; |
| 326 |
$pane = new stdClass; |
$pane = new stdClass; |
| 327 |
$pane->pid = 'new-9'; |
$pane->pid = 'new-7'; |
| 328 |
$pane->panel = 'right'; |
$pane->panel = 'right'; |
| 329 |
$pane->type = 'content_field'; |
$pane->type = 'content_field'; |
| 330 |
$pane->subtype = 'field_interests'; |
$pane->subtype = 'field_interests'; |
| 331 |
$pane->shown = TRUE; |
$pane->shown = TRUE; |
| 332 |
$pane->access = array(); |
$pane->access = array(); |
| 333 |
$pane->configuration = array( |
$pane->configuration = array( |
| 334 |
'label' => 'hidden', |
'label' => 'normal', |
| 335 |
'formatter' => 'default', |
'formatter' => 'default', |
| 336 |
'context' => 'relationship_node_from_user_2', |
'context' => 'relationship_node_from_user_2', |
| 337 |
'override_title' => 0, |
'override_title' => 1, |
| 338 |
'override_title_text' => '', |
'override_title_text' => 'Interests', |
| 339 |
); |
); |
| 340 |
$pane->cache = array(); |
$pane->cache = array(); |
| 341 |
$pane->style = array(); |
$pane->style = array(); |
| 345 |
); |
); |
| 346 |
$pane->extras = array(); |
$pane->extras = array(); |
| 347 |
$pane->position = 1; |
$pane->position = 1; |
| 348 |
$display->content['new-9'] = $pane; |
$display->content['new-7'] = $pane; |
| 349 |
$display->panels['right'][1] = 'new-9'; |
$display->panels['right'][1] = 'new-7'; |
| 350 |
$pane = new stdClass; |
$pane = new stdClass; |
| 351 |
$pane->pid = 'new-10'; |
$pane->pid = 'new-8'; |
| 352 |
$pane->panel = 'right_bottom'; |
$pane->panel = 'right_bottom'; |
| 353 |
$pane->type = 'views_panes'; |
$pane->type = 'views_panes'; |
| 354 |
$pane->subtype = 'apk_ur_friends_gallery-panel_pane_1'; |
$pane->subtype = 'apk_ur_friends_gallery-panel_pane_1'; |
| 360 |
'0' => 'argument_uid_1', |
'0' => 'argument_uid_1', |
| 361 |
), |
), |
| 362 |
'override_title' => 1, |
'override_title' => 1, |
| 363 |
'override_title_text' => 'Friends of %user', |
'override_title_text' => 'Friends', |
| 364 |
|
'use_pager' => 1, |
| 365 |
|
'pager_id' => '1', |
| 366 |
); |
); |
| 367 |
$pane->cache = array(); |
$pane->cache = array(); |
| 368 |
$pane->style = array(); |
$pane->style = array(); |
| 369 |
$pane->css = array(); |
$pane->css = array(); |
| 370 |
$pane->extras = array(); |
$pane->extras = array(); |
| 371 |
$pane->position = 0; |
$pane->position = 0; |
| 372 |
$display->content['new-10'] = $pane; |
$display->content['new-8'] = $pane; |
| 373 |
$display->panels['right_bottom'][0] = 'new-10'; |
$display->panels['right_bottom'][0] = 'new-8'; |
| 374 |
$pane = new stdClass; |
$pane = new stdClass; |
| 375 |
$pane->pid = 'new-11'; |
$pane->pid = 'new-9'; |
| 376 |
$pane->panel = 'right_bottom'; |
$pane->panel = 'right_bottom'; |
| 377 |
$pane->type = 'views_panes'; |
$pane->type = 'views_panes'; |
| 378 |
$pane->subtype = 'apk_user_topics-panel_pane_1'; |
$pane->subtype = 'apk_user_topics-panel_pane_1'; |
| 379 |
$pane->shown = TRUE; |
$pane->shown = TRUE; |
| 380 |
$pane->access = array(); |
$pane->access = array(); |
| 381 |
$pane->configuration = array( |
$pane->configuration = array( |
| 382 |
'use_pager' => 0, |
'use_pager' => 1, |
| 383 |
'pager_id' => '', |
'pager_id' => '2', |
| 384 |
'items_per_page' => '5', |
'items_per_page' => '5', |
| 385 |
'context' => array( |
'context' => array( |
| 386 |
'0' => 'argument_uid_1', |
'0' => 'argument_uid_1', |
| 387 |
), |
), |
| 388 |
'override_title' => 1, |
'override_title' => 1, |
| 389 |
'override_title_text' => 'Topics by %user', |
'override_title_text' => 'Topics started by %user', |
| 390 |
); |
); |
| 391 |
$pane->cache = array(); |
$pane->cache = array(); |
| 392 |
$pane->style = array(); |
$pane->style = array(); |
| 393 |
$pane->css = array(); |
$pane->css = array(); |
| 394 |
$pane->extras = array(); |
$pane->extras = array(); |
| 395 |
$pane->position = 1; |
$pane->position = 1; |
| 396 |
$display->content['new-11'] = $pane; |
$display->content['new-9'] = $pane; |
| 397 |
$display->panels['right_bottom'][1] = 'new-11'; |
$display->panels['right_bottom'][1] = 'new-9'; |
| 398 |
$pane = new stdClass; |
$pane = new stdClass; |
| 399 |
$pane->pid = 'new-12'; |
$pane->pid = 'new-10'; |
| 400 |
$pane->panel = 'right_bottom'; |
$pane->panel = 'right_bottom'; |
| 401 |
$pane->type = 'views_panes'; |
$pane->type = 'views_panes'; |
| 402 |
$pane->subtype = 'apk_user_replies-panel_pane_1'; |
$pane->subtype = 'apk_user_replies-panel_pane_1'; |
| 409 |
), |
), |
| 410 |
'override_title' => 1, |
'override_title' => 1, |
| 411 |
'override_title_text' => 'Replies by %user', |
'override_title_text' => 'Replies by %user', |
| 412 |
|
'use_pager' => 1, |
| 413 |
|
'pager_id' => '3', |
| 414 |
); |
); |
| 415 |
$pane->cache = array(); |
$pane->cache = array(); |
| 416 |
$pane->style = array(); |
$pane->style = array(); |
| 417 |
$pane->css = array(); |
$pane->css = array(); |
| 418 |
$pane->extras = array(); |
$pane->extras = array(); |
| 419 |
$pane->position = 2; |
$pane->position = 2; |
| 420 |
$display->content['new-12'] = $pane; |
$display->content['new-10'] = $pane; |
| 421 |
$display->panels['right_bottom'][2] = 'new-12'; |
$display->panels['right_bottom'][2] = 'new-10'; |
| 422 |
$handler->conf['display'] = $display; |
$handler->conf['display'] = $display; |
| 423 |
|
|
| 424 |
// END HANDLER EXPORT ******************************************************/ |
// END HANDLER EXPORT ******************************************************/ |