Post to Wall

I would love to have a number of things changed to the post to wall option.

I can't find the file where I can make the changes...

 

- I would only 2 options visible: Write and Add a photo.

- The title "timeline" on the left ( float: left; ) and at the right the 2 options "write" and "add a photo" ( float: right; )

- I would also like to add some div classes

 

Does anyone know in which file I can customize these things for post to wall?

Quote · 19 Sep 2012

I have use this in timeline on 7.1 works wel
http://www.boonex.com/forums/topic/Wall-how-to-remove-add-video-sound-links-.htm

 

then i found this embed videos in timline it works super on 7.1 timeline

modules/boonex/wall/classes/BxWallModule.php

at line 290

return BxDolService::call('videos', 'get_uploader_form', array(array('mode' => 'single', 'category' => 'wall', 'album'=>_t('_wall_video_album', getNickName(getLoggedId())), 'from_wall' => 1, 'owner_id' => $this->_iOwnerId)), 'Uploader');

search for single

change 'mode'=>'embed' instead of 'mode'=>'single'

Quote · 19 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.