1

(3 replies, posted in PunBB 1.2 troubleshooting)

That wouldn't work, because the there is also an empty line in the mail when there is only one break.

For example:

Line 1
Line 2

>>

Line 1

Line 2

I can't copy and paste them together ...

Hi!

Currently my place, the date of signment, ... are displayed beside every post. Now I want just add the real name into this "list". How can I do it?

Thanks!

Hi!

A have an mail template, translated into German. But after every line an empty line is inserted. So Mails are very stratched.

I checked the template and it's ok.

Example:

<sender> aus dem ema09-Forum hat Dir eine Nachricht gesendet. Du kannst <sender> antworten, indem Du auf diese E-Mail antwortest.

Die Nachricht ist:
...

<sender> aus dem ema09-Forum hat Dir eine Nachricht gesendet. Du kannst <sender> antworten, indem Du auf diese E-Mail antwortest.



Die Nachricht ist:

...

How can I change it?

Thanks!

And how can I edit it that the function is disabled? Just comment it out?

In which file? The "userlist.php" in the main folder has no <body>-tag.

Hi!

I just want to move my board from the subdictionary /board to the main folder (just the url). What should I change to do that?

Greetings,
David

No idea? sad

Hi there,

When I open the userlist.php to look for the usernames signed to the board the cursor always jumps to the field for the username. Can I change it, so the site's just opening?

Thanks!

Greetings,
David

And how exactly? Just download the latest update, replace everything and I'm done? smile

This might take too long. wink

Isn't it possible to replace the changed files and make an database update? I only made changed on the styling files, so that shouldn't be a problem.

Thanks.

Hi!

I reactivated an old page of mine using PunBB 1.2.15. I made lot's of modifications, especially with the style, so I don't want to upgrade to 1.3. But I think it would be good to upgrade to the latest release of PunBB, at least for security issues.

How can I do it? I can't find a tutorial in the wiki.

Thanks,
David

Hello!

I just created a style with SpinkBB and I'm completely convinced of it.
But I made a mistake with the color of a visited link to a thread, shown in the viewforum.php. It's light grey but I want to turn it to black.

Which part of the CSS files have to be changed?

In addition: I don't get clever of it: The light grey only appears at sticky threads. Is there a reason for it?

Thanks!

OK, I think you're right.
But I have another question: Is it possible to ignore sticky-threads?

kierownik wrote:

It is possible, yes.

And how? wink

My idea: You read out the filename of the current file and give over it as a variable (e.g. login.php?link=history.php). The file login.php is checking the variable and uses it (otherwise it will work von the standard way). After loggin in (or out) you make a redirect to the file in the variable. Ain't that possible?

kierownik wrote:

you want to change the redirect after they logged out?

Yes, at login and logout it want to change the redirect to the page visited before loggin in/out.

kierownik wrote:

functions.php look for generate_navlinks

Thanks, I found it. But I don't have a clou where I have to change the referer.

Can someone give me a hint and and show me additionally how to you save the last page (the page where the login/logout-link has been clicked) in order to refer to it?

Thanks!

elbekko wrote:

Leader Group 1, Member Group 1 etc would be easiest.

But with this way it's not possible to set one user to both user groups?

Thanks a lot - it works unbelievable great!

But I have to questions / requests?
- How is it possible to link the profile of the author?
- Is it possible to show the name of the subboard? My idea: I want to create a category News with boards of many subjects. So if I post, i'll show the name of forum at the news page ...

Thanks a lot!

What do you mean with "super group"
Precisely I want to create a board for different working groups. So there are group leaders and group members of each group. And a leader of one group can be member in another, etc. What is the easiest way to solve this problem?

I have got 6 different groups.

Hello!

I searched for the problem adding a user to different (and more than one) user groups. I found a few thread about it, but they are even old, so I'm not sure if the feature is already 'on board'?!

If not: Is the projekt "Multigroup" (http://www.punres.org/desc.php?pid=36) the easiest way to integrate that feature? What would you suggest?

Thanks!

Smartys wrote:

To change the redirect you need to edit login.php.

I looked at the login.php, but I don't found the line.
And what is the command to relay to the last page?

Thanks!

Thanks - I solved all problems with your help. smile

Smartys wrote:

Yes, it is possible. The code for it is in include/functions.php, in the generate_navlinks function.

Thanks, I wrote the part of the array who is for the logout-button in a variable - directly under the define of common.php:

$logout = '<a href="board/login.php?action=out&id='.$pun_user['id'].'&csrf_token='.sha1($pun_user['id'].sha1(get_remote_address())).'">'.$lang_common['Logout'].'</a>';

And I inserted it via echo at the right position. Is this secure?

The only problem I have: If I click logout, I will be refered to the board's page. Is it possible to reload the page where the button is?

Thanks!