68 Classifieds Forums  

Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Modules
Register Projects FAQ Members List Calendar Search Today's Posts Mark Forums Read

v3.1 Modules A forum for discussions, questions, implementation and development of modules. Questions here are beyond "typical" 68classifieds support and not supported by the 68classifieds team.

 
Thread Tools Display Modes
  #11  
Old 10-24-2006, 08:06 AM
manilaboy manilaboy is offline
Member
 
Join Date: Oct 2006
Posts: 67
Default

I think the BelmontHomeSales template can only accommodate that module
either on the header or footer.

I can give you access to my site files if you don't mind installing it.
Please feel free to let me know what location is best.

Best,
Mike
Designer 3.1.5

Last edited by manilaboy : 10-24-2006 at 08:09 AM.
Reply With Quote
  #12  
Old 05-25-2007, 06:32 PM
alisa alisa is offline
Senior Member
 
Join Date: Mar 2007
Posts: 125
Default Visible in Admin ARea?

Hi
Is this mod visible only to the admin?
or can it be...

I'm also using the bluejs template and was wondering if it will fit that format..

Thanks
alisa
Reply With Quote
  #13  
Old 05-26-2007, 03:19 AM
midi510 midi510 is offline
Senior Member
 
Join Date: Mar 2007
Location: Mammoth Lakes, Ca
Posts: 134
Default

It's visible to anyone viewing your site unless you do something to hide it. You probably looked right at it on my site without realizing it. By puting
Code:
{if $smarty.session.userlevel==1}
{/if}
around the mod code only administrators would see it. I tried it and it works.
__________________
Kirk
V3.1.7 Developer
May you & your loved ones be blessed with
Grace, Peace, Forgiveness, Love, Wisdom, & Joy
Reply With Quote
  #14  
Old 05-26-2007, 10:16 AM
alisa alisa is offline
Senior Member
 
Join Date: Mar 2007
Posts: 125
Default

I wanted to test to see how many folks are browsing...before i make it public...
Looks better if the counts are high...

By the way.....
I renewed my listing on your site...I received an email notification so I wanted to follow it through..worked just fine...

Alisa
Reply With Quote
  #15  
Old 05-26-2007, 10:33 AM
midi510 midi510 is offline
Senior Member
 
Join Date: Mar 2007
Location: Mammoth Lakes, Ca
Posts: 134
Default

Thanks for the feedback. I've had to put my site development on hold for a couple of weeks. Some more templates and a community calender for the home page and I'll be ready for testing.
__________________
Kirk
V3.1.7 Developer
May you & your loved ones be blessed with
Grace, Peace, Forgiveness, Love, Wisdom, & Joy
Reply With Quote
  #16  
Old 05-30-2007, 04:52 PM
alisa alisa is offline
Senior Member
 
Join Date: Mar 2007
Posts: 125
Default

Quote:
Originally Posted by midi510 View Post
It's visible to anyone viewing your site unless you do something to hide it. You probably looked right at it on my site without realizing it. By puting
Code:
{if $smarty.session.userlevel==1}
{/if}
around the mod code only administrators would see it. I tried it and it works.
Can you let me know exactly where?

Thanks
Alisa
Reply With Quote
  #17  
Old 05-30-2007, 05:06 PM
juven14 juven14 is offline
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 1,875
Default

I did a quick check of the readme since it has been so long since I've seen the insides of this module:

Code:
 {if $smarty.session.userlevel==1}
    {if $users_online_display}
          {assign var="users_online" value=$smarty.const.FILESYSTEM_PATH}
          {include file="$users_online/modules/users_online/templates/users_online/users_online.tpl.php"}
    {/if}
{/if}
__________________
Regards,

John
mods.auscity.com
v3.1.7 Developer

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
  #18  
Old 06-01-2007, 05:04 PM
alisa alisa is offline
Senior Member
 
Join Date: Mar 2007
Posts: 125
Default

<!-- // Navigation // -->

<br>
<!-- // Navigation // -->
<script type="text/javascript">
<!--
{literal}
d = new dTree('d');
d.add(0,-1,'{/literal}{$smarty.const.LANG_BROWSE_CATEGORY}{liter al}');
{/literal}
{categories_js}
{foreach from=$jscat item=entry}
{$entry.name}
{/foreach}
{literal}
document.write(d);
{/literal}
//-->
</script>

{if $smarty.session.userlevel==1}
{if $users_online_display}
{assign var="users_online" value=$smarty.const.FILESYSTEM_PATH}
{include file="$users_online/modules/users_online/templates/users_online/users_online.tpl.php"}
{/if}
{/if}


</td>
______________

this is the layout template of the bluejs....

I'm checking to see if this is correct...

and also am I needing to put also the line in the templates/default/member.tpl.php??? Step 4?

Not sure where to put in there???

as I'm not seeing a layout ...

Sorry for being so dense on this one..

Alisa
Reply With Quote
  #19  
Old 06-04-2007, 06:06 PM
alisa alisa is offline
Senior Member
 
Join Date: Mar 2007
Posts: 125
Default

Thanks so much John for all your work in getting this in the right place for me!

I really like seeing who is online!!

Alisa
Reply With Quote


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modification: RSS Feed Module juven14 v3.1 Modules 46 08-01-2007 03:15 PM
Modification: Zillow Mod lhotch v3.1 Modules 1 12-11-2006 01:25 PM
Modification: Civs Feedback for emailing users that delete a listing civ v3.1 Modules 0 12-08-2006 10:02 AM
Modification: Rating Module suzkaw v3.1 Modules 11 12-05-2006 09:40 AM


All times are GMT -4. The time now is 12:20 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.