Search found 21 matches

by oakst
Fri May 25, 2018 10:31 pm
Forum: Layout and Design (CSS & HTML)
Topic: Simple1200
Replies: 6
Views: 4425

Re: Simple1200

There are several templates used in this parallax page:
I have been looking through all of them and can't seem to find the issue. I thought maybe it was a global content issue, but the footer is the only thing that does show up. *shrugs*
Image
by oakst
Fri May 25, 2018 9:23 pm
Forum: Layout and Design (CSS & HTML)
Topic: Simple1200
Replies: 6
Views: 4425

Re: Single1200

This is the template link: It is a parallax site. http://single1200.pmkmedia.nl/ I found the {content } no assign, the assign is in the div as a node Here is the pageshow: {function name=Nav_pageshow depth=1} {foreach $data as $node} {if $depth == 1} <div id="{$node->alias}" class="co...
by oakst
Fri May 25, 2018 3:17 pm
Forum: Layout and Design (CSS & HTML)
Topic: Simple1200
Replies: 6
Views: 4425

Simple1200

Hi everyone. First I would like to thank Calguy and his crew for their tireless work with CMS. It is not unnoticed here. Additionally, PMK Media, your templates are great! I used your Single1200 on another site using the 1.10 cms version and had no issues. Currently I am working with the 2.27 versio...
by oakst
Thu Jun 02, 2016 7:41 pm
Forum: Modules/Add-Ons
Topic: FEU_Protect not showing content
Replies: 2
Views: 1279

Re: FEU_Protect not showing content

Do you get tired of people telling you how awesome you are? Single quotes, no numbers and no spaces fixed it. Thanks!
by oakst
Thu Jun 02, 2016 5:22 pm
Forum: Modules/Add-Ons
Topic: FEU_Protect not showing content
Replies: 2
Views: 1279

FEU_Protect not showing content

Most likely I have done something wrong....my end goal is to create a self registration system which allows my client to register for multiple groups in a drop down list, allowing them to see hidden content on various corresponding pages based on their group selection. I have set up a group in FEU &...
by oakst
Wed May 18, 2016 12:47 pm
Forum: Modules/Add-Ons
Topic: FEU Group Error 500
Replies: 7
Views: 2766

Re: FEU Group Error 500

Yahoooo!

You fixed it in your new version of FEU! Thank you for your help!

I did mention Calguy is my hero right? I am so impressed with your skills!
by oakst
Wed May 11, 2016 7:27 pm
Forum: Modules/Add-Ons
Topic: FEU Group Error 500
Replies: 7
Views: 2766

Re: FEU Group Error 500

Thank you Velden! I am curious about what could make it do that. I bet it is a curly bracket or something simple...lol!
by oakst
Wed May 11, 2016 4:26 pm
Forum: Modules/Add-Ons
Topic: FEU Group Error 500
Replies: 7
Views: 2766

Re: FEU Group Error 500

This was from my site5 people.

Hi Jennifer,
According to the debug information this does appear to be code related, however could you developer provide the details of their tests? Such as what version of php they are testing with currently?
Thanks,
Luke K.
Technical Support Specialist, Site5.com
by oakst
Wed May 11, 2016 1:54 pm
Forum: Modules/Add-Ons
Topic: FEU Group Error 500
Replies: 7
Views: 2766

Re: FEU Group Error 500

I have a message sent to my host, site5. I will let you know what they say. Meanwhile, I uninstalled and completely removed cgextensions, cmsmailer, cgsimplesmarty, frontendusers and self registration, then reloaded them one-by-one. Unfortunately that didn't fix the issue. I also tried to add the bi...
by oakst
Wed May 11, 2016 12:29 pm
Forum: Modules/Add-Ons
Topic: FEU Group Error 500
Replies: 7
Views: 2766

Re: FEU Group Error 500

Strange. What are your suggestions? Should I contact my server provider and ask them to check their php? They automatically update php for me. Do you know what I should tell them? My cms was set up through softaculous and I have made no changes to the code structure provided. If I manually added the...
by oakst
Tue May 10, 2016 6:47 pm
Forum: Modules/Add-Ons
Topic: FEU Group Error 500
Replies: 7
Views: 2766

FEU Group Error 500

in FEU, when I try to add my user properties to group, I get an error 500. Below is system info, and debug info and attached the access logs info and a photo of myphpadmin's sql file for module_feusers_propdefn Please let me know what I need to do to establish the group setting for FEU. I uninstalle...
by oakst
Fri Jul 10, 2015 2:51 am
Forum: Modules/Add-Ons
Topic: Product Module - Gallery
Replies: 8
Views: 8388

Re: Product Module - Gallery

I could kiss you! Leave it to me to make it too difficult. All I needed was

Code: Select all

{Gallery dir=$field->value}
Thank you, thank you, THANK YOU!
by oakst
Thu Jul 09, 2015 6:07 pm
Forum: Modules/Add-Ons
Topic: Product Module - Gallery
Replies: 8
Views: 8388

Re: Product Module - Gallery

Thank you Velden! However, I am still having issues... {* accessing all of the fields in a list *} {if isset($entry->fields) && count($entry->fields)} {foreach from=$entry->fields key='name' item='field'} <div class="product_detail_field"><p> {$Products->Lang('name')}: {$name}&...
by oakst
Thu Jul 09, 2015 3:46 pm
Forum: Modules/Add-Ons
Topic: Product Module - Gallery
Replies: 8
Views: 8388

Re: Product Module - Gallery

The foreach loop I was using was the one linked to the original detail template script.

Code: Select all

{foreach from=$category->data item='onedataitem'}
If this is incorrect, do you know the proper foreach loop to use?

Go to advanced search