Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

EduGeek Joomla 1.0 Package Here it is, Sysmans everlasting contribution to education. The pretty website with BIG potential. Get it and advice here.

Go Back   EduGeek.net Forums > EduGeek Projects > Projects: > EduGeek Joomla 1.0 Package
Closed Thread
 
LinkBack (1) Thread Tools Search Thread Language
Old 09-05-2007, 07:42 AM   #31
 
Gatt's Avatar
 
Join Date: Jan 2006
Location: Moorside High, Swinton / Middleton, Rochdale
Posts: 2,135
uk uk scotland
Thanks: 80
Thanked 36 Times in 27 Posts
Rep Power: 19 Gatt is a jewel in the roughGatt is a jewel in the roughGatt is a jewel in the rough
Send a message via MSN to Gatt
Default Re: Edugeek Joomla Package Released

Ok this may seem a bit of a n00b question but how the heck do you change the "School Name Goes Here", Logo and contact blurb?
 
Old 09-05-2007, 07:50 AM   #32
 
_Bat_'s Avatar
 
Join Date: May 2006
Posts: 1,111
Thanks: 0
Thanked 5 Times in 2 Posts
Rep Power: 8 _Bat_ is on a distinguished road
Default Re: Edugeek Joomla Package Released

Gatt, I'm guessing it's in the templates section. Log in as admin then go to Site >> Template Manager >> Site Templates then select the template in question and click "edit HTML"
 
Old 09-05-2007, 08:07 AM   #33
 
krisd32's Avatar
 
Join Date: Feb 2006
Location: Longridge, Preston
Posts: 271
uk uk lancashire
Thanks: 9
Thanked 1 Time in 1 Post
Rep Power: 0 krisd32 is an unknown quantity at this point
Default Re: Edugeek Joomla Package Released

@ Gatt:- if you download the latest release version and unzip you get a folder called blank headers or something along those lines in there you will see the four colour scheme options for each template.

you then edit the header template f your choice in whatever program you like then upload to the coresponding directory on your ftp server
which should be something like this
/templates/eg_default/images
you need to save your file as header.png before uploading and this should automatically overwrite the existing one!

hope this helps

Kris
 
Old 09-05-2007, 08:12 AM   #34
Guest
 
's Avatar
 
Posts: n/a
Default Re: Edugeek Joomla Package Released

Well Kris beat me to it
 
Old 09-05-2007, 08:33 AM   #35
 
Gatt's Avatar
 
Join Date: Jan 2006
Location: Moorside High, Swinton / Middleton, Rochdale
Posts: 2,135
uk uk scotland
Thanks: 80
Thanked 36 Times in 27 Posts
Rep Power: 19 Gatt is a jewel in the roughGatt is a jewel in the roughGatt is a jewel in the rough
Send a message via MSN to Gatt
Default Re: Edugeek Joomla Package Released

Cheers guys - will need to do this at home since our LEA has blocked FTP
 
Old 10-05-2007, 12:36 AM   #36
 
Freedom's Avatar
 
Join Date: Feb 2007
Location: England - Midlands
Posts: 17
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0 Freedom is an unknown quantity at this point
Default Re: Edugeek Joomla Package Released

SysMan,

Sorry to say I found a bug. I changed the table prefix in the setup script yet it doesn't use that prefix to create the databases however the joomla install then thinks that they databases are not present as it is using those prefixes - hope that makes sense!

In other words using a different database prefix breaks the install!
 
Old 10-05-2007, 01:26 AM   #37
 
contink's Avatar
 
Join Date: Jul 2006
Location: South Yorkshire
Posts: 2,652
uk uk yorkshire
Thanks: 101
Thanked 92 Times in 73 Posts
Rep Power: 28 contink is a name known to allcontink is a name known to allcontink is a name known to allcontink is a name known to allcontink is a name known to allcontink is a name known to all
Default Re: Edugeek Joomla Package Released

Quote:
Originally Posted by Freedom
SysMan,

Sorry to say I found a bug. I changed the table prefix in the setup script yet it doesn't use that prefix to create the databases however the joomla install then thinks that they databases are not present as it is using those prefixes - hope that makes sense!

In other words using a different database prefix breaks the install!
I haven't played with this install but based on my experience of these things you'll probably find that you've circumnavigated the installer by trying a manual approach.

I'd reinstate the original SQL install scripts and check that the installer doesn't have a prefix option.. If it does it'll rely on a pregreplace() that replaces the original prefix with your custom one.. But manually changing that prefix in the scripts screws that up.
 
Old 10-05-2007, 06:44 AM   #38
Guest
 
's Avatar
 
Posts: n/a
Default Re: Edugeek Joomla Package Released

Cheers for that Freedom. The cause is that the sql file used in the install already has the tables pre set to jos_

I have created a new sql file - see attached. (rename to .sql) replace the package file

Code:
installation\sql\joomla.sql
and try a different table prefix. I have yet to test this myself, will try sometime this morning.
Attached Files
File Type: txt joomla_148.txt (270.2 KB, 61 views)
 
Old 10-05-2007, 09:59 AM   #39
 
Freedom's Avatar
 
Join Date: Feb 2007
Location: England - Midlands
Posts: 17
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0 Freedom is an unknown quantity at this point
Default Re: Edugeek Joomla Package Released

Sysman,

I take it that file is included in the newest download? Can I suggest you start updating the version number with bug fixes so we know which package weve got without havign to check - please :0)

I will test this on a new install now!

Can I ask a question also - how do I change the rotating images on the main page? The one that shows the school at its best - btw good photos if you took them! They are just not appropriate as we are a primary.
 
Old 10-05-2007, 10:10 AM   #40
 
krisd32's Avatar
 
Join Date: Feb 2006
Location: Longridge, Preston
Posts: 271
uk uk lancashire
Thanks: 9
Thanked 1 Time in 1 Post
Rep Power: 0 krisd32 is an unknown quantity at this point
Default Re: Edugeek Joomla Package Released

@freedom:- look on the previous page of this thread and you'll find a simple guide to changing the images!

Kris
 
Old 10-05-2007, 10:20 AM   #41
 
Freedom's Avatar
 
Join Date: Feb 2007
Location: England - Midlands
Posts: 17
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0 Freedom is an unknown quantity at this point
Default Re: Edugeek Joomla Package Released

Ahhh, didnt realise it was part of the smooth gallery - will look into that now also - cheers!
 
Old 10-05-2007, 10:43 AM   #42
 
HodgeHi's Avatar
 
Join Date: May 2006
Location: West Brom
Posts: 900
Thanks: 55
Thanked 21 Times in 18 Posts
Rep Power: 10 HodgeHi will become famous soon enoughHodgeHi will become famous soon enough
Default Re: Edugeek Joomla Package Released

There seems to be a problem with both the modules and template files when running under OS X Server 10.4.9

I have run it on my Macbook pro fine with no problems running both php 5 and Mysql 5 on Default Apache installation.

The issues are undefined variables both in the smooth Gallery and user# sections i have added some screen shots of the errors i am getting...


I think its more an issue with the OS platform though than a problem with joomla and the template
Attached Images
File Type: jpg error_3.jpg (18.3 KB, 242 views)
File Type: jpg error_2.jpg (50.8 KB, 236 views)
File Type: jpg error_1.jpg (54.7 KB, 235 views)
 
Old 10-05-2007, 11:02 AM   #43
Guest
 
's Avatar
 
Posts: n/a
Default Re: Edugeek Joomla Package Released

Check error reporting on your server HodgeHi
 
Old 10-05-2007, 11:05 AM   #44
 
HodgeHi's Avatar
 
Join Date: May 2006
Location: West Brom
Posts: 900
Thanks: 55
Thanked 21 Times in 18 Posts
Rep Power: 10 HodgeHi will become famous soon enoughHodgeHi will become famous soon enough
Default Re: Edugeek Joomla Package Released

and the fourth...

Couldn't add this with the others.

I will have a look in the reports Sysman.
Attached Images
File Type: jpg error_4.jpg (15.0 KB, 224 views)
 
Old 10-05-2007, 11:27 AM   #45
 
HodgeHi's Avatar
 
Join Date: May 2006
Location: West Brom
Posts: 900
Thanks: 55
Thanked 21 Times in 18 Posts
Rep Power: 10 HodgeHi will become famous soon enoughHodgeHi will become famous soon enough
Default Re: Edugeek Joomla Package Released

Web service logs show the following: -

Quote:
10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/images/stories/smoothgallery/thumbs/tn_1.jpg
[Thu May 10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/images/stories/smoothgallery/thumbs/tn_2.jpg
[Thu May 10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/images/stories/smoothgallery/thumbs/tn_3.jpg
[Thu May 10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/templates/eg_default/images/footerpalkki.gif
[Thu May 10 11:33:41 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:33:42 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:33:42 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:33:42 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/templates/eg_default/images/footerpalkki.gif
[Thu May 10 11:33:42 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:33:43 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:33:43 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:33:43 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/templates/eg_default/images/footerpalkki.gif
[Thu May 10 11:33:43 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:33:51 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:33:51 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:33:51 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/templates/eg_default/images/footerpalkki.gif
[Thu May 10 11:33:51 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:33:55 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:33:55 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:33:55 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/templates/eg_default/images/footerpalkki.gif
[Thu May 10 11:33:55 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:34:10 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:34:10 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:34:10 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/favicon.ico
[Thu May 10 11:34:10 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:34:10 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:34:10 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:34:10 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/favicon.ico
[Thu May 10 11:34:10 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:34:11 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:34:11 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:34:11 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/favicon.ico
[Thu May 10 11:34:11 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:34:12 2007] [error] PHP Notice: Undefined property: stdClass::$title in /Library/WebServer/Documents/site/modules/mod_js_smoothgallery.php on line 11
[Thu May 10 11:34:12 2007] [error] PHP Notice: Undefined variable: user1 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 70
[Thu May 10 11:34:12 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:34:12 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:34:12 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/favicon.ico
[Thu May 10 11:34:12 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:34:13 2007] [error] PHP Notice: Undefined property: stdClass::$title in /Library/WebServer/Documents/site/modules/mod_js_smoothgallery.php on line 11
[Thu May 10 11:34:13 2007] [error] PHP Notice: Undefined variable: user1 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 70
[Thu May 10 11:34:13 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:34:13 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:34:13 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/favicon.ico
[Thu May 10 11:34:13 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 11:34:14 2007] [error] PHP Notice: Undefined property: stdClass::$title in /Library/WebServer/Documents/site/modules/mod_js_smoothgallery.php on line 11
[Thu May 10 11:34:14 2007] [error] PHP Notice: Undefined variable: user1 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 70
[Thu May 10 11:34:14 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 11:34:14 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 11:34:14 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/favicon.ico
[Thu May 10 11:34:14 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 12:07:27 2007] [error] PHP Notice: Undefined property: stdClass::$title in /Library/WebServer/Documents/site/modules/mod_js_smoothgallery.php on line 11
[Thu May 10 12:07:27 2007] [error] PHP Notice: Undefined variable: user1 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 70
[Thu May 10 12:07:27 2007] [error] PHP Notice: Undefined variable: user7 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 86
[Thu May 10 12:07:27 2007] [error] PHP Notice: Undefined variable: user8 in /Library/WebServer/Documents/site/templates/eg_default/index.php on line 94
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/favicon.ico
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/images/stories/smoothgallery/thumbs/tn_1.jpg
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/images/stories/smoothgallery/thumbs/tn_2.jpg
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/images/stories/smoothgallery/thumbs/tn_3.jpg
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/templates/eg_default/images/headerkuva
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/templates/eg_default/images/footerpalkki.gif
[Thu May 10 12:07:28 2007] [error] [client IP-Address] File does not exist: /Library/WebServer/Documents/Site/error.html
 
Closed Thread

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
EduGeek Joomla Package Logo Background Problem FN-GM EduGeek Joomla 1.0 Package 10 07-12-2007 10:06 PM
Learn Joomla! featuring the EduGeek Package slingshotsean EduGeek Joomla 1.0 Package 0 20-11-2007 02:29 PM
[SOLVED] Edugeek Joomla package logo problem gh256 EduGeek Joomla 1.0 Package 2 16-11-2007 02:36 PM
Edugeek Joomla package templates gh256 EduGeek Joomla 1.0 Package 1 13-11-2007 05:15 PM
Edugeek Joomla Package for static sites? HodgeHi Web Development 27 12-07-2007 11:53 AM


Tags
edugeek, joomla, project


LinkBacks (?)
LinkBack to this Thread: http://www.edugeek.net/forums/edugeek-joomla-1-0-package/8107-edugeek-joomla-package-released.html
Posted By For Type Date
Digg - EduGeek Joomla Package - A school website in minutes This thread Refback 03-04-2008 09:54 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

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
Forum Jump


All times are GMT +1. The time now is 10:34 AM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net