2 of 2
2
Gluten Free Living relaunches
Posted: 13 February 2008 07:13 PM   [ Ignore ]   [ # 19 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1909
Joined  01-05-2007

I was just working out how you created your search function. Whether you shared a custom field group across reviews, news etc.

 Signature 

 
Steven Hambleton | Follow me on Twitter!


ExpressionEngine Outsourcing for Marketing, Graphic & Web Agencies
Partner with a professional ExpressionEngine development team to turn your designs into functioning sites.

Profile
 
 
Posted: 13 February 2008 07:26 PM   [ Ignore ]   [ # 20 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  311
Joined  01-14-2006

you’ve lost me, my search results page is still legacy from v1 of the site and contains nothing special… It’s on my to-do list…

<div class="intro">
                <
h1>Search results for <b>{exp:search:keywords}</b></h1>
                <
p>Total results: <b>{exp:search:total_results}</b></p>
                </
div>


                <
table class="clist" cellspacing="1" width="100%" style=" clear:left;">
                    <
tbody>

                        <
tr class="headTR">
                            <
th>Title</th>
                            <
th>Date Added</th>
                            <
th>Added By</th>
                        </
tr>

                        
{exp:search:search_results}
                        
<tr class="{switch="even|odd"}">
                            <
td class="title-td" valign="middle"><a href="{auto_path}">{title}</a></td>
                            <
td class="date-td" valign="middle">{entry_date format=' %l,<br /> %F %d, %Y '}</td>
                            <
td class="author-td" valign="middle">{author}</td>
                        </
tr>
                        
{/exp:search:search_results}

                    
</tbody>
                </
table>

Happy to share code if you want to know something specific.

can you send a link to a page?..

 Signature 

Weblog | Agency | @_iain_

Profile
 
 
Posted: 13 February 2008 07:33 PM   [ Ignore ]   [ # 21 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1909
Joined  01-05-2007

Ah it’s ok, I was getting caught up in a more complicated way of doing things. I had a product catalogue and the client wanted other custom fields in the search results (nightmare!).

 Signature 

 
Steven Hambleton | Follow me on Twitter!


ExpressionEngine Outsourcing for Marketing, Graphic & Web Agencies
Partner with a professional ExpressionEngine development team to turn your designs into functioning sites.

Profile
 
 
Posted: 13 February 2008 07:48 PM   [ Ignore ]   [ # 22 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  311
Joined  01-14-2006

{entry_id} is available, embeds based on weblog id should work easily.. no?..

 Signature 

Weblog | Agency | @_iain_

Profile
 
 
Posted: 14 February 2008 10:32 PM   [ Ignore ]   [ # 23 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1925
Joined  08-02-2006
iain - 13 February 2008 02:42 PM

@deronsizemore: Both tools are members only I’m afraid… can’t imagine how favourites could work for guests. My php skills are minimal.

Ratings took 10 minutes to implement. very straight forward and well documented with examples etc. Only issue I’ve found is that if i allow guests to rate, the allow_duplicate parameter seems to be inefective… Might be me tho’, as I’ve said i haven’t had time to do much with it yet.

Thanks again everyone for the feedback.

Yeah, I’m not sure about the favorites module either. I remember at one point there was a sort of digg clone type site made with EE and the favorites module and I didn’t think you had to be a member to favorite articles (or bump them up to the top of the list like digg), but I could be wrong about that.

Thanks for the info on the ratings module. I plan on using it for non members to rate articles so I guess I’ll find out about the duplicates issue you’re having and then contact Mitchell over at Solspace if I have any problems.

 Signature 

Deron Sizemore
==========
LogoGala | Kentucky Golfing
Twitter: Deron Sizemore | LogoGala

Profile
 
 
Posted: 14 February 2008 11:07 PM   [ Ignore ]   [ # 24 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  311
Joined  01-14-2006

Not sure if you’re talking about the same favourites module?... Solspace Favourites lets members create a list of permanent favourite entries for handy reference - like a shopping cart. I can’t see how a non-member can have this type of functionality.

It also has features like “People who bookmarked this, bookmarked this and this etc..” Each ‘favourite’ can be associated with members and via the admin you can browse members favourites…

Ratings doesn’t seem to have member data associated with it, and as far as i can see is more open for abuse - hence making it member only at this stage. I don’t want to have guests entering their name and email to make a rating also, they may as well signup and become members in my opinion…

Again, I may be wrong as I’ve only skimmed through the docs and done a quick implementation at this stage.

 Signature 

Weblog | Agency | @_iain_

Profile
 
 
Posted: 14 February 2008 11:20 PM   [ Ignore ]   [ # 25 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1925
Joined  08-02-2006

I’m probably just confused then about the favorites module.

I’m not quite sure what you’re referring too when you say that the ratings module doesn’t seem to have member data associated with it? Are you saying that you can only use the ratings module with a membership site where users would have to sign up for an account first before they can rate?

Do users making a rating have to enter a name and email every time they rate an entry?

EDIT: Nevermind, I reread some old posts in this thread and saw where you said both tools were members only.

 Signature 

Deron Sizemore
==========
LogoGala | Kentucky Golfing
Twitter: Deron Sizemore | LogoGala

Profile
 
 
Posted: 14 February 2008 11:27 PM   [ Ignore ]   [ # 26 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  311
Joined  01-14-2006
deronsizemore - 14 February 2008 11:20 PM

Do users making a rating have to enter a name and email every time they rate an entry?

No, you can have guest simply submit, but i’d rather see who has rated what and want genuine rating results by genuine members.

The rating module as i see it is not as well integrated as favourites as far as member information goes, that’s all i’m saying.

You’re best to get your info from Mitchell and post on his forums, I may be incorrect.

 Signature 

Weblog | Agency | @_iain_

Profile
 
 
Posted: 14 February 2008 11:28 PM   [ Ignore ]   [ # 27 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1925
Joined  08-02-2006

I’ll see what I can dig up over at Solspace. Thanks for all the info.

 Signature 

Deron Sizemore
==========
LogoGala | Kentucky Golfing
Twitter: Deron Sizemore | LogoGala

Profile
 
 
   
2 of 2
2
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1743, on December 02, 2009 02:47 PM
Total Registered Members: 119705 Total Logged-in Users: 43
Total Topics: 125899 Total Anonymous Users: 26
Total Replies: 662417 Total Guests: 313
Total Posts: 788316    
Members ( View Memberlist )