Search found 530 matches

by -ds-
Sun Aug 24, 2008 5:17 pm
Forum: [3.0.x] MOD Requests
Topic: 4Row Forum Listing?
Replies: 10
Views: 506

Re: 4Row Forum Listing?

ihermit wrote:I understand, but couldn't this be accomplished through styles edits?
Yes, It could. Simply by making the forum rows 50% of the surrounding box and floating them should do it.
by -ds-
Sun Aug 24, 2008 3:03 pm
Forum: [3.0.x] MODs in Development
Topic: [RC] NV usertopics 1.0.0
Replies: 93
Views: 11838

Re: [RC] NV usertopics 1.0.0

nickvergessen wrote:maybe there are topics in the table you are not allowed to see anymore
I didn't think there were any topics that an administrator can't see.
by -ds-
Sun Aug 24, 2008 1:44 pm
Forum: [3.0.x] MODs in Development
Topic: [RC] NV usertopics 1.0.0
Replies: 93
Views: 11838

Re: [RC] NV usertopics 1.0.0

I'm not sure why, but my number of topics started is slightly off compared to the number given when you search for them. In my profile view I have 649 topics started, if I click 'Search user’s topics' I only get 645 results. I have tried resyncing multiple times, always giving the same result. This ...
by -ds-
Sat Aug 23, 2008 4:25 pm
Forum: [3.0.x] MOD Requests
Topic: [Request] Batch thumbnail resizing
Replies: 6
Views: 1074

Re: [Request] Batch thumbnail resizing

I would also love this. It should really come as standard built in, just like purge cache or Resynchronise post counts etc .. maybe with a limit to set how many attachments to rebuild per step to avoid time outs? I presume you need to write an sql script to grab all the attachments out of the attach...
by -ds-
Sat Aug 23, 2008 12:53 pm
Forum: [3.0.x] MOD Requests
Topic: Freind or Foe
Replies: 6
Views: 693

Re: Freind or Foe

I agree this would be a nice modification. It shouldn't be too hard to implement either. You need to add this code to the viewtopic.php somewhere: // What colour is the zebra $sql = 'SELECT friend, foe FROM ' . ZEBRA_TABLE . " WHERE zebra_id = $user_id AND user_id = {$user->data['user_id']}&quo...
by -ds-
Sat Aug 23, 2008 11:11 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Style Template Variable List?
Replies: 31
Views: 13051

Re: Style Template Variable List?

./includes/functions.php has many useful variables. For anyone who finds this post, hopefully this list helps you. {SITENAME} {SITE_DESCRIPTION} {PAGE_TITLE} {SCRIPT_NAME} {LAST_VISIT_DATE} {LAST_VISIT_YOU} {CURRENT_TIME} {TOTAL_USERS_ONLINE} {LOGGED_IN_USER_LIST} {RECORD_USERS} {PRIVATE_MESSAGE_IN...
by -ds-
Sat Aug 23, 2008 1:17 am
Forum: [3.0.x] MOD Requests
Topic: [help] Removing "Joined: <date>"
Replies: 4
Views: 261

Re: [help] Removing "Joined: <date>"

Hide the fields where the posts counter is shown. (memberlist, viewtopic and viewprofile) are so now available only for the ADMIN. Hides the Author's Search Field in search page, Author's search is ADMIN reserved. With a little html knowledge (each temnplate will be different, but the core files wi...
by -ds-
Fri Aug 22, 2008 7:56 pm
Forum: [3.0.x] MOD Requests
Topic: [help] Removing "Joined: <date>"
Replies: 4
Views: 261

Re: [help] Removing "Joined: <date>"

I presume you have basic html knowledge to modify template files. In ACP > Server configuration > Load Settings, Set 'Recompile stale style components:' to 'YES' do the following edit: File name: styles/YOURSTYLE_NAME/template/viewtopic_body.html # # #-----[ OPEN ]----- # styles/YOURSTYLE_NAME/templ...
by -ds-
Thu Aug 21, 2008 5:39 pm
Forum: [3.0.x] MOD Requests
Topic: Smilie Pagination Mod
Replies: 16
Views: 2466

Re: Smilie Pagination Mod

couldn't you also just throw the smilies into a overflow div stocked with a vertical scroll bar? Seems like less traffic and solves the problem. Yea? I think the actual point of this modification is that you don't want all your smilies (potentially hundreds of them) to load at once. Creating an ove...
by -ds-
Thu Aug 21, 2008 5:31 pm
Forum: [3.0.x] MOD Requests
Topic: Lightbox in 3.x?
Replies: 21
Views: 1824

Re: Lightbox in 3.x?

Here is my solution. I have made it so attached images that have had a thumbnail created open up full size in Lightbox. The Previous / Next links work by listing all attachments in that topic. My ACP attachment settings are: Display images inline: YES Create thumbnail: YES Maximum thumbnail width in...
by -ds-
Tue Aug 19, 2008 7:20 pm
Forum: [3.0.x] MOD Requests
Topic: [REQ] No Avatar Image
Replies: 4
Views: 231

Re: [REQ] No Avatar Image

James78 wrote:I have searched
Not very hard

http://www.phpbb.com/community/viewtopi ... &t=1098215
by -ds-
Fri Aug 15, 2008 6:00 pm
Forum: [3.0.x] MOD Requests
Topic: Authenticate file download with phpbb3
Replies: 3
Views: 210

Re: Authenticate file download with phpbb3

Create a download script that grabs the file from a folder that is invisible to the user. Use phpbb sessions to authenticate the user before the script initiates the download. So you could tell the script that the files are all located in a folder called 'xxsdsxwefwf' (hidden in the script), so when...
by -ds-
Fri Aug 15, 2008 12:23 pm
Forum: [3.0.x] MOD Requests
Topic: Smilie Pagination Mod
Replies: 16
Views: 2466

Re: Smilie Pagination Mod

That is because you are using: $total_smilies = mysql_num_rows(mysql_query("SELECT smiley_url FROM " . SMILIES_TABLE ."")); You should be using the database object there.... something like Thanks for that. Here is the complete function with a few other fixes I stumbled upon, wor...

Go to advanced search