how to show articles and blogs in homepage random

I would like to show random and not latest, does anyone know where to change the "latest" to "rand"

 

Thanks

Quote · 8 Feb 2012

http://www.boonex.com/trac/dolphin/wiki/GenDolFAQs scroll down to "How can I specify different default tabs for Classifieds, Polls, etc. on the Home Page?"

Quote · 8 Feb 2012

 

http://www.boonex.com/trac/dolphin/wiki/GenDolFAQs scroll down to "How can I specify different default tabs for Classifieds, Polls, etc. on the Home Page?"

 

thanks ggsinc, i found it but i dont have "Open the file templates/base/scripts/BxBaseIndex.php and follow these steps"

i have bxbaseindexpageview.php (7.0.9) and the changes i should make are not in that file..

hummmmmm?

Quote · 8 Feb 2012

still serching but no luck :(

Quote · 9 Feb 2012

I can't find anything either, nor can I find anything in the changesets that show where these options were moved to in later upgrades. Sorry :(

Quote · 9 Feb 2012

 

I can't find anything either, nor can I find anything in the changesets that show where these options were moved to in later upgrades. Sorry :(

 

ggsinc,

thanks for trying

Quote · 9 Feb 2012

 

I can't find anything either, nor can I find anything in the changesets that show where these options were moved to in later upgrades. Sorry :(

 anyone know where this file was moved to?

still looking :(

Quote · 12 Feb 2012

im still looking for this, can someone please point me in the right direction

 

Thank u...

Quote · 22 May 2012

ssh into your web server and cd to templates/base/scripts

then type grep -r 'latest'  *

it will show all the files that contain the word latest.

Then you can open each file with your favorite editor and find the code section.

Maybe even find more places to change!  :D

http://www.mytikibar.com
Quote · 23 May 2012
hey steve, thanks for the help but you lost me, how do i do that search? i went to cpanel but then got lost? please be more detailed on where in cpanel to search. thanks for the help
Quote · 24 May 2012

 hey steve, thanks for the help but you lost me, how do i do that search? i went to cpanel but then got lost? please be more detailed on where in cpanel to search. thanks for the help

ssh into your web server and cd to templates/base/scripts

then type grep -r 'latest'  *

 Not cPanel..[edit] I'm wrong here on this.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 May 2012

 hey newton, what sounds simple to you is confusion to me lol what does he mean by ssh and cd?

i went to my cpanel but didnt know what to do from there... sorry im not really a programmer or experienced on this just learning as i go with the help of everyone.

thanks

 hey steve, thanks for the help but you lost me, how do i do that search? i went to cpanel but then got lost? please be more detailed on where in cpanel to search. thanks for the help

ssh into your web server and cd to templates/base/scripts

then type grep -r 'latest'  *

 Not cPanel..

 

Quote · 24 May 2012

 

 hey newton, what sounds simple to you is confusion to me lol what does he mean by ssh and cd?

i went to my cpanel but didnt know what to do from there... sorry im not really a programmer or experienced on this just learning as i go with the help of everyone.

thanks

 hey steve, thanks for the help but you lost me, how do i do that search? i went to cpanel but then got lost? please be more detailed on where in cpanel to search. thanks for the help

ssh into your web server and cd to templates/base/scripts

then type grep -r 'latest'  *

 Not cPanel..

 

 I'm sorry, not intended to mean anything.

If you don't know what SSH is then you won't be able to do what Steve is suggesting.

It's a "terminal" window, looks like old school DOS..

[edit] this is going to be your best start to understand what it is.

http://www.youtube.com/results?search_query=ssh+into+server&oq=ssh+into+server&aq=f&aqi=&aql=&gs_l=youtube.3...7751.30128.0.30273.41.27.4.0.0.3.611.4312.13j9j1j0j3j1.27.0...0.0.QFLdKnlsNtI

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 May 2012

In your cPanel, look for the "Security" section, you may have access there.

SSH/Shell Access

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 May 2012

 no, dont see ssh/shell access anywhere in cpanel :(

In your cPanel, look for the "Security" section, you may have access there.

SSH/Shell Access

 

Quote · 24 May 2012

do you backup and download your backups :)

unzip the latest and use grepwin to search, search google for suitable link for grepwin.

 

[edit]

what time is used on the server, my local time is 22H51 not 15Hxx. lol

Quote · 24 May 2012

 thanks equestrian, did the search using the tool but did not find the option to make articles and block show random on the homepage..

 

great tool will have in mind for other things

do you backup and download your backups :)

unzip the latest and use grepwin to search, search google for suitable link for grepwin.

 

[edit]

what time is used on the server, my local time is 22H51 not 15Hxx. lol

 

Quote · 4 Jun 2012

is this really that complicated in 7.0.9?

still trying to make homepage articles, blogs and polls be random rather than latest...

you guy know why more than myself so please help me figure this out..

 

those who have tried I do thank u for tying..

Quote · 5 Jun 2012

omg like 4 months try'n to figure this out, and still no luck arrrgggggg

Quote · 3 Jul 2012

I tried a low tech search (just did a search w/i the dolphin 7.0.9 folder on my computer for 'latest') and these files came up:

BxAdsSearchUnit.php

BxBaseSearchResultSharedMedia.php

BxBlogsSearchUnit.php

Maybe this code? (I'm not willing to test this out on my site since so many things are already held together with duct tape!!!):

    function getTopMenu ($aExclude = array()) {
        $aDBTopMenu = array();
        $aLinkAddon = $this->getLinkAddByPrams($aExclude);
        foreach (array('last', 'top') as $sMyMode) {
              switch ($sMyMode) {
                   case 'last':
                         $sModeTitle = '_Latest';
                            break;
                   case 'top':
                        $sModeTitle = '_Top';
                        break;
              }
       

Quote · 23 Jul 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.