Closed (works as designed)
Project:
Acquia Prosper
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 Mar 2011 at 13:11 UTC
Updated:
1 Apr 2014 at 20:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jamesoakleyHow have you worked around the fact that Acquia Prosper is dependent on Skinr, and Skinr doesn't yet have a D7 release? I have a D6 site using Acquia Prosper, but I make full use of the Skinr features, so I'd need any D7 version of Acquia Prosper also to use Skinr. I suspect we just have to wait for Skinr to be ready in D7, and then we can all proceed. But I could be wrong - how did you approach this?
Comment #2
shruti.sheth commentedHi,
Skinr module is use to define the styles and used them in various places in Drupal UI. Acquia Prosper use these styles voluntarily.
You can now replace the .info file with this one.
Thanks,
Shruti
Comment #3
stephthegeek commentedThe D7 -dev version of Skinr *is* actually working, at least as far as replicating the basic functionality of the Drupal 6 version. We'll be releasing some theme updates soon and clarifying where things are at in a blog post or something. In the meantime, we're trying to help out in the Skinr queue as much as possible.
Comment #4
timtunbridge commentedThis does not appear to be calling node-product.tpl.php ?
Comment #5
BenK commentedSubscribing
Comment #6
drupalicious commentedsubscribe
Comment #7
g.k commentedsubscribe
Comment #8
tebb commentedFollowing.
Comment #9
Andrew Himes commentedsubscribe
Comment #10
bwynants commentedGreat work!
It is not using node-product.tpl.php for my products, any ideas?
And what function should populate the fields for it? I mean $fusion_uc_image and so on? I can not find it?
Thx
Comment #11
rfayAt first blush, this seems to work OK.
Here's #0 + #2 with obsolete LICENSE.txt and $Id$ removed.
This patch is against *master*, which I was assuming was right. If it should be against 6.x-1.x, I'll reroll.
Comment #12
bwynants commentedquick fix....
fusion_core template.php
and node--product.tpl.php in acquia_prosper
Comment #13
rfay@bwynants, does this relate to #11? If it's a competing patch, could you roll it as a patch to help the maintainers?
Comment #14
bwynants commented@rfay yes it relates to #11 and no I do not make an official patch for 2 reasons:
1) This is currently not an official Acquia Prosper release, but just a download in the issue queue
2) I haven't yet created a patch now drupal is using gitHub. I have to sort that out but have no time now...
I did report the fusion_core fix on the fusion_core issue queue so that they can get that in if they want.
Just want to help out and expect someone to take it from here, sorry for now.
Regards
Comment #15
prajaktam commented@bwynants : Thanks for the work. I tried out the changes in template.php and node--product.tpl.php file with just one modification. Instead of making the changes in fusion_core template file, I added the preprocess_node function in acquia_prosper drupal 7 port template file. And changed all the variable from fusion_uc--- to acquia_prosper_uc---. in the acquia_prosper D7 theme. I am attaching the files below.
Thanks for the work. It really helped.
Thanks,
Prajakta.
Comment #16
rfayHere is #15 rerolled as a patch (and with minor changes removing some obsolete blank lines and a couple of still-hanging-around $Id$.
I note that all of these patches don't show comment bodies, so settings to needs work.
I note also that we now have both node-product.tpl.php AND node--product.tpl.php
Comment #17
stephthegeek commentedThanks everyone! We're working on this now, now that the Fusion alpha is out. Will have an initial version committed this week.
Comment #18
bwynants commented@rfay node-product.tpl.php is not used in D7, we only need node--product.tpl.php
Comment #19
tobedeleted commentedsubscribing
Comment #20
goody815 commentedthere is a dev version for Drupal 7 out. it does not have skinr or ubercart features in this release. skinr is under heavy development at this time.
Comment #21
BenK commentedHey everyone,
There's been a lot of talk about eventual ubercart features (which are not yet in the release), but I haven't seen any discussion of Drupal Commerce styling in the D7 version. Will Drupal Commerce features be implemented along with Ubercart features?
Looking forward to testing the new release,
Ben
Comment #22
snlnz commentedsubscribing
Looks good so far. Haven't found any major issues. why isn't this on the main project page as a d7 dev release?
Comment #23
goody815 commentedthere is a D7 dev version on main project page for testing and review
Comment #24
bwynants commented@goody815 but it does not have the ubercart features so it's not useful
Comment #25
goody815 commentedHi bwynants,
We are going to be adding Drupal Commerce features for the D7 version of Acquia Prosper. It still should work with ubercart. It just won't have the extra ubercart styling preset as in the D6 version
Comment #27
macmaci commentedThis thread is very useful. I installed Acquia Prosper and Fusion and get the following error.
Notice: Undefined variable: node_top in include() (line 18 of /home/clients/websites/w_iyo702/public_html/iyo702/sites/all/themes/acquia_prosper/node.tpl.php).
Notice: Undefined variable: node_bottom in include() (line 53 of /home/clients/websites/w_iyo702/public_html/iyo702/sites/all/themes/acquia_prosper/node.tpl.php).
Since I am not real adept at php or coding or applying a patch but can modify the .tpl file. I am not clear on whether the info above regarding the patch takes care of this.
If someone can help I'd really appreciate it.
Thanks,
Mildred
Comment #28
mmomin commentedI upgraded my site from Drupal 6.30 to 7.26 and upgraded Acquia Prosper theme as well. Everything seems working fine except pager in views. a block view of user's blog posts is missing a pager which was there in prevoius version.