Urgent Help

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon May 06, 2013 9:59 am
my membership will expire in the first June and so not too much left ,,and since i am not sure whether to renew my membership or not ,,i am gently asking you to take care of mu thread here

https://www.gavick.com/forums/general-d ... 84#p121184

its been a whole week since i started it and i cant wait anymore
i will be so busy starting the next week till the end of the month so basically i wont be able to contact you anymore or at least like before
so do please reply to me and consider the money i paid to be supported
User avatar
Expert Boarder

teitbite
Tue May 07, 2013 5:32 pm
Hi

I've read Your thread but looks like Konrad has explained it well. You just need to edit the file responsible for the look You want this new position be and use this code in a right place.

Code: Select all
<?php $this->renderModules( 'yourModulePositionName' ); ?>


Please show me exactly where should this be and I'll try to guess file name. Please disable SEF before showing me the page. This is important because will point which view was used.
User avatar
Moderator

GK User
Tue May 07, 2013 5:49 pm
teitbite wrote:Hi

I've read Your thread but looks like Konrad has explained it well. You just need to edit the file responsible for the look You want this new position be and use this code in a right place.

Code: Select all
<?php $this->renderModules( 'yourModulePositionName' ); ?>


Please show me exactly where should this be and I'll try to guess file name. Please disable SEF before showing me the page. This is important because will point which view was used.



all what i am trying to do is this
adding HELLO ME module in the left of JOMSOCIAL page,,in the top left,,,to be merged into jomsocial template,,it was working in the previous version as well but no ,,it doesnt seem to be working
thats all
User avatar
Expert Boarder

GK User
Tue May 07, 2013 5:52 pm
thanks for showing interest and willing to help :)
User avatar
Expert Boarder

teitbite
Wed May 08, 2013 5:03 pm
Hi

I have tried couple of things. For start a module position was wrong. Should be: "js_side_top", but there is something wrong with this module, because all it's showing is an empty layer. But module is called properly and module position is working fine. I'll see now what can be wrong with it.
User avatar
Moderator

teitbite
Wed May 08, 2013 5:06 pm
Hi again.

Ok. False alarm :) Module is not showing if user is not logged in. I've just checked its code and there is a condition for that:

Code: Select all
$my->isOnline() && $my->id != 0
User avatar
Moderator

GK User
Thu May 09, 2013 1:20 pm
teitbite wrote:Hi again.

Ok. False alarm :) Module is not showing if user is not logged in. I've just checked its code and there is a condition for that:

Code: Select all
$my->isOnline() && $my->id != 0


hi thanks for your help but do you think i can set HELLO ME module in the top left of jomsocial page without having any issue and what this code is for ? ,,,thanks again for your efforts

Best Regards
User avatar
Expert Boarder

teitbite
Thu May 09, 2013 2:35 pm
Hi

I have already place it in right column on top. I do not see a place for it on the left side. But as I said module is only visible when user is logged in. It was done this way. The code I've pasted is a proof than module is only visible if user isOnline.

Here is how it looks like now.
User avatar
Moderator

GK User
Fri May 10, 2013 1:18 am
teitbite wrote:Hi

I have already place it in right column on top. I do not see a place for it on the left side. But as I said module is only visible when user is logged in. It was done this way. The code I've pasted is a proof than module is only visible if user isOnline.

Here is how it looks like now.


excellent,,,i dont know why it cant be set in left side ,,,and yeah i do know it only shows for REGISTERED-LOGGED IN USERS ,,thanks a lot,,just asking if there needs any extra code to get this Module working on the left top the same position like in the right ,,

Best Regard
Much Appreciated
User avatar
Expert Boarder

teitbite
Fri May 10, 2013 5:06 pm
Hi

You can create a left column to set it there, but it will squeeze jomsocial to very small column and it may not work properly than, so I would not recommend it.
User avatar
Moderator

GK User
Fri May 10, 2013 10:19 pm
teitbite wrote:Hi

You can create a left column to set it there, but it will squeeze jomsocial to very small column and it may not work properly than, so I would not recommend it.


ok thanks a lot mate ,,really appreciate your efforts and for volunteering :)

Best Regard
User avatar
Expert Boarder


cron