blob: 7556941661d4107d0b825ee1eb112c1a95c2e1ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-webteam] [Bug 1956] Can not edit posts in forum (after timeout)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%201956%5D%20Can%20not%20edit%20posts%20in%20forum%20%28after%0A%09timeout%29&In-Reply-To=%3C20120102170929.D187F47E6D%40alamut.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001681.html">
<LINK REL="Next" HREF="001683.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-webteam] [Bug 1956] Can not edit posts in forum (after timeout)</H1>
<B>Wolfgang Bornath</B>
<A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%201956%5D%20Can%20not%20edit%20posts%20in%20forum%20%28after%0A%09timeout%29&In-Reply-To=%3C20120102170929.D187F47E6D%40alamut.mageia.org%3E"
TITLE="[Mageia-webteam] [Bug 1956] Can not edit posts in forum (after timeout)">bugzilla-daemon at mageia.org
</A><BR>
<I>Mon Jan 2 18:09:29 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="001681.html">[Mageia-webteam] [Bug 1956] Can not edit posts in forum (after timeout)
</A></li>
<LI>Next message: <A HREF="001683.html">[Mageia-webteam] [Bug 1956] Can not edit posts in forum (after timeout)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1682">[ date ]</a>
<a href="thread.html#1682">[ thread ]</a>
<a href="subject.html#1682">[ subject ]</a>
<a href="author.html#1682">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=1956">https://bugs.mageia.org/show_bug.cgi?id=1956</A>
--- Comment #32 from Wolfgang Bornath <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">molch.b at googlemail.com</A>> 2012-01-02 19:09:29 CET ---
I agree to Romain's comment.
To Marja's question:
Capabilities needed:
Well, one could say that anybody who
- knows how to run phpBB as admin and
- has seen a line of php
- knows how to edit code (respecting tags and such)
- knows how to cut&paste
should be able to install an existing MOD (if I'm not mistaken there is one or
more).
I know next to nothing about php coding. But I've been running a phpBB forum
for a couple of years and successfully implemented some MODs in phpBB2 and
phpBB3. With no help (except the phpBB-forum in case of problems).
In practice you have a detailed installation README for each MOD. Like
- open file /foo/bar/doo.php
- Find the line which starts with '......'
- After that add
- "........."
And more such step-by-step guidance
It's easy most times but getting tricky the more the installed phpBB3 differs
from the standard software.
Implementing a MOD which does not already exist (aka writing a MOD) is a whole
different story, of course. So the first step should be searching an existing
MOD with the wanted functionality.
--
Configure bugmail: <A HREF="https://bugs.mageia.org/userprefs.cgi?tab=email">https://bugs.mageia.org/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the assignee for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001681.html">[Mageia-webteam] [Bug 1956] Can not edit posts in forum (after timeout)
</A></li>
<LI>Next message: <A HREF="001683.html">[Mageia-webteam] [Bug 1956] Can not edit posts in forum (after timeout)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1682">[ date ]</a>
<a href="thread.html#1682">[ thread ]</a>
<a href="subject.html#1682">[ subject ]</a>
<a href="author.html#1682">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
mailing list</a><br>
</body></html>
|