Search found 807 matches

by Arty
Fri Nov 14, 2003 8:09 pm
Forum: [3.0/Olympus] Styling
Topic: Templating ... a simple guide
Replies: 164
Views: 419345

Re: Templating ... a simple guide

res are never a static tpl In that case your code for 2.0 wasn't correct. When you use assign_var_from_handle() in 2.0 those handles should already exist, so you should have used set_filenames() before using it. assign_var_from_handle() just parses one of templates that you have assigned. So in cod...
by Arty
Fri Nov 14, 2003 5:59 pm
Forum: [3.0/Olympus] Styling
Topic: Templating ... a simple guide
Replies: 164
Views: 419345

Re: Templating ... a simple guide

How would you performed this kind of thing : if ($see_user) { $res = see_user($id); } else if ($see_topic) { $res = see_topic($id); } else if ($see_forum) { $res = see_forum($id); } $template->assign_vars(array('MY_RES' => $res)); <!-- IF MY_RES eq 1 --><!-- INCLUDE res_1.html --><!-- ELSEIF MY_RES...
by Arty
Fri Nov 14, 2003 1:31 pm
Forum: [3.0/Olympus] Styling
Topic: themes
Replies: 39
Views: 44446

Re: themes

Southwalesmusic wrote:so if i was to use that theme as a template for my own theme that would work rite
It will work only if you want to create another subClone because those templates don't contain any html files. And you should get permission from author of that template first.
by Arty
Fri Nov 14, 2003 1:28 pm
Forum: [3.0/Olympus] Discussion
Topic: append_sid deprecation question
Replies: 12
Views: 12226

Re: append_sid deprecation question

So how does it work exactly? Every URL is gonna have ?sid= after it. If the user doesn't have a cookie, then the session ID appears after that. Any other query string parameters get added afterwards? Variable $SID has session id only if cookies are not enabled. If cookies are enabled $SID = '?sid='...
by Arty
Thu Nov 13, 2003 12:59 pm
Forum: [3.0/Olympus] Discussion
Topic: What still before M4
Replies: 97
Views: 73815

Re: What still before M4

CreatixEA wrote:Just want to follow the development...
What's the point? You can't affect development anyway. If you want to know what is done and what isn't get cvs version.
by Arty
Thu Nov 13, 2003 12:55 pm
Forum: [3.0/Olympus] Styling
Topic: themes
Replies: 39
Views: 44446

Re: themes

Southwalesmusic wrote:ok call me dum or what ever but these are themes rite but where the hells all the files like the images etc etc
Those themes have only images that are modified. All other images are from subSilver.
by Arty
Fri Nov 07, 2003 9:18 pm
Forum: [3.0/Olympus] Styling
Topic: Chronicles Skin for 2.2!!
Replies: 22
Views: 26470

Re: Chronicles Skin for 2.2!!

> Wouldn't the naming issues be more pertinent to trademark law?

Whatever. If you would try to use Kail's template name to create own template your new template will get immediately blocked on all phpbb-related websites.
by Arty
Mon Oct 27, 2003 7:51 am
Forum: [3.0/Olympus] Discussion
Topic: Install
Replies: 5
Views: 5542

Re: Install

Loki wrote:I know there is no support
Then why are you posting question?

btw, your signature that "detects" browser is buggy - i'm using Opera, not IE.
by Arty
Mon Oct 27, 2003 7:46 am
Forum: [3.0/Olympus] Styling
Topic: Chronicles Skin for 2.2!!
Replies: 22
Views: 26470

Re: Chronicles Skin for 2.2!!

Nope, it won't work.

Templates in 2.2 are completely different from 2.0
by Arty
Sun Oct 26, 2003 8:37 pm
Forum: [3.0/Olympus] Styling
Topic: Chronicles Skin for 2.2!!
Replies: 22
Views: 26470

Re: Chronicles Skin for 2.2!!

Updating a skin would be mostly copying and pasting since you already have the skin's base. It may involve creating some new buttons thought. 2.2 templates are completely different from 2.0, so copying/pasting won't work. From old themes designers will keep only images (and will have to add few new...