Search found 143 matches
- Tue Nov 18, 2003 12:58 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Bump?
- Replies: 36
- Views: 36789
Re: Bump?
At this time, I will just be happy if the attach mod would be removed from phpBB. I think it is much more valuable to be able to add add-ons in an easy way rather than having them as dongle and disable them. I'm sure I will never install attach mod on a productive board (hopefully I use a ftp client ...
- Mon Nov 17, 2003 4:38 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Bump?
- Replies: 36
- Views: 36789
Re: Bump?
/agree : bump feature is the worth habit you can give to your users, and quick reply can find some value only on very slow connection. A best result can be obtain and fullfill in a larger way by :
- having an adequat forums animation, with peoples that will in some sort dynamize it (so no post will ...
- having an adequat forums animation, with peoples that will in some sort dynamize it (so no post will ...
- Sun Nov 16, 2003 12:10 am
- Forum: Installing MODs with EasyMOD
- Topic: How do i install Categories hierarchy
- Replies: 26
- Views: 32070
Re: How do i install Categories hierarchy
Start from a clean install : remove your folder and reupload a clean one, with the same name than the zip file (why complicate there ?
), and restart the installation of the mod.
- Sun Nov 16, 2003 12:05 am
- Forum: [3.0/Olympus] Styling
- Topic: Templating ... a simple guide
- Replies: 164
- Views: 425630
Re: Templating ... a simple guide
/me stop there the discussion and note a reminder as a prealable modification to apply to any 2.2 version for further
- Sat Nov 15, 2003 10:57 pm
- Forum: [3.0/Olympus] Styling
- Topic: Templating ... a simple guide
- Replies: 164
- Views: 425630
Re: Templating ... a simple guide
Rhaaa no : I don't want no echoing to the display : it hasn't to go to the output page until it is required, and there it is not (remember the result can go to a flat file, or being repeated many time on the display). It is the purpose of storing the result to a var. :)
(and as stated the ob_ funcs ...
(and as stated the ob_ funcs ...
- Sat Nov 15, 2003 9:22 pm
- Forum: Installing MODs with EasyMOD
- Topic: Profile Control Panel MOD
- Replies: 3
- Views: 6573
Re: Profile Control Panel MOD
Be sure to have a phpBB correctly running before installing any mods
. I think there easymod can't simply find the subSilver directory because the style is not correctly defined in the template menu. Not linked to the mod btw, and I don't think it is linked to easymod neither.
- Sat Nov 15, 2003 9:20 pm
- Forum: Installing MODs with EasyMOD
- Topic: How do i install Categories hierarchy
- Replies: 26
- Views: 32070
Re: How do i install Categories hierarchy
I don't think your ftp will appreciate folder with uppercase and space in it
.
- Sat Nov 15, 2003 9:16 pm
- Forum: [3.0/Olympus] Styling
- Topic: Templating ... a simple guide
- Replies: 164
- Views: 425630
Re: Templating ... a simple guide
There also let's go to a more detailled module :
[../..]some stuff regarding registering the module (basicely add to the modules[] array the names of the functions and other parameters if required)
function pre_process_thisone($module)
{
[../..]initialisation specific to the module, ie count the ...
[../..]some stuff regarding registering the module (basicely add to the modules[] array the names of the functions and other parameters if required)
function pre_process_thisone($module)
{
[../..]initialisation specific to the module, ie count the ...
- Sat Nov 15, 2003 1:53 am
- Forum: [3.0/Olympus] Styling
- Topic: Templating ... a simple guide
- Replies: 164
- Views: 425630
Re: Templating ... a simple guide
How will you call back the template stuff done by the client function ? It is for what the assign_var_from_handle() is usefull, not really setting of a single template var looped in the main template.
ps: btw, this way to have on some place an open for modules could really give phpBB 2.2 a further ...
ps: btw, this way to have on some place an open for modules could really give phpBB 2.2 a further ...
- Sat Nov 15, 2003 1:06 am
- Forum: [3.0/Olympus] Styling
- Topic: Templating ... a simple guide
- Replies: 164
- Views: 425630
Re: Templating ... a simple guide
Let's try to reformulated so, in a more complex but remaining simple system.
You have a blank page, and a script managing this blank page with a plug-ins system. With phpBB 2.0.x, you can write this :
Main template
[../..]some presentation stuff, ie table surrounder
<!-- BEGIN module ...
You have a blank page, and a script managing this blank page with a plug-ins system. With phpBB 2.0.x, you can write this :
Main template
[../..]some presentation stuff, ie table surrounder
<!-- BEGIN module ...