![]() |
|
|||||||
| 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
|
|||
|
|||
|
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. |
|
#12
|
||||
|
||||
|
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 |
|
#13
|
||||
|
||||
|
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}
__________________
Kirk V3.1.7 Developer May you & your loved ones be blessed withGrace, Peace, Forgiveness, Love, Wisdom, & Joy |
|
#14
|
||||
|
||||
|
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 |
|
#15
|
||||
|
||||
|
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 withGrace, Peace, Forgiveness, Love, Wisdom, & Joy |
|
#16
|
||||
|
||||
|
Quote:
Thanks Alisa |
|
#17
|
||||
|
||||
|
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 |
|
#18
|
||||
|
||||
|
<!-- // 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 |
|
#19
|
||||
|
||||
|
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 |
| Thread Tools | |
| Display Modes | |
|
|
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 |