Search found 137 matches

by Jane Doe
Mon Feb 08, 2016 6:13 pm
Forum: Abandoned Extensions
Topic: [ABD] IP search
Replies: 39
Views: 5421

Re: [RC] IP search

Hello,
i think the displaying of date information in the results could be somewhat useful.
like

Results
Testuser (82.115.177.211 - 02.06.2016)
Testuser1 (82.115.177.211 - 01.06.2016)
by Jane Doe
Tue Jan 19, 2016 8:17 pm
Forum: Abandoned Extensions
Topic: [DEV] Puzzle
Replies: 28
Views: 6608

Re: [DEV] Puzzle

In a local testboard the mod generates links to the images with a wrong path.
Path generated is:

Code: Select all

http://127.0.0.1/phpbb3/app.php/ext/dmzx/puzzle/puzzles/testimage.jpg
So no wonder the images can't be found.
by Jane Doe
Thu Apr 02, 2015 1:15 am
Forum: Abandoned Extensions
Topic: [ABD] phpBB3 SEO Sitemap
Replies: 94
Views: 51341

Re: [BETA] phpBB3 SEO Sitemap

great work, but it don't include galery and additional pages. so the sitemap is not complete. and btw.: the generated sitemap is not accepted by the google-webmastertools ! I think the sitemap is made for standard phpbb3 and not for phpbb3 + n(insert extension name) And you are wrong, the sitemap i...
by Jane Doe
Fri Jan 30, 2015 10:48 pm
Forum: Abandoned Extensions
Topic: [ABD] Transparent Frame
Replies: 33
Views: 3458

Re: [Dev] Transparent Frame

I use

Code: Select all

@media only screen and (min-width: 1280px) {
around your border.css content, so the nice frame effect don't break the mobile style.
by Jane Doe
Wed Jan 28, 2015 9:02 pm
Forum: Extensions in Development
Topic: [CDB] FAQ Manager
Replies: 46
Views: 4223

Re: [BETA] FAQ Manager

david63 wrote:I haven't tried it but any file with the name in the format help_xxxxx.php in the language folder would be available but the contents of the file would have to be in the format...
Yes this works, and then i use faq.php?mode=rules, so rules/faq/bbcode are looking the same.
by Jane Doe
Wed Jan 28, 2015 5:36 pm
Forum: Extensions in Development
Topic: [CDB] FAQ Manager
Replies: 46
Views: 4223

Re: [BETA] FAQ Manager

Yep, thanks :), but the help_rules_page.php from my old 3.012 version works also for the actual mod, so this saves a lot of copy and paste needed for the Board Rules Ext ;)
by Jane Doe
Wed Jan 28, 2015 4:55 pm
Forum: Extensions in Development
Topic: [CDB] FAQ Manager
Replies: 46
Views: 4223

Re: [BETA] FAQ Manager

Am i right that if i want to create a new faq page, eg. rules page, i have to edit the faq in the way the original mod does like add case 'rules': $l_title = $user->lang['RULES_PAGE']; $user->add_lang('rules_page', false, true); break; to faq.php and so on, and then finally have to create a file lik...
by Jane Doe
Sat Jan 17, 2015 11:42 pm
Forum: [3.1.x] Styles in Development
Topic: pop (nobly) for phpBB 3.1.1
Replies: 18
Views: 5693

Re: pop (nobly) for phpBB 3.1.1

look in colour.css for

Code: Select all

.forumbg {
	background-color: #12A3EB;
	background-image: url("./images/bg_header.gif");
}
by Jane Doe
Wed Dec 03, 2014 12:18 am
Forum: Extensions in Development
Topic: [CDB] phpBB Display Age Users
Replies: 7
Views: 1459

Re: [RC] phpBB Display Age Users

Download from your spanish site only for registered users ?

Edit: Sorry my fault, :oops: with firefox i got
"No tiene los permisos requeridos para ver los archivos adjuntos a este mensaje"
with chrome no problems.
by Jane Doe
Tue Dec 02, 2014 12:40 am
Forum: [3.1.x] Styles in Development
Topic: pop (nobly) for phpBB 3.1.1
Replies: 18
Views: 5693

Re: pop (nobly) for phpBB 3.1.1

First: wonderful style :)
Second:
I had to remove line:

Code: Select all

width : 220px;
from content.css, because otherwise it will break the layout in viewtopic on tablets because of the fixed width in Poster posts and poster joined fields etc
by Jane Doe
Sun Oct 27, 2013 11:43 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] cBB Chat 1.0.1
Replies: 226
Views: 94411

Re: [RC] cBB Chat 1.0.0

Worked.
Thanks :)
by Jane Doe
Sun Oct 27, 2013 8:35 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] cBB Chat 1.0.1
Replies: 226
Views: 94411

Re: [RC] cBB Chat 1.0.0

Hi,
could this eventually be changed when a user connects to the chat?
Hidden Users in a chat is, at least for my forum, somewhat unusual.
by Jane Doe
Sat Oct 26, 2013 11:45 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] cBB Chat 1.0.1
Replies: 226
Views: 94411

Re: [RC] cBB Chat 1.0.0

Hi,
On a testboard i found that if someone hides his online status in the forum he is not listed in the right column of the chat, so he is invisible for normal users. Perhaps because of the general board permissions ?
by Jane Doe
Mon Mar 05, 2012 10:57 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] jQ User Weather v.0.0.1
Replies: 89
Views: 8932

Re: [DEV] jQ User Weather v.0.0.1

It doesnt matter if i select fahrenheit or celsius. If i choose any other language than en the values are wrong. eg: // Enter language, eg: de, en, fr, es, nl, etc. $user_language = 'de'; // Enter 0 for fahrenheit or 1 for celsius $celsius_or_fahrenheit = 0; leads to Di. Meist sonnig min. -0.4 F max...
by Jane Doe
Mon Mar 05, 2012 9:59 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] jQ User Weather v.0.0.1
Replies: 89
Views: 8932

Re: [DEV] jQ User Weather v.0.0.1

I have a problem with wrong german values. e.g. same location, same time: $user_language = 'de'; /in user_weather_config.php Di. Meist sonnig min. -18,89 ° C max. -15,56 ° C this is wrong $user_language = 'en'; Tue Mostly Sunny min. -2,22 ° C max. 3,89 ° C this is correct. Boardlanguage is german. F...

Go to advanced search