The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Articles in tag archive sort by DESC order?
I'd like to have them in a Descending order, not Ascending. How do i accomplish this?
Example of my problem: http://www.webmajstori.net/forum/tags/tutorial Thank you |
#2
|
||||
|
||||
Try changing the query to ORDER BY dateline ASC in /vb/search/searchcontroller/tag.php
|
#3
|
|||
|
|||
Thanks Lynne - I was looking for this change to the archive/index.php
ORDER BY dateline " . iif($pda, 'DESC', 'DESC') Is there also a way to change it - say make a copy as archive/index2.php where rather than showing each forum separately by default it will show all posts in a long list DESC @ 30 per page - no matter which forum? |
#4
|
||||
|
||||
If you make a copy and called it index2.php, then you would need to go through all the files that link to that page and change those links also.
|
#5
|
|||
|
|||
Quote:
because I would assume it will take a lot more changes to make it do what I was looking for (ie: change it so it shows one long list of all posts by default) or is there a mod that does this already that you know of? ie: a mod that creates a page which shows one long list of all posts from all forums similar to how the archive page looks - after clicking into a forum Thanks |
#6
|
||||
|
||||
I do not know of a mod like that and would imagine many sites wouldn't use such a mod because of server load issues and that is why no one has bothered to share such a mod.
|
#7
|
|||
|
|||
Quote:
Need Last 3 days posts/Todays Posts code https://vborg.vbsupport.ru/showthread.php?t=265840 and your response was: New Posts in the Last 3 days: search.php?do=getdaily&days=3&contenttype=vBForum_ Post This is really what I was looking for - apologize for wording it so bad originally I only a need few days worth as opposed to "all posts from the start" but would like to change it so the output is in a list form - like the archive as shown here: https://vborg.vbsupport.ru/archive/index.php/f-251.html |
#8
|
||||
|
||||
If you want the search results to look like those in the archive forum, then you would need to edit the template for the results to remove all the information except the linked title.
|
#9
|
|||
|
|||
Thanks,
Could you expand on "edit the template for the results"? |
#10
|
||||
|
||||
The template will spit out the box that it currently does - topic on left, last post on the right and the author/firstpost date under the top. You would need to remove all the stuff you don't want - everything except "top on left".
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|