Template Contest Entry - [68portal]

This forum is for the Joomla! 1.5 template contest, where people can post their templates.
mouloud
Joomla! Apprentice
Joomla! Apprentice
Posts: 32
Joined: Fri Feb 16, 2007 5:07 pm

Re: Template Contest Entry - [68portal]

Post by mouloud » Sat Oct 27, 2007 7:12 pm

mouloud wrote: - The pdf/print/mail button, and the date/author are always visible, even when it's set to hide in the article preference. There is a bug with joomla and the global preference, but in onther templates the article per article preference works.
I found the cause. In file html/com_content/frontpage/default_item.php :

Code: Select all

<?php if ($this->params->get('show_pdf_icon')) : ?>
Where in the default templates provided with rc3, like beez, there is :

Code: Select all

<?php if ($this->item->params->get('show_pdf_icon')) : ?>
So I try to add "item->" before all "params->", and it works fine now.

hth

User avatar
amarok
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 175
Joined: Thu Aug 18, 2005 9:48 pm
Contact:

Re: Template Contest Entry - [68portal]

Post by amarok » Sun Dec 02, 2007 10:14 am

good luck, axel ;).
 
http://www.joomla-support.de | http://www.joomlers.de
irc-server: irc.freenode.net
channel: #joomlachat.de
port: 6667

User avatar
Triplicate
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 131
Joined: Sat Aug 20, 2005 12:07 pm
Contact:

Re: Template Contest Entry - [68portal]

Post by Triplicate » Thu Dec 06, 2007 1:46 am

Axel... very nice work indeed. I see a banner module listed but I was wondering where on the page/template it would appear. Do you have a view showing a banner?

Regards
Ed

Keep up the good work!!
The best is good enough!

User avatar
Triplicate
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 131
Joined: Sat Aug 20, 2005 12:07 pm
Contact:

Re: Template Contest Entry - [68portal]

Post by Triplicate » Wed Dec 12, 2007 3:36 pm

Hi again axle... I was just wondering if the left side menu width could be narrowed down without breaking anything? It seems plenty wide for the info it contains and encroaches on the remaining screen realestate to the right.

Keep up the good work!

Regards
Ed
The best is good enough!

gchr
I've been banned!
Posts: 4
Joined: Sun Dec 23, 2007 9:47 pm

Re: Template Contest Entry - [68portal]

Post by gchr » Sun Dec 30, 2007 10:46 pm

Nice work Axel!

I confirm the following issue reported by pictogram
pictogram wrote: I've some issue here :

1. the "You are here" seems not to respond for translation !?!?! Do the template language process working ???
2. The breadcrumb doesn't display normally, actually it displays the URL instead of a normal home:mylink:myothelink ! Is this a bug !?!!?
The breadcrumb works only for the 'home' page.
Maybe it's because my joomla root folder is in a subfolder of htdocs named 'j15'
So, the breadcrumb gives : "You are here http://vm-w2k-ori/j15/ News"

George

User avatar
seattleslew
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Wed Jan 02, 2008 9:36 pm
Location: Seattle
Contact:

Re: Template Contest Entry - [68portal]

Post by seattleslew » Thu Jan 03, 2008 12:45 am

How do you access the template parameters?
Gary

dArt85
Joomla! Apprentice
Joomla! Apprentice
Posts: 37
Joined: Fri Sep 28, 2007 11:44 pm

Re: Template Contest Entry - [68portal]

Post by dArt85 » Thu Jan 03, 2008 11:13 am

  • spook][68 wrote:
    2 custom module chromes with 3 color variations
    module suffix: [-alt1] [-alt2])
    • added new modulestyle "modern" (suffixes: -alt1, -alt2, -alt3)
    • added 4 nice css boxes (classes: .greenbox, .darkgreenbox, .orangebox, .cyanbox)
    • added 10 icon templates (classes: .accept, .arrow, .download, .flag, .info, .link, .note, .question, .stop, .warning)
[/quote]

Well it is confusing. It looks OK, but how to acces or change those other styles. In most cases you could change everyting in tempaltes parametrs section. Some documentation needed.

Best thing about this template it do not have fixed widh.

User avatar
spook][68
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Fri Aug 19, 2005 2:50 pm
Location: Mannheim, Germany
Contact:

Re: Template Contest Entry - [68portal]

Post by spook][68 » Thu Jan 03, 2008 2:37 pm

booom, my template is under the 5 finalists. great.  :pop
Thank you all for your nice words and help!
Triplicate wrote: Axel... very nice work indeed. I see a banner module listed but I was wondering where on the page/template it would appear. Do you have a view showing a banner?
Hey Ed, the Banner Module which I meant is the "Advertising" Module on the right side.
but you are right. i forgot the image banner module. it's on my todo list.
Triplicate wrote: Hi again axle... I was just wondering if the left side menu width could be narrowed down without breaking anything? It seems plenty wide for the info it contains and encroaches on the remaining screen realestate to the right.
Hey Ed again. :D
My Template is very very very flexible. You can do what you want with it, but a little css knowledge is an requirement for changing things like that. You have to take a look in the /templates/68portal/css/layout.css stylesheet. div#left-sidebar  and div#main are your friends (play with the width/margin attributes).

gchr wrote: The breadcrumb works only for the 'home' page.
Maybe it's because my joomla root folder is in a subfolder of htdocs named 'j15'
So, the breadcrumb gives : "You are here http://vm-w2k-ori/j15/ News"
Hey George, the latest version of the template is made for Joomla RC3.
I think you have a other version. that's the problem :)
i've a lot of work atm but the next release is coming shortly......

seattleslew wrote: How do you access the template parameters?
Hey seattleslew, what exactly do you mean?
You can find the Template Parameters in the Backend under "Extensions -> Template Manager -> 68portal"

dArt85 wrote: Well it is confusing. It looks OK, but how to acces or change those other styles. In most cases you could change everyting in tempaltes parametrs section. Some documentation needed.
Hey dArt85, the only thing what you can change over the template parameters is the Modulestyle "modern" or "standard".
You can set the Module Suffixes in the Module Parameters. There is an field called "Module Suffix" or something like that.
the css classes are only prepared for use. There are some code examples at the Demo

Thanks and a happy new year to you all!
Axel

iceterminal
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jan 03, 2008 4:03 pm

Re: Template Contest Entry - [68portal]

Post by iceterminal » Thu Jan 03, 2008 4:07 pm

I really like the layout. It feels smooth and simple.

However, I can't stand the colors. haha

User avatar
seattleslew
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Wed Jan 02, 2008 9:36 pm
Location: Seattle
Contact:

Re: Template Contest Entry - [68portal]

Post by seattleslew » Thu Jan 03, 2008 5:27 pm

When I go to edit the template parameters I get the error message:

Code: Select all

Fatal error: Cannot access empty property in [i]mysite[/i]/libraries/joomla/registry/registry.php on line 145
Any ideas? I'm using RC3
Gary

User avatar
Triplicate
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 131
Joined: Sat Aug 20, 2005 12:07 pm
Contact:

Re: Template Contest Entry - [68portal]

Post by Triplicate » Fri Jan 04, 2008 5:34 pm

iceterminal wrote: I really like the layout. It feels smooth and simple.

However, I can't stand the colors. haha
Yes... this is a great template. It's the one I'll vote for when that time comes.

I especially like to fact that it's not a fixed width. The colors are very pleasing as they are but if you don't like them it's really easy to change them to whatever you like with a little css and small images.

Regards
The best is good enough!

rexkramer
Joomla! Intern
Joomla! Intern
Posts: 51
Joined: Thu Jan 03, 2008 12:06 pm

Re: Template Contest Entry - [68portal] | Joomla 1.0x Version please!!!

Post by rexkramer » Mon Jan 07, 2008 5:12 pm

I know... this is maybe a dumb request...
but i saw your great looking template on www-joomla-aktuell.de  :-*

And the site is temporarily downgraded from 1.5rc to 1.0x
So, the admin did a "quick" conversion...  ;)

Is it possible to get an "official" J!1.0x Version of your template ?

PLEASE!
TIA!

User avatar
spook][68
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Fri Aug 19, 2005 2:50 pm
Location: Mannheim, Germany
Contact:

Re: Template Contest Entry - [68portal] | Joomla 1.0x Version please!!!

Post by spook][68 » Wed Jan 09, 2008 3:23 pm

rexkramer wrote: And the site is temporarily downgraded from 1.5rc to 1.0x
So, the admin did a "quick" conversion...  ;)

Is it possible to get an "official" J!1.0x Version of your template ?
hi rexkramer,

sorry but i've enough todo's for the coming 1.5 version.  :-\
there will be no official version for 1.0.x.

but you can try to ask devil (admin of joomla-aktuell.de) for his version.

regards, axel

User avatar
the beard
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Thu Mar 01, 2007 7:59 pm
Location: Kalamazoo, Michigan
Contact:

Re: Template Contest Entry - [68portal]

Post by the beard » Thu Jan 10, 2008 11:27 pm

mouloud wrote: - The pdf/print/mail button, and the date/author are always visible, even when it's set to hide in the article preference. There is a bug with joomla and the global preference, but in onther templates the article per article preference works.
I love the template! did this issue get fixed?  I can't seem to get them turned off.  Would it matter if I'm running with Legacy turned on?

Thanks
"I see men walking like trees..."

BuBa
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Jan 11, 2008 5:16 pm

Re: Template Contest Entry - [68portal]

Post by BuBa » Fri Jan 11, 2008 5:34 pm

Nice template, really smooth-one  ;D

I have installed the template, I have only one question, when someone can guide me how to do this.

Please can someone tell me how I can change the logo to the right-site and the newsflash to the left site

Regards,
Frankie

rexkramer
Joomla! Intern
Joomla! Intern
Posts: 51
Joined: Thu Jan 03, 2008 12:06 pm

Re: Template Contest Entry - [68portal] | Joomla 1.0x Version please!!!

Post by rexkramer » Sat Jan 19, 2008 6:18 am

spook][68 wrote:
rexkramer wrote: And the site is temporarily downgraded from 1.5rc to 1.0x
So, the admin did a "quick" conversion...  ;)

Is it possible to get an "official" J!1.0x Version of your template ?
hi rexkramer,

sorry but i've enough todo's for the coming 1.5 version.  :-\
there will be no official version for 1.0.x.

but you can try to ask devil (admin of joomla-aktuell.de) for his version.

regards, axel
yes, i already did so... but there was no answer – maybe he is to busy?!?
devil? Are you listening? ;-)

User avatar
the beard
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Thu Mar 01, 2007 7:59 pm
Location: Kalamazoo, Michigan
Contact:

Re: Template Contest Entry - [68portal]

Post by the beard » Sat Jan 19, 2008 12:29 pm

I've harnessed this template for a church that has asked me to manage their site.  I'm having a real issue with submitting articles from the front end.  I'll go through the process as either an author, editor, publisher and super-admin from the front to create a new article and then click the Save.  The action always gives 403 "you don't have permission..."

I thought it was the host, yahoo, but it isn't.  I defaulted another template and tried posting a new article without any trouble, so it must be with the template. Can anyone tell me what's going on here?
"I see men walking like trees..."

spencer.jarod
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Thu Sep 20, 2007 1:26 pm
Contact:

Re: Template Contest Entry - [68portal]

Post by spencer.jarod » Sat Jan 19, 2008 5:20 pm

I created a "newsfash" module to display some advertisements I created as articles. The "Read More" link will not hide when article titles are set to "Linkable".  I'm using the latest nightly (as of Jan 19). It works on the MilkyWay template but not on the beez template or this one.

Ref: http://forum.joomla.org/index.php/topic,240577.0.html

BTW: Love the template...
I don't believe in premonitions... but I have a feeling that someday I will.
thevegetablegarden.info
http://www.makebeerathome.info - Make Beer At Home
http://www.websitehostsonline.com - Website Hosts Online

User avatar
joshua.lyon
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Sun Jan 06, 2008 6:47 pm
Location: Dallas, TX
Contact:

Re: Template Contest Entry - [68portal]

Post by joshua.lyon » Fri Jan 25, 2008 9:03 pm

I'm excited to see this template J1.5 stable compatible. The template has a great snazzy, but simple appeal.  Great job!
boshdirect.com - my website/blog.

sofaraway
Joomla! Apprentice
Joomla! Apprentice
Posts: 23
Joined: Mon Jan 28, 2008 11:56 pm

Re: Template Contest Entry - [68portal]

Post by sofaraway » Tue Jan 29, 2008 11:54 pm

joshua.lyon wrote: I'm excited to see this template J1.5 stable compatible. The template has a great snazzy, but simple appeal.  Great job!
same here, was wondering if it was already J1.5 stable compatible but I guess not  ???  Anyways, it's a great template and I can't wait to use it for one of my future sites

congratulations spook  :pop

User avatar
DesignGuy
Joomla! Explorer
Joomla! Explorer
Posts: 263
Joined: Sat Sep 02, 2006 9:33 pm
Location: Chicago, USA
Contact:

Re: Template Contest Entry - [68portal]

Post by DesignGuy » Thu Jan 31, 2008 3:07 pm

I want this template for a non-profit I'm working with! It grows on ya!
John Coonen
Host, CMS Expo Learning & Business Conference - http://CMSExpo.net
Managing Director, The CMS Connection - http://CMSConnection.com
Co-founder, JoomlaChicago

User avatar
spook][68
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Fri Aug 19, 2005 2:50 pm
Location: Mannheim, Germany
Contact:

Re: Template Contest Entry - [68portal]

Post by spook][68 » Sat Feb 02, 2008 5:23 pm

hey guys, sorry for the delay.. i've so much work at the moment.
but hey, i'll release a j15 stable ready version tomorrow.  ;)

best regards, axel

Thorsson
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Sun Feb 03, 2008 11:34 am

Re: Template Contest Entry - [68portal]

Post by Thorsson » Sun Feb 03, 2008 11:35 am

Im looking forward for the final version, great job!

DriveBy
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Feb 03, 2008 11:47 pm

Re: Template Contest Entry - [68portal]

Post by DriveBy » Mon Feb 04, 2008 6:26 pm

Is it just me that get "invalid token" when submitting an article with 68portal template installed?

This guy had the same problem and fixed it but he did not say who and he does not answer anymore:
http://forum.joomla.org/index.php/topic,255061.30.html (page 2, reply #38)

Does someone know a workaround?

mmazb3
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Fri Jan 11, 2008 9:58 am

Re: Template Contest Entry - [68portal]

Post by mmazb3 » Thu Feb 07, 2008 3:10 pm

DriveBy wrote: Is it just me that get "invalid token" when submitting an article with 68portal template installed?

This guy had the same problem and fixed it but he did not say who and he does not answer anymore:
http://forum.joomla.org/index.php/topic,255061.30.html (page 2, reply #38)

Does someone know a workaround?
Hey, I have the same problem here when submitting articles from the front end. Doesn't happen with other styles.
I really like this template and hope that someone will be able to find a fix for that.
Thank's to the author.

Thorsson
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Sun Feb 03, 2008 11:34 am

Re: Template Contest Entry - [68portal]

Post by Thorsson » Fri Feb 08, 2008 8:02 pm

Spook, stable version ready?

Doc Zimut
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Oct 06, 2007 9:41 am

Re: Template Contest Entry - [68portal]

Post by Doc Zimut » Sat Feb 09, 2008 1:55 pm

Why in the menu "YOU ARE HERE" the URL "You are here http://127.0.0.1/Joomla_151/ Joomla! Overview" appears

mmazb3
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Fri Jan 11, 2008 9:58 am

Re: Template Contest Entry - [68portal]

Post by mmazb3 » Sun Feb 10, 2008 7:52 am

No answer?  :(

Doc Zimut
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Oct 06, 2007 9:41 am

Re: Template Contest Entry - [68portal]

Post by Doc Zimut » Sun Feb 10, 2008 11:18 am

Problem encountered with version 1.4 and is not any more with version 1.5

Roar
Joomla! Ace
Joomla! Ace
Posts: 1321
Joined: Fri Sep 14, 2007 8:11 pm

Re: Template Contest Entry - [68portal]

Post by Roar » Sun Feb 10, 2008 12:07 pm

mmazb3 wrote: No answer?  :(
Remeber that the last update of this template is 4 month ago. Was that RC2 of R3?
Have you tried the template on 1.5.1?


Locked

Return to “Joomla! 1.5 Template Contest”