close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

a-z headings for results

Thread began 10/07/2013 10:32 pm by Paul | Last modified 10/09/2013 10:53 am by Paul | 2287 views | 13 replies |

Paul

a-z headings for results

Can someone point me in the direction to have the results sorted like below? I have the results sorting fine, but need to add the Alphabetical category heading based on the results.

A
alpha
adam

B
banana
boat

Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

this will require hand coding to accomplish.

Send a copy of your results page, and i can give further details.

i found this example through google:
http://stackoverflow.com/questions/7812097/listing-array-values-alphabetically-with-letter-heading

Sign in to reply to this post

Paul

Here it is, Jason...

Appreciate any assistance.

Sign in to reply to this post

Jason ByrnesWebAssist

line 256 starts the rrepeat region:

php:
<?php do { ?>



change that to:

<?php $last = ''; ?>
<?php do { ?>
<?php
$current = strtolower($row_rsProducts['prodCategories'][0]);
if ($last != $current) {
echo("<tr class=\"".$WARRT_AltClass1->getClass(true)."\" >");
echo("<td>".strtoupper($current) . "</td>");
echo("</tr>");
$last = $current;
}
?>
Sign in to reply to this post

Paul

Jason,

I made the change, but it didn't change anything...was I supposed to put some reference to the Category Heading somewhere?

Thanks...

Attached Files
categories_all.php
Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

Paul

Here it is!

Sign in to reply to this post

Jason ByrnesWebAssist

since you are using a grid layout, the code needed to be moved inside the repeat selection.

Sign in to reply to this post

Paul

I saw it...thanks so much, Jason!

Sign in to reply to this post

Paul

In the design view, I don't see anything that shows me the Category Heading...A, B, C, etc. Where do I find it in the code so that I can apply some CSS to it, simply to make it BOLD.

Thanks again...

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...