inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 14, 2013 21:05:54 GMT -8
brian showed me how to get tims sidebar on just certain pages but if its a page like Recent Threads or Search Results it doesnt work. this is how it works
if(proboards.data('route').name == "home" || proboards.data('route').name == "board" ) {
but if i try to put the sidebar on the Recent Threads or Search Results it doesnt work
if(proboards.data('route').name == "home" || proboards.data('route').name == "board" || proboards.data('route').name == "search/results") {
could someone figure out what to use instead of "search/results"
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 26, 2013 15:24:15 GMT -8
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 26, 2013 15:33:07 GMT -8
Recent Threads: recent_threads
Search: search
Search Results: search_results
If you look at the source of a page it's not showing on and type in a search for the word route within the source, you'll come across a section that looks like this:
The term after "name" is the one you'll want if you need the name of a specific page.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 26, 2013 16:47:43 GMT -8
Recent Threads: recent_threadsSearch: searchSearch Results: search_resultsIf you look at the source of a page it's not showing on and type in a search for the word route within the source, you'll come across a section that looks like this: The term after "name" is the one you'll want if you need the name of a specific page. the search_results puts it on the search page too, i just want it on the thread pages to make all of them look the same. and i dont want it on the View this member's recent posts page and display results as posts(search page results), my posts are all pics and they need to be as wide as they can, it looks awkward when its not
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 27, 2013 10:32:17 GMT -8
Both post and thread searches use search_results, so that wouldn't be possible for that page.
Recent threads by a specific user is recent_threads_created.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 27, 2013 10:42:47 GMT -8
ill just forget it then, no sense in just having the one, thanks
|
|