Search:

Type: Posts; User: bradymc

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Expanded Category List - make it a page and not a sidebox

    :frusty:

    Not only am I the president of the PHP-Newby club, I'm also a client. Thanks for all the pointers. I've managed to get everything working and formatted to my liking.
  2. Re: Expanded Category List - make it a page and not a sidebox

    Ok, I'm slowly making progress. I finally got things situated so that the page is just waiting for me to display content. I assume that the code shown above is what should be in the html_includes...
  3. Re: Expanded Category List - make it a page and not a sidebox

    So now I sit on a blank page.

    Here's my header file minus the comments and php tags:

    require DIR_WS_CLASSES . 'category_list.php';
    $main_category_list = new category_list;
    ...
  4. Re: Expanded Category List - make it a page and not a sidebox

    I guess what seems to be getting me is what should go in the header file...
    /includes/modules/pages/MY_PAGE_NAME/header_php.php.

    Again, I tried copying the information from...
  5. Re: Expanded Category List - make it a page and not a sidebox

    Are you saying to copy the content of the sidebox template file and use that information to create a new page template file?
  6. Re: Expanded Category List - make it a page and not a sidebox

    I've been working on that and I'm not having much luck on my own. Switching it from a sidebox to a template page is probably easy for someone who knows how... however I don't fall into that category....
  7. Expanded Category List - make it a page and not a sidebox

    Is it possible to modify this sidebox so that the same results would display in the content area of a page instead of in a sidebox?
  8. Products All page - show Category name with products underneath

    I'm using a page to show all of the products in the system. I just have 4 categories and a few products in each category. Instead of a listing of the product names, is there a way to display the...
  9. Replies
    20
    Views
    6,522

    Re: Member only EZ-Pages

    I assumed that there would not be any logging in or exchanging sensitive information on the root of the site. That's why I suggested NONSSL. Guess some may have a login sidebox and it's better to be...
  10. Replies
    20
    Views
    6,522

    Re: Member only EZ-Pages

    The structure of the zen_href_link in my last post is:
    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'))

    FILENAME_LOGIN is defined in 'includes/filenames.php' to tell the browser to go to...
  11. Replies
    4
    Views
    1,453

    Re: EZ-pages admin display

    Thanks Ajeh. I didn't know you could do that.
  12. Replies
    4
    Views
    1,453

    Re: EZ-pages admin display

    It would seem that there is a variable out there called MAX_DISPLAY_SEARCH_RESULTS_EZPAGE in admin/includes/ezpages.php. I did a search using the Developer's Tool Kit and found nothing... except for...
  13. Replies
    4
    Views
    1,453

    EZ-pages admin display

    Is it possible to have the listing of my ez-pages in the admin (Tools - EZ_Pages) all on one page? Right now they display 20 at a time and I have to go through 7 pages to find the one I'm looking...
  14. Replies
    2
    Views
    901

    Re: Product listing in sidebox

    Wow. My eyes screamed right past the Blank Sidebox contribution! I think that'll be a good place to start. If I glue something together, I'll repost for anyone else looking for the same thing. Thanks...
  15. Replies
    2
    Views
    901

    Product listing in sidebox

    I've looked around the contributions and forum and haven't been able to find anyone who's attempted this yet.

    I'd like to have a sidebox that shows a specific category's products. My client will...
  16. Replies
    3
    Views
    1,142

    Re: Is my messagestack working correctly?

    Ahhhh.....

    I found a position:absolute; tag in the template's CSS that was causing the ruckus. Removed. Fixed. Life carries on.
  17. Replies
    3
    Views
    1,142

    Is my messagestack working correctly?

    I took the band signup form contribution and modified it (to the best of my menial PHP abilities) and created several error checking features. If I have more than one error they seem to stack on top...
  18. Replies
    8
    Views
    2,626

    Re: Redirect from the Login Page

    Hmmm... strange things are happening. Because now everything works as it should. Maybe it heard your footsteps coming! :)

    Do those files take time to update on the servers or something? I had...
  19. Replies
    8
    Views
    2,626

    Re: Redirect from the Login Page

    Dr Byte,

    I tried that and it still takes me to /index.php?main_page=index. I'm wanting it to take them to the "My Account" page. I assume that's probably a simple variable switch, but I wasn't...
  20. Replies
    8
    Views
    2,626

    Re: Redirect from the Login Page

    craftzombie,

    Can you post your solution to this problem because I am wanting to do the same thing, but for some reason can't seem to figure it out.
  21. Replies
    20
    Views
    6,522

    Re: Member only EZ-Pages

    I'll take that as a compliment, Linda. I'm feeling Zenducated! :smartalec:

    I didn't think to add it to the wishlist... maybe it'll help someone in the future.
  22. Replies
    20
    Views
    6,522

    Re: Member only EZ-Pages

    After sleeping, I realized that the above example is good only if you have a few ez-pages (in relation to your total number of ez-pages) that need protection. For instance, you have 4 ez-pages that...
  23. Replies
    20
    Views
    6,522

    Re: Member only EZ-Pages

    Seek (along with some trial and error) and ye shall find!

    Here's what seems to work for my "would it be possible" question above.

    In 'includes/modules/pages/page/header_php.php' look for the...
  24. Replies
    20
    Views
    6,522

    Re: Member only EZ-Pages

    Would it be possible to expand that 'if' statement to include specific ez-page id's? For instance, I want id's 7-12, 15 and 16 to be password protected. All other pages wouldn't need to be.
  25. Thread: EZ Page Title

    by bradymc
    Replies
    9
    Views
    1,394

    Re: EZ Page Title

    You won't be able to access that file going through a browser. If it were me, I'd download the file using your favorite FTP program (if the file isn't already local), make the suggested adjustments,...
  26. Thread: EZ Page Title

    by bradymc
    Replies
    9
    Views
    1,394

    Re: EZ Page Title

    How are you trying to access that file?
  27. Thread: EZ Page Title

    by bradymc
    Replies
    9
    Views
    1,394

    Re: EZ Page Title

    For whatever reason the 'insert image' function of the HTML area doesn't work for me at all. I've had to change to text mode and insert the URL. You might try that instead.
  28. Help with EZ-Pages new window/SSL/breadcrumbs

    First off, let me say that I'm open to suggestions on what I'm trying to accomplish since I'm not completely sure that I grasp the chapter/TOC concept and I'm sure there may be a far better solution...
  29. Replies
    20
    Views
    6,522

    Re: Member only EZ-Pages

    Thanks for that tip Alex. I was looking for a way to have a specific link come up only if a member has logged in and that 'if' statement was exactly what I needed.
  30. Re: password protecting directories or creating link to members only area

    Linda,

    I created a new page with external links and used the code you suggested. It works fine going through ZC, but we still need these other pages to be separate from the cart system.

    As they...
  31. Replies
    18
    Views
    1,553

    Re: linking new template file

    I know that the customer has to create an account prior to purchase and made my client aware of that fact. He was fine with the fact that someone may "back out" before finalizing the transaction. But...
  32. Replies
    18
    Views
    1,553

    Re: linking new template file

    I understand your point about frustrating guests. I may put some text under the login area with a short explanation for guests.

    But, yes, my client doesn't want anyone to be able to create an...
  33. Replies
    18
    Views
    1,553

    Re: linking new template file

    I thought about doing that but then I realized that once they start to checkout then they will ONLY have the option to login. Right? Or am I missing something? I still need both options at checkout.
  34. Replies
    18
    Views
    1,553

    Re: linking new template file

    Thanks for the insight on sessions. The secondary reason for creating this thread was to get feedback on what this change might hinder in functionality. How do I know if my page is establishing a Zen...
  35. Replies
    18
    Views
    1,553

    Re: linking new template file

    Kobra,

    Let me clarify. In the checkout system I will use the default login page that came with ZC. A user can login or create an account to proceed through checkout. My client doesn't want 'Create...
  36. Replies
    18
    Views
    1,553

    Re: linking new template file

    Well something just started working. I suspect that I just needed to add the login_returning folder to includes/modules/pages/.
  37. Replies
    18
    Views
    1,553

    Re: linking new template file

    I'm basically wanting to copy the login page and strip out the account creation part of it so that I can limit account creations to users who go through the checkout system.

    I copied the 'login'...
  38. Replies
    18
    Views
    1,553

    linking new template file

    I created a new template file (tpl_login_returning.php) and saved it to includes/templates/MY_TEMPLATE/templates/.
    I added the following to filenames.php in the includes directory:...
  39. Replies
    118
    Views
    19,647

    Re: Has Anyone Created A Split Login for 1.3?

    My client wants the only access to the 'create account' info to be in the flow of checking out of the shopping cart. He wants to keep people from creating an account and accessing member info if they...
  40. Re: password protecting directories or creating link to members only area

    I've struggled with the option of integrating them with ZC because of the way the function and the space needed to display the info. I guess I could toy around with it and see how it looks. Once I...
  41. Re: password protecting directories or creating link to members only area

    This is a fitness website. There are two php forms that are used to gather info from the customer about their lifestyle and workout habits. And one html page that has a listing of exercises and their...
  42. password protecting directories or creating link to members only area

    I've looked in the forums and the admin section and can't find an answer to my problem. So forgive me if this has already been covered.

    My client has a directory with a few different pages that...
  43. Re: Integrating Authorize.net ARB (recurring billing) with AIM

    That's a bigger question for someone else. Maybe the moderators could comment?
  44. Replies
    2
    Views
    782

    Re: how to remove tpl_header.php

    Yes that worked. I thought it would only remove the links but leave the header... but it removed it completely. Thanks.
  45. Replies
    2
    Views
    782

    how to remove tpl_header.php

    I want to remove the header that's created with tpl_header.php. I have all of the links that show up there somewhere else on my site and I don't care for the redundancy. Should I delete the file or...
  46. Replies
    5
    Views
    5,014

    Do not send Welcome Email

    Is there a way to turn off the Welcome Email that is sent when an account is created? I only want order confirmation emails going to customers. I looked in Admin / Configuration / Email Options but...
  47. Re: Integrating Authorize.net ARB (recurring billing) with AIM

    Not yet... too many other gremlins to figure out first. I'm not sure that I have the "know how" to do it anyway, but I'll try... eventually.
  48. Re: Order confirmation email with link to info page

    Oracle,

    Your PM's are turned off or your inbox is full because the system won't allow me to send you any more.
  49. Re: Order confirmation email with link to info page

    Same error:
    Parse error: parse error, unexpected T_IF in /includes/classes/order.php on line 894

    Line 894 is the last if statement:


    if (isset($product_title) && !empty($product_title) &&...
  50. Re: Order confirmation email with link to info page

    So the bottom line is that this will take much more effort than what you've already so graciously put into it? :cry:
Results 1 to 50 of 75
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR