Semi live site

This is a discussion on Semi live site within the Site Critiques forums, part of the General category; I think I have finished the first section of the site, colour will look better when there are more jobs ...


Go Back   68 Classifieds Forums > General > Site Critiques

 
LinkBack Thread Tools Display Modes
  #1  
Old 12-06-2006, 01:15 PM
calaf6's Avatar
Senior Member
 
Join Date: Mar 2006
Location: UK
Posts: 332
Rep Power: 17
Default Semi live site

I think I have finished the first section of the site, colour will look better when there are more jobs on it and its just a band round the outside (I hope). The theory is that it needs to be quick and very easy to use as people may well be at work when they are using it!!

I know of 3 things I need to do, which are

1) get Maffo's news module to show the top 4 or 5 on the left under the Nav box (without shifting the rest of the homepage down ) hence the space waiting for it

2) put the adsense banner ad bit at the top on the right hand side, which is why there is a space there

3) get different 'no logo' (photo) icons, but I am crap with photoshop so thats not easy for me!!

Is there anything obvious to you guys that I need to do, as I have seen it so much I am looking but not seeing!!

Oh, special thanks to lhotch and juven14 for all the help a while back, this is the one the mods were for

Just wait until I start the Martian section of it

Edited to add the site!! Everything4jobs

Last edited by calaf6; 12-06-2006 at 01:23 PM.
Reply With Quote
  #2  
Old 12-06-2006, 01:53 PM
Maffo's Avatar
The Master
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,389
Rep Power: 40
Default

To place the news mod in that left hand column underneath nav table, you will need to create a new table directly underneath where the nav table terminates ie... </tr></table>

Create a new table <table><tr><td>INSERT MAFF CODE HERE</td></tr></table>

Let me know if this doesnt work
__________________
Super Mod v4 coming very, very soon

Visit Me @ Classified-Sofware.co.uk

**Important** - All modules with the exceptions of the Bulk Upload System will be removed from my modshop on Tuesday September 30th. If you require a module you must get it before that date.
Reply With Quote
  #3  
Old 12-06-2006, 05:31 PM
SkGold's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Best city in the World � Calgary, Canada
Posts: 459
Rep Power: 21
Default

It was green before, isn�t it?
Maybe better Users Online Module from mods.auscity.com instead of visitors counter.
__________________
Thanks,
Sergey

Bargain Finder in Calgary, Alberta, Canada.
Calgary Business Directory V3.1.10 Dev - Calgary Classifieds V3.1.10 Dev - Calgary Real Estate V3.1.10 Dev - Calgary Used Cars V3.1.10 Dev - Calgary Rent V3.1.10 Dev - Calgary Dating V3.1.5 Dev

A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
Reply With Quote
  #4  
Old 12-06-2006, 06:30 PM
calaf6's Avatar
Senior Member
 
Join Date: Mar 2006
Location: UK
Posts: 332
Rep Power: 17
Default

Quote:
Originally Posted by Maffo View Post
To place the news mod in that left hand column underneath nav table, you will need to create a new table directly underneath where the nav table terminates ie... </tr></table>

Create a new table <table><tr><td>INSERT MAFF CODE HERE</td></tr></table>

Let me know if this doesnt work
I did that, and the same thing happened as my first attempt so I must have been closer than I thought wit the code!! it came up with
Quote:
LANG_TPL_LATEST_NEWS
LANG_TPL_ALL_LATEST_NEWS
LANG_TPL_POPULAR_NEWS
LANG_TPL_ALL_POPULAR_NEWS
On the home page and all other pages, but it shows perfectly on the news page, so there must be something else fron the news template that I am missing.


SKGold, yes it was green, but it showed up too much if people wanted to log on quietly and were at work, the blue ties in a bit more with Windows colours I do intend to have the people online counter, but need to wait until people are there to be counted first, or it will be empty!!

I will try playing with it when I have had something to eat!!
Reply With Quote
  #5  
Old 12-06-2006, 08:23 PM
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,095
Rep Power: 55
Default

Sounds like the module language file isn't getting loaded. I'll take a look and see.
__________________
Regards,

John
mods.auscity.com

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
  #6  
Old 12-07-2006, 10:59 AM
calaf6's Avatar
Senior Member
 
Join Date: Mar 2006
Location: UK
Posts: 332
Rep Power: 17
Default

Thanks, is it worth me copying the language file to the 68 template directory?
Reply With Quote
  #7  
Old 12-07-2006, 01:12 PM
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,095
Rep Power: 55
Default

I think it could be considered a bug - however, it can be fixed within the module.

What is happening is the module file is being executed before its language file is being loaded. This is due to the positioning within the init.php file for the frontend of the classifieds script.

This is being called first:
PHP Code:
$modules->call_hook('start'''); // Call any module functions 
Then this is loaded after:

PHP Code:
$modules->call_hook('load_language'$language); // Call any module functions 
For modules that need to run on every page they use this start hook in the init.php file and this causes a need for the language to be loaded again in the module's start hook function.

This appears to be done in the Maffo News Module, can you pm me your FTP details and I'll take a look and see why you are getting this result.
__________________
Regards,

John
mods.auscity.com

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
  #8  
Old 12-07-2006, 05:17 PM
calaf6's Avatar
Senior Member
 
Join Date: Mar 2006
Location: UK
Posts: 332
Rep Power: 17
Default

Thanks, I can see the logic in what you are saying, have sent a pm
Reply With Quote
  #9  
Old 12-07-2006, 07:00 PM
Maffo's Avatar
The Master
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,389
Rep Power: 40
Default

Ok guys, Im also looking at this yet struggling to replicate it on my site. Will let you know my findings.
__________________
Super Mod v4 coming very, very soon

Visit Me @ Classified-Sofware.co.uk

**Important** - All modules with the exceptions of the Bulk Upload System will be removed from my modshop on Tuesday September 30th. If you require a module you must get it before that date.
Reply With Quote
  #10  
Old 12-08-2006, 09:35 AM
calaf6's Avatar
Senior Member
 
Join Date: Mar 2006
Location: UK
Posts: 332
Rep Power: 17
Default

Thanks very much to Juven14, news now on every page and I highly reccomend the mod to anyone else, it works really well.

Just banner ads to sort out now!!
Reply With Quote

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Preview site before going live Syssh v3.1 Questions & Support 15 11-10-2006 07:11 AM
Live links from users: How do I keep a user from posting their web site link? sedonagate v3.1 Questions & Support 2 09-06-2006 04:26 PM
Making a 'seller' sale without the site being officially open Chaslie Site Marketing 5 05-11-2006 09:57 AM
Test site calaf6 v3.0 Questions & Support 2 04-02-2006 09:22 AM


All times are GMT -4. The time now is 09:11 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22