We've only just installed the portal a few days ago so there's still some work to do on it but it's getting there.
We have big plans for the site so I'll post updates as and when we do them.
The portal page is here: http://www.cliptheapex.com
Clip The Apex
Re: Clip The Apex
That looks and feels very nice, you have done a great job so far...I look forward to seeing the end result
Re: Clip The Apex
Can I ask how you made that nice News block? Presumably it uses several rss feeds somehow? I'd very much like something similar for my portal.Brogan wrote:We've only just installed the portal a few days ago so there's still some work to do on it but it's getting there.
We have big plans for the site so I'll post updates as and when we do them.
The portal page is here: http://www.cliptheapex.com
Re: Clip The Apex
It's from here: http://www.dynamicdrive.com/dynamicinde ... roller.htmflat_webb wrote:Can I ask how you made that nice News block? Presumably it uses several rss feeds somehow? I'd very much like something similar for my portal.
Very easy to install and configure.
Re: Clip The Apex
Thanks Where (i.e. what path) did you put the first piece of code and the js in? I'm not 100% sure....
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Clip The Apex
Beautiful.Brogan wrote:We've only just installed the portal a few days ago so there's still some work to do on it but it's getting there.
We have big plans for the site so I'll post updates as and when we do them.
Just a pity that you don't feel to leave any sign of a credit for our work.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: Clip The Apex
Apologies - it's still a work in progress.Kevin wrote:Beautiful.Brogan wrote:We've only just installed the portal a few days ago so there's still some work to do on it but it's getting there.
We have big plans for the site so I'll post updates as and when we do them.
Just a pity that you don't feel to leave any sign of a credit for our work.
I did have the original copyright/credit info' in there but it got lost when I updated the main page and copied the overall_footer across.
I plan to create a new footer just for the portal page.
However, I can't seem to get the cookie working so I may be forced to remove the portal altogether.
Re: Clip The Apex
I've quickly updated the portal footer to credit this site.
Re: Clip The Apex
Missed this first time around...flat_webb wrote:Thanks Where (i.e. what path) did you put the first piece of code and the js in? I'm not 100% sure....
The code goes in the overall_header in the <head></head> section.
I've put the js files in the /template directory and amended the path as follows:
Code: Select all
<script type="text/javascript" src="{T_TEMPLATE_PATH}/gfeedfetcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/gajaxscroller.js">