Joomla! Discussion Forums



It is currently Mon Nov 23, 2009 12:11 pm (All times are UTC )

 





Post new topic Reply to topic  [ 84 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
Posted: Sat Oct 27, 2007 7:12 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Feb 16, 2007 5:07 pm
Posts: 30
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:
<?php if ($this->params->get('show_pdf_icon')) : ?>

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


So I try to add "item->" before all "params->", and it works fine now.

hth


Top
   
 
Posted: Sun Dec 02, 2007 10:14 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 9:48 pm
Posts: 168
good luck, axel ;).

_________________
 
http://www.joomla-support.de | http://www.joomlers.de
irc-server: irc.freenode.net
channel: #joomlachat.de
port: 6667


Top
  E-mail  
 
Posted: Thu Dec 06, 2007 1:46 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Aug 20, 2005 12:07 pm
Posts: 59
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!


Top
  E-mail  
 
Posted: Wed Dec 12, 2007 3:36 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Aug 20, 2005 12:07 pm
Posts: 59
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!


Top
  E-mail  
 
Posted: Sun Dec 30, 2007 10:46 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Dec 23, 2007 9:47 pm
Posts: 4
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


Top
  E-mail  
 
Posted: Thu Jan 03, 2008 12:45 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 02, 2008 9:36 pm
Posts: 18
Location: Seattle
How do you access the template parameters?

_________________
Gary


Top
  E-mail  
 
Posted: Thu Jan 03, 2008 11:13 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 28, 2007 11:44 pm
Posts: 36
    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)



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.

Top
  E-mail  
 
Posted: Thu Jan 03, 2008 2:37 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 19, 2005 2:50 pm
Posts: 21
Location: Mannheim, Germany
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


Top
  E-mail  
 
Posted: Thu Jan 03, 2008 4:07 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Jan 03, 2008 4:03 pm
Posts: 1
I really like the layout. It feels smooth and simple.

However, I can't stand the colors. haha


Top
   
 
Posted: Thu Jan 03, 2008 5:27 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jan 02, 2008 9:36 pm
Posts: 18
Location: Seattle
When I go to edit the template parameters I get the error message:

Code:
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


Top
  E-mail  
 
Posted: Fri Jan 04, 2008 5:34 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Aug 20, 2005 12:07 pm
Posts: 59
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!


Top
  E-mail  
 
Posted: Mon Jan 07, 2008 5:12 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jan 03, 2008 12:06 pm
Posts: 47
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!


Top
  E-mail  
 
Posted: Wed Jan 09, 2008 3:23 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 19, 2005 2:50 pm
Posts: 21
Location: Mannheim, Germany
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


Top
  E-mail  
 
Posted: Thu Jan 10, 2008 11:27 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Mar 01, 2007 7:59 pm
Posts: 18
Location: Kalamazoo, Michigan
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..."


Top
   
 
Posted: Fri Jan 11, 2008 5:34 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Jan 11, 2008 5:16 pm
Posts: 1
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


Top
  E-mail  
 
Posted: Sat Jan 19, 2008 6:18 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jan 03, 2008 12:06 pm
Posts: 47
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? ;-)


Top
  E-mail  
 
Posted: Sat Jan 19, 2008 12:29 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Mar 01, 2007 7:59 pm
Posts: 18
Location: Kalamazoo, Michigan
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..."


Top
   
 
Posted: Sat Jan 19, 2008 5:20 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Sep 20, 2007 1:26 pm
Posts: 19
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.

Make Beer At Home
Website Hosts Online


Top
   
 
Posted: Fri Jan 25, 2008 9:03 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 06, 2008 6:47 pm
Posts: 7
Location: Dallas, TX
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.


Top
   
 
Posted: Tue Jan 29, 2008 11:54 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Jan 28, 2008 11:56 pm
Posts: 23
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


Top
  E-mail  
 
Posted: Thu Jan 31, 2008 3:07 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sat Sep 02, 2006 9:33 pm
Posts: 233
Location: Chicago, USA
I want this template for a non-profit I'm working with! It grows on ya!

_________________
John Coonen
CMS Expo Learning Conferences
http://www.CMSExpo.net


Top
  E-mail  
 
Posted: Sat Feb 02, 2008 5:23 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 19, 2005 2:50 pm
Posts: 21
Location: Mannheim, Germany
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


Top
  E-mail  
 
Posted: Sun Feb 03, 2008 11:35 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Feb 03, 2008 11:34 am
Posts: 14
Im looking forward for the final version, great job!


Top
  E-mail  
 
Posted: Mon Feb 04, 2008 6:26 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Feb 03, 2008 11:47 pm
Posts: 2
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?


Top
  E-mail  
 
Posted: Thu Feb 07, 2008 3:10 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jan 11, 2008 9:58 am
Posts: 11
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.


Top
   
 
Posted: Fri Feb 08, 2008 8:02 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Feb 03, 2008 11:34 am
Posts: 14
Spook, stable version ready?


Top
  E-mail  
 
Posted: Sat Feb 09, 2008 1:55 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 06, 2007 9:41 am
Posts: 5
Why in the menu "YOU ARE HERE" the URL "You are here http://127.0.0.1/Joomla_151/ Joomla! Overview" appears


Top
  E-mail  
 
Posted: Sun Feb 10, 2008 7:52 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jan 11, 2008 9:58 am
Posts: 11
No answer?  :(


Top
   
 
Posted: Sun Feb 10, 2008 11:18 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 06, 2007 9:41 am
Posts: 5
Problem encountered with version 1.4 and is not any more with version 1.5


Top
  E-mail  
 
Posted: Sun Feb 10, 2008 12:07 pm 
Joomla! Ace
Joomla! Ace
Offline

Joined: Fri Sep 14, 2007 8:11 pm
Posts: 1241
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?

_________________
Roar
http://www.joomlainorge.no/


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 84 posts ]  Go to page Previous  1, 2, 3  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group