Search found 39 matches

by Sidha
Tue Feb 07, 2006 12:55 am
Forum: [3.0/Olympus] Styling
Topic: I don't like the RECENTLY changed style for this board :(
Replies: 84
Views: 88385

Re: I don't like the RECENTLY changed style for this board :

seeing what the new admin style looks like... can't wait can't wait!!
by Sidha
Fri Oct 07, 2005 10:15 pm
Forum: [3.0/Olympus] Discussion
Topic: Boardmelting
Replies: 6
Views: 7323

Re: Boardmelting

well.. here is the "slow" part

a user clicks a button --> traffic --> to server 1
server needs categorie from ---> traffic --> server 2
server 2 sends info --> traffic --> to server 1
server 1 compiles and --> traffic --> send info to user

Even for the smallest thing a full blown connection ...
by Sidha
Sat May 21, 2005 6:48 pm
Forum: [3.0/Olympus] Styling
Topic: Need Help with template prob....
Replies: 3
Views: 4792

Re: Need Help with template prob....

I guess it means you have to make the changes in all 6 templates then.. wouldn't it :mrgreen:
by Sidha
Sat May 21, 2005 6:46 pm
Forum: [3.0/Olympus] Styling
Topic: Templating system IF statements inside IF statements
Replies: 6
Views: 6581

Re: Templating system IF statements inside IF statements

yes.. you can do that
<!-- IF S_USER_LOGGED_IN -->
<!-- IF COOL -->
do this
<!-- ELSE -->
do that
<!-- ENDIF -->
<!-- ENDIF -->
that would be the proper grammar for it
as far as I know.. you can use variables as long as they are numbers.. i.e.
$template->assign_vars(array('COOL' => '2 ...
by Sidha
Sat May 21, 2005 6:36 pm
Forum: [3.0/Olympus] Styling
Topic: Login page like in area51
Replies: 4
Views: 7711

Re: Login page like in area51

not sure what you mean by that..
but as you can see.. you have the main page in area51.phpbb.com and the forums in area51.php.com/phpbb/ the forum resides in a diff directory

another simple way to make a login page is using the template system
edit the index template with the
<!-- IF S_USER_LOGGED ...
by Sidha
Sat May 21, 2005 6:28 pm
Forum: [3.0/Olympus] Discussion
Topic: Usability and code
Replies: 10
Views: 10051

Re: Usability and code

in case you're browsing the forum as somebody else??
but then you prob wouldn't see the admin link

nothing shows up cuz it isn't coded in there, and why even bother? My FF fills it in automaticely.. username & password.. don't see the point of writing all kinds of codes if the browser does it for ...
by Sidha
Sun May 08, 2005 5:55 am
Forum: [3.0/Olympus] New features discussion
Topic: Googlebot user?
Replies: 19
Views: 18599

Re: Googlebot user?


Will you have to manually insert code into the head section of pages in order to put meta tags in, like before or will they be dynamically generated.


as far as with the current CVS... you need to put it in yourself.
the headers are pretty empty.. as usual

@Delicata: you can't have them on 2.0 ...
by Sidha
Sun May 08, 2005 5:19 am
Forum: [3.0/Olympus] Discussion
Topic: templates
Replies: 5
Views: 6548

Re: templates

so far... with the buggy system and all ;) (the template system still needs some work) it's a breeze

no more tpl files, but plain html, which makes it easier for wysiwyg editors
but if you don't know CSS-2 then start learning, although it's very self-explaining. NIce features, nice tools... now ...
by Sidha
Wed Feb 09, 2005 11:59 am
Forum: [3.0/Olympus] Discussion
Topic: new phpBB worm affects 2.0.11
Replies: 10
Views: 10568

Re: new phpBB worm affects 2.0.11

icoweb wrote: While phpBB are currently finding a patch for phpBB 2.0.11
seems to me icoweb knows more about the work that is going on then the workers themselves.. 8O
by Sidha
Wed Feb 09, 2005 10:31 am
Forum: [3.0/Olympus] Discussion
Topic: Will olympus support PHP5?
Replies: 6
Views: 7074

Re: Will olympus support PHP5?

The live-one still runs on php4 and mysql4 using phpBB2.0.11
but since we are doing an overhaul to php5, might as well upgrade the db then too :D
the forum is integrated in our system... or was it the other way around.. but with all the new upgrades available, might as well do it all at once ...