Title should explain the question, but, I have a deleted user, who rejoined and would like all her old posts and topics/post counts merge into the existing new (hers) members name. I have full access to the database, just not sure which fields to edit. Now the old topics/posts show the old DELETED u...
Yes, works great and no problems what so ever.
Just know that after a new post the forum ID is still there, but you must keep that due to posting.
Once the topic is clicked from viewforum the forum ID is gone
I found this and it seems to work fine: In viewforum.php change line $view_topic_url_params = 'f=' . $topic_forum_id . '&t=' . $topic_id; to $view_topic_url_params = 't=' . $topic_id; Just wandering if there would be any negative side affects from this? IF HAVE NOT FOUND ANY If you also want the...
I understand that they will get re-indexed, but the wrong URL will still be there and will give an error if someone clicks on it. Since there is no need for the forum ID to be in the URL, why not remove it all together and solve any problem of dead links once and for all. My forum has one main posti...
Why does a topic url look like this? domain.com/viewtopic.php?f=13&t=100 and not like this: domain.com/viewtopic.php?t=100 The url is still valid and it solves the problem for moving a topic to another forum, for any outside links towards it, like on the search engines or just an another website...
The page, after you click on a members name, is all messed up. I checked the html and that is all OK. Is it then in the memberlist.php? These are the "errors" the page has: Under contact all is gone, no PM or Email, button nothing The fields Joined and Last Visited are empty, no date shows...
Hi, I need to have the subforum count on the index per subforum. I already have the Total count with {catrow.forumrow.TOPICS} I would like for each separate subforum also the counts behind the subforums name. See image, where the 5 are the totals of all subforums and the green names are the subforum...
I would have never thought of the IF REPLIES statement, tried other stuff.
Is there a list some where with all IF statement options/possibilities, because this one seems so obvious now that I know that one exists, it makes me feel stupid
I want to put my ad codes between the posts. so, where to put them?? You need to edit the viewtopic_body.html. Search for <!-- END postrow --> Anything you place ABOVE that will show between the posts. ONLY below the first post: <!-- IF postrow.S_FIRST_ROW --> AD CODE HERE, this will ONLY show belo...