|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#46
|
|||
|
|||
|
RE: help : looping for template
i still cant seem to fix it.hmmm.
|
|
#47
|
|||
|
|||
|
RE: help : looping for template
I found another mistake, but you could have found it on your own imho. Did you take a serious effort to find the error?
You want to replace the KEY with the VALUE, so the tag will look like {blockName.key} and not like {blockName.value}. Next time, try a little harder yourself to find the error. That will improve your php knowledge, your knowledge about this template system and it will save you a lot of time BlackSkad |
|
#48
|
|||
|
|||
|
RE: help : looping for template
thanks... yeah im still learning alot.
it still not working. I have an idea.. i'll post back it if works. |
|
#49
|
|||||||||||
|
|||||||||||
|
RE: help : looping for template
First off This piece of code was having problems.
php Code:
keeps giving me this error: on the lines where $this->return[0] is located. On BOTH the assign_block_vars and get_block functions all have to do with the return (i think...) This is my class php Code:
i use this code to do the replacing. and in the template its something like this php Code:
Also im developing on windows. And I also test this on my site which is a linux host. Both gave me errors when using and like the above function at start/top of this post |
|
#50
|
|||
|
|||
|
RE: help : looping for template
bump.
|
|
#51
|
|||
|
|||
|
RE: help : looping for template
Just bumping this to see if anyone has a fix for the problem posted above.
|