Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
coding-topic
Variable for current_user_post_count
Avatar
Gomlers
Member
Free Members
sp_UserOfflineSmall Offline
Apr 13, 2013 - 7:50 pm

I just can't stop asking these questions...

I want to show ads between first and second forumpost - so far, so good - I've managed to implement some ad code here in my own custom theme.

if ($spTopicView->currentPost == 1 && $spTopicView->postCount > 1) {
?>
<div style="text-align:center; background:white; color:black; padding:5px;">
<?php
if (function_exists('show_ad')) show_ad();
?>
</div>
<?php } ?>

Not so pretty maybe, but it works(!)

I would like to add another if at the top of this one.

if (current-user-post-count < 20) {

show ads

} else {

dont show the div

Meaning that if the user who browse the forum, has more than 20 posts all together, don't show the ads.

What is the variable I can use to get the correct post-count-number for the user?

}

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 13, 2013 - 8:08 pm

have you discovered forum - toolbox - data inspector yet?  great for displaying some data for analysis and usage...

you asked for the current user...  assuming you really meant current user, its

$spThisUser->posts

Avatar
Gomlers
Member
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2013 - 5:41 am

Haha! Sweet!

You really have thought of "everything" :)

Didn't know about that one.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 14, 2013 - 9:15 am

we try! ;)

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 620
Members: 17365
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10128
Posts: 79626