Forum Replies Created
-
In reply to: How do I get the post form on every page of a topic?
Ajaxed Quote didn’t work for me… In fact, none of the real quote ones worked :S
In reply to: How do I exclude a category from the front page?Yeah, I agree with that. But does that mean it isn’t necessary for ‘exclude=’
In reply to: How do I exclude a category from the front page?Strangely, it works. I suppose I can mark this resolved
In reply to: How do I exclude a category from the front page?That seems illogical, but I will try.
In reply to: How do I exclude a category from the front page?Nahp.
Whenever I do
exclude=7,8
it just does it asexclude=7
and then
8
It results as only showing from 8 (except for stickies).
In reply to: How do I exclude a category from the front page?get_latest_topics (line 61)
void get_latest_topics ([ $args = null])
$args
So…what is $args?
In reply to: How do I exclude a category from the front page?That doesn’t work. (to making it exclude=7,
In reply to: How do I exclude a category from the front page?on index.php get_latest_topics(‘exclude=id_of_the_controversial_forum’);
Ok, so I changed the line to be this:
if ( $topics = get_latest_topics(‘exclude=8’, $page) ) {
How do I make it exclude more than one forum?
Say, don’t want forum game threads showing up, so I’d block 7 also…
In reply to: How do I exclude a category from the front page?Still not sure how
In reply to: How do I exclude a category from the front page?Yes, I mean parent forum, not a forum that has been check-boxed into being a ‘category.”
ok…i have kinda worked out my own fix that’s a lot messier than pravins…just printing from the send mail function.
The password works and yeah…
I have the password printed at the top of the page but that’s ok..
Argh! Ok, I tried it but on the first one (bb-includes/registration_functions.php) Gedit could not find the
bb_send_pass( $user_id, $password );
phrase so I could not change it to
#bb_send_pass( $user_id, $password );
…all other things worked fine in what was found…
ok…i upgraded the timezone thing and it’s fixed.
…
I have user-timezones plugin…
admin-add-user
allow-images
bb-avatar
bb-memberlist
bb-post-count
bb-privatemessage
display-name
forum-moderators
forum-restriction
onlinelist
private-forums
since-last-visit
summon
user-timezones
(.php)
that’s everything in my my-plugins folder
In reply to: Users dont receive password after registrationwhat does the
@@ -x,y +x,y @@
mean?
…argh!
i don’t quite get what the ‘fix’ in that thread does.
In reply to: Users dont receive password after registrationI am looking for a similar/same fix. I have no smtp/mail sending abilities, and I am looking for a way to print it nicely on screen. Can one of you please explain the above ‘fix’ I’ve just begun attempting to use php so I don’t quite understand yet.
In reply to: Thread text gets smaller and smaller…fsck…i always do that and i do usually find it before i upload…argh!
In reply to: Can someone please take a look at this…OK…I’ve figured that in the <link> for stylesheet it only has http:/forum5o1 ( http:/ not http:// )
yet in config.php it has http://forum5o1.awardspace.com not http:/
and all the links have http:// …
So I have no idea :S
This only happens when a deisgn is “activated” so i will cause it to go to default (which is what i did before to make me think that it got fixed).
In reply to: Can someone please take a look at this…oh and the link was my forum
In reply to: Can someone please take a look at this…Somehow it just suddenly started working…—very weird!
In reply to: bbPress 0.8 “Desmond” Released!haha….desmond is my middle name…
must be made for me :B
In reply to: what’s up with the “-1 years”Thanks, just figured it out…now it’s fine.
In reply to: what’s up with the “-1 years”Do you mean chage it to match my timezone or the server’s time.
Because I’ve put in MY timezone (NZ- GMT+13/+12)
and I like that time, but is that what is making it say -1 year, etc?
In reply to: How do I delete a forumok, i’ve just done it through the DB