Moving the "DETAILS" to over the "Status Update" box on a profile? |
| |||
ok it shows up on the dashboard fine, but now it doesnt show up in the profile. it has not been. I am on the latest version of JCOW as of today, and did the code. is there anything else I would have to change besides page.inc?
|
| |||
I also forgot to specify I was looking to move the about me to above "Activity Streams" on all User profile pages.
|
| |||
for version 4.1 it is [code] just above line [code] in includes\libs\pages.inc.php function index
|
| |||
Thanks falcone, you are the master. I had to downgrade back to 3.3 because for some reason, 4.1 said "invalid uri" every time i tried to listen to a song on my music page...any insight into why? Thanks!
|
| |||
This ide'n has emerged that someone has looked at my side,
|
| |||
yes falcone. your code worked perfectly in 4.1 but how to remove the previous "about me" which is in the left side bar
|
| |||
agree with harry. when we insert this code, it shows "About me" on two places. one is over the status update and the other one on the sidebar in details. how can we remove it from details to keep it only over the status.???
|
| |||
file includes\libs\pages.inc.php function details [code] remove [code]
|
| |||
How would you go about moving the rest of the about me content?
|
| |||
This is of course including the "custom fields" above the stream box, like the about me mentioned earlier in this post, as well. I tried a combo of things but it failed similar to the about me code but all I get is either a php error or nothing at all.
|
| |||
the variable name is different. you have to change $profile to $owner
|
| |||
So I tried and got no luck....
|