Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ General ⇒ This Site :: Archives ⇒ What module is the start page? :: Archived


What module is the start page? :: Archived
Post your comments about this site or bugs found on this website in here. Please post errors, bugs or other problems found in your installation in the appropriate forum.
Go to page 1, 2  Next
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  This Site

Topic Archived View previous topic :: View next topic  
Author Message
JSellnau_TSCC
Supporter
Supporter

Offline Offline
Joined: Jul 12, 2005
Posts: 102
Location: La Crosse, WI USA
PostPosted: Thu Jul 28, 2005 1:34 pm
Post subject: Re: New entry to site - nice!

which module is used to do this new startpage????

_________________
Joel
Tri-State Computer Consulting
jsellnau @ tsccgraphix.com
www.tsccgraphix.com
ww.tri-stateconsulting.net

JSellnau_TSCC's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
CentOS 3.4/Apache 1.3.34/mySQL 4.0.25/PHP 4.4.1/DF 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number AIM Address MSN Messenger Yahoo Messenger
NEMINI
Diamond Supporter
Diamond Supporter

Offline Offline
Joined: Apr 22, 2004
Posts: 4551

PostPosted: Thu Jul 28, 2005 2:03 pm
Post subject: Re: New entry to site - nice!

JSellnau_TSCC wrote:
which module is used to do this new startpage????

none. it's a message if my guess is correct, or possibly a custom written module.

_________________
NEMINI.org, NEMINI.us, NEMINI.info, NYMINI.org

NEMINI's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
1.3.34 (Unix)/4.1.18-standard/4.4.2 /9.1.0.8 CVS
Back to top
View user's profile Visit poster's website Photo Gallery
JSellnau_TSCC
Supporter
Supporter

Offline Offline
Joined: Jul 12, 2005
Posts: 102
Location: La Crosse, WI USA
PostPosted: Thu Jul 28, 2005 2:08 pm
Post subject: Re: New entry to site - nice!

I just ask because if you click on the "community center" link at the top...you get the "standard" view for dragonfly main page.

_________________
Joel
Tri-State Computer Consulting
jsellnau @ tsccgraphix.com
www.tsccgraphix.com
ww.tri-stateconsulting.net

JSellnau_TSCC's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
CentOS 3.4/Apache 1.3.34/mySQL 4.0.25/PHP 4.4.1/DF 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number AIM Address MSN Messenger Yahoo Messenger
NEMINI
Diamond Supporter
Diamond Supporter

Offline Offline
Joined: Apr 22, 2004
Posts: 4551

PostPosted: Thu Jul 28, 2005 2:14 pm
Post subject: Re: New entry to site - nice!

and if you read the URL for community center you come up with News.html which is obviously the news module.

_________________
NEMINI.org, NEMINI.us, NEMINI.info, NYMINI.org

NEMINI's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
1.3.34 (Unix)/4.1.18-standard/4.4.2 /9.1.0.8 CVS
Back to top
View user's profile Visit poster's website Photo Gallery
JSellnau_TSCC
Supporter
Supporter

Offline Offline
Joined: Jul 12, 2005
Posts: 102
Location: La Crosse, WI USA
PostPosted: Thu Jul 28, 2005 2:14 pm
Post subject: Re: New entry to site - nice!

On a second note.....how do you get all the modules to show up as "simple" html links instead of the long module links that include index.php?

(ie. www.dragonflycms.org/W...inks.html)

_________________
Joel
Tri-State Computer Consulting
jsellnau @ tsccgraphix.com
www.tsccgraphix.com
ww.tri-stateconsulting.net

JSellnau_TSCC's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
CentOS 3.4/Apache 1.3.34/mySQL 4.0.25/PHP 4.4.1/DF 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number AIM Address MSN Messenger Yahoo Messenger
FishySteve
Gold Supporter
Gold Supporter

Offline Offline
Joined: Apr 21, 2004
Posts: 158
Location: Australia
PostPosted: Thu Jul 28, 2005 2:19 pm
Post subject: Re: New entry to site - nice!

My Guess would be that it's a custom module
just create an index.php like this
PHP:
if (!defined('CPG_NUKE')) { exit; }

require_once(
'header.php');

OpenTable();

echo
'HTML GOES HERE';

CloseTable();

Replace "HTML GOES HERE" with your stuff.
Make a sub directory in your modules directory and name it what you like, put your new index.php in there and there you have it....:lol:
Like I said, I'm only guessing...


FishySteve's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux(Unix) - Apache/1.3.34 - MySQL Client API version 4.1.21 - PHP Version 4.4.2 - Perl Version 5.8 - DF 9.0.6.1
Back to top
View user's profile Visit poster's website Photo Gallery
FishySteve
Gold Supporter
Gold Supporter

Offline Offline
Joined: Apr 21, 2004
Posts: 158
Location: Australia
PostPosted: Thu Jul 28, 2005 2:22 pm
Post subject: Re: New entry to site - nice!

JSellnau_TSCC wrote:
On a second note.....how do you get all the modules to show up as "simple" html links instead of the long module links that include index.php?

(ie. www.dragonflycms.org/W...inks.html)
admin/main settings/
Activate Link Engine Optimization (LEO) YES


FishySteve's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux(Unix) - Apache/1.3.34 - MySQL Client API version 4.1.21 - PHP Version 4.4.2 - Perl Version 5.8 - DF 9.0.6.1
Back to top
View user's profile Visit poster's website Photo Gallery
JSellnau_TSCC
Supporter
Supporter

Offline Offline
Joined: Jul 12, 2005
Posts: 102
Location: La Crosse, WI USA
PostPosted: Thu Jul 28, 2005 2:23 pm
Post subject: Re: New entry to site - nice!

ty for both responses....

_________________
Joel
Tri-State Computer Consulting
jsellnau @ tsccgraphix.com
www.tsccgraphix.com
ww.tri-stateconsulting.net

JSellnau_TSCC's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
CentOS 3.4/Apache 1.3.34/mySQL 4.0.25/PHP 4.4.1/DF 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number AIM Address MSN Messenger Yahoo Messenger
WebSiteGuru
1000+ Posts Club
1000+ Posts Club

Offline Offline
Joined: Jun 09, 2005
Posts: 2318

PostPosted: Thu Jul 28, 2005 2:24 pm
Post subject: Re: New entry to site - nice!

LEO need to be turn on.

_________________
Lead Theme Designer - WebSiteGuru Designs

WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
Back to top
View user's profile Visit poster's website Yahoo Messenger
JSellnau_TSCC
Supporter
Supporter

Offline Offline
Joined: Jul 12, 2005
Posts: 102
Location: La Crosse, WI USA
PostPosted: Thu Jul 28, 2005 2:27 pm
Post subject: Re: New entry to site - nice!

Got the link part.....I am still playing around with the other idea. (custom module for the startpage)

_________________
Joel
Tri-State Computer Consulting
jsellnau @ tsccgraphix.com
www.tsccgraphix.com
ww.tri-stateconsulting.net

JSellnau_TSCC's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
CentOS 3.4/Apache 1.3.34/mySQL 4.0.25/PHP 4.4.1/DF 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number AIM Address MSN Messenger Yahoo Messenger
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Thu Jul 28, 2005 2:29 pm
Post subject: Re: What module is the start page?

Actually it's pulled directly from wiki Smile
dragonflycms.org/Wiki/id=1.html

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
JSellnau_TSCC
Supporter
Supporter

Offline Offline
Joined: Jul 12, 2005
Posts: 102
Location: La Crosse, WI USA
PostPosted: Thu Jul 28, 2005 2:33 pm
Post subject: Re: What module is the start page?

ok....

_________________
Joel
Tri-State Computer Consulting
jsellnau @ tsccgraphix.com
www.tsccgraphix.com
ww.tri-stateconsulting.net

JSellnau_TSCC's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
CentOS 3.4/Apache 1.3.34/mySQL 4.0.25/PHP 4.4.1/DF 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number AIM Address MSN Messenger Yahoo Messenger
xfsunoles
XHTML Specialist
XHTML Specialist

Offline Offline
Joined: Apr 30, 2004
Posts: 2502
Location: Melbourne, Florida
PostPosted: Thu Jul 28, 2005 2:34 pm
Post subject: Re: What module is the start page?

so it was grab from wiki SQL in Modules?

_________________

Firefox is my Favorite Browser

xfsunoles's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.34 (Unix)/4.0.25-standard/4.4.1/CVS
Back to top
View user's profile Visit poster's website AIM Address MSN Messenger Yahoo Messenger Photo Gallery
FishySteve
Gold Supporter
Gold Supporter

Offline Offline
Joined: Apr 21, 2004
Posts: 158
Location: Australia
PostPosted: Thu Jul 28, 2005 2:39 pm
Post subject: Re: What module is the start page?

hehehe
And I thought I was close, I'd never have guessed that one.


FishySteve's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux(Unix) - Apache/1.3.34 - MySQL Client API version 4.1.21 - PHP Version 4.4.2 - Perl Version 5.8 - DF 9.0.6.1
Back to top
View user's profile Visit poster's website Photo Gallery
WebSiteGuru
1000+ Posts Club
1000+ Posts Club

Offline Offline
Joined: Jun 09, 2005
Posts: 2318

PostPosted: Thu Jul 28, 2005 2:43 pm
Post subject: Re: What module is the start page?

I knew I saw that part of the page some where else. For some reason, I did not remember it. Wink coool

_________________
Lead Theme Designer - WebSiteGuru Designs

WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
Back to top
View user's profile Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  This Site
Page 1 of 2
All times are GMT
Go to page 1, 2  Next

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

閱讀詳細內容...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy