Search found 672 matches

by PayBas
Mon Feb 16, 2015 9:26 am
Forum: Extension Requests
Topic: World of Warcraft (WoW) Extensions
Replies: 3
Views: 3956

Re: World of Warcraft (WoW) Extensions

It should display the Battle.net avatar on other styles too, but other things like character class icons etc. wont.
by PayBas
Fri Feb 13, 2015 9:50 am
Forum: Extensions in Development
Topic: [CDB] mChat
Replies: 1466
Views: 236279

Re: [DEV] mChat

This needs a github repo or something, since we have no idea how much progress has been made in the past 2 months ;).

Still looking forward to it though.
by PayBas
Fri Feb 13, 2015 9:21 am
Forum: [3.1.x] Styles Support & Discussion
Topic: (3.1) Profile/Topic in right, 2nd in left, 3d in right..etc
Replies: 3
Views: 615

Re: (3.1) Profile/Topic in right, 2nd in left, 3d in right..etc

The problem with this in my opinion is that it's always difficult to see who is who.

User A >>> text here
text here <<<< User B
User A >>> text here
text here <<< User A
User B >>> text here
by PayBas
Fri Feb 13, 2015 9:18 am
Forum: Extension Requests
Topic: World of Warcraft (WoW) Extensions
Replies: 3
Views: 3956

Re: World of Warcraft (WoW) Extensions

As far as I know, most of what you are looking for isn't available as a phpBB 3.1.x extension yet. The only operational thing I've seen is my own PBWoW 3 style + extension at http://pbwow.com/forum/ The extension allows users to enter their Battle.net information, and an avatar + character info will...
by PayBas
Fri Feb 13, 2015 9:14 am
Forum: Extension Requests
Topic: Sort by topic date
Replies: 4
Views: 763

Re: Sort by topic date

Did you search the extensions in development forum?

I think there is already some extension that does this (not completely sure). Although it might have a different name than the mod, or it might be included into a bigger extension with additional functionality.
by PayBas
Thu Feb 12, 2015 9:08 am
Forum: Extension Writers Discussion
Topic: custom profile fields
Replies: 13
Views: 2155

Re: custom profile fields

Instead of $event['profile_row']['phpbb_steam']['value'] = $value;

Try:

Code: Select all

$profile_row['phpbb_steam']['value'] = $value;
$event['profile_row'] = $profile_row;
If you get the profile row correctly, you can completely remove your memberlist_view_contact_after.html template.
by PayBas
Wed Feb 11, 2015 4:46 pm
Forum: Extensions in Development
Topic: [CDB] Recent Topics
Replies: 201
Views: 70283

Re: [BETA] Recent Topics

1. Can we have an option in the ACP to toggle between showing at the top or bottom of the page Not at the moment. Perhaps in a future version. 2. Can pagination be a bit more granular? For example, I'd like only to query the 25 most recent topics, but only want to show say 5 at a time. The user can...
by PayBas
Wed Feb 11, 2015 4:42 pm
Forum: Extension Writers Discussion
Topic: custom profile fields
Replies: 13
Views: 2155

Re: custom profile fields

I wrote the code free-hand. You're supposed to include it in your extension. There are probably typos etc. in there.
by PayBas
Wed Feb 11, 2015 7:55 am
Forum: Extension Writers Discussion
Topic: custom profile fields
Replies: 13
Views: 2155

Re: custom profile fields

I would but I'm not too sure how to use those I've been going through pretty much every extension but I don't see anything that I can mimic or any examples How about something like this: https://gist.github.com/PayBas/c9b9519b843f1c841d49 If you really want to do more complex CPF stuff, I suggest y...
by PayBas
Tue Feb 10, 2015 4:21 pm
Forum: [3.1.x] Styles Support & Discussion
Topic: Notification Bar
Replies: 1
Views: 379

Re: Notification Bar

Since there is no class assigned to the notification bar depending on new messages or not, you would need to add a JS functionality to check the number of unread messages, and change the class based on whether users mark notifications as read. In short, you can set the initial state, but it will not...
by PayBas
Tue Feb 10, 2015 4:14 pm
Forum: [3.1.x] Styles Support & Discussion
Topic: phpbb prosilver, how to hide category names
Replies: 6
Views: 720

Re: phpbb prosilver, how to hide category names

Hopefully the devs will have an option to hide category titles in a future patch. That's very unlikely. I'm also not completely sure what you're trying to do. You want to just remove the names? Then you can just edit this line: https://github.com/phpbb/phpbb/blob/develop/phpBB/phpbb/profilefields/m...
by PayBas
Tue Feb 10, 2015 3:55 pm
Forum: Extension Writers Discussion
Topic: custom profile fields
Replies: 13
Views: 2155

Re: custom profile fields

Okay lets back it up a bit. So you use a migration to add a CPF (custom profile field) that is labeled as a "contact" field right? But you want to process the values that users enter into it before it gets dumped to the template, because you want determine if it's a username or userid? Rat...
by PayBas
Tue Feb 10, 2015 3:34 pm
Forum: Extension Requests
Topic: Change title tag
Replies: 4
Views: 692

Re: Change title tag

I've had this same issue a few times. What I tended to do was rename the forums slightly. World's Fair 1 - Architecture (v1) - Videos (v1) - Pictures (v1) World's Fair 2 - Architecture (v2) - Videos (v2) - Pictures (v2) It might not be what you're looking for, but it's by far the easiest solution. e...
by PayBas
Tue Feb 10, 2015 3:27 pm
Forum: Extension Writers Discussion
Topic: [Resolved]Responsive-tab injecting itself.
Replies: 1
Views: 417

Re: Responsive-tab injecting itself.

<div id="tabs" data-skip-responsive="true"> will work I think.

https://github.com/phpbb/phpbb/blob/dev ... fn.js#L817
by PayBas
Tue Feb 10, 2015 3:20 pm
Forum: Extension Writers Discussion
Topic: Where exactly does INCLUDECSS look?
Replies: 4
Views: 588

Re: Where exactly does INCLUDECSS look?

Gah! I was so focused on the paths, I didn't consider that different events would treat the same include differently! Thanks, all working now! Any template event BEFORE {$STYLESHEETS} will do when you want to use INCLUDECSS xxx.css Just like any template event BEFORE {$SCRIPTS} will do when you wan...

Go to advanced search