Jump to content


Corporate Sponsors


Latest News: (loading..)

bigbob2

Member Since 21 Aug 2008
Offline Last Active Jan 21 2012, 04:59
-----

Posts I've Made

In Topic: What is "voucher?osCsid?"

16 January 2012, 09:25

View Postgerm, on 14 January 2012, 15:25, said:

No one is typing it into the search box. What is most likely happening is the shop is generating it and the code in the contribution is capturing it.

Thanks Jim

In Topic: What is "voucher?osCsid?"

13 January 2012, 19:28

But can you think how this would have come to be entered in to the search box?

Kev

In Topic: Can someone please tell me how to delete this database range

12 January 2012, 23:39

View Postmattjt83, on 12 January 2012, 23:22, said:

DELETE FROM `dbase_dbase`.`search_queries` WHERE `search_queries`.`search_id` <= 100000;

So that *should* delete all records that are less than or equal to 100000

BACKUP before you start messing with your db!

Awesome! Thanks, I will test it now.

Kev

In Topic: How do you move the breadcrumb trail?

11 January 2012, 19:32

View Post14steve14, on 11 January 2012, 19:11, said:

If you move the code from the header file you will have to add it to every page.

You can move the code within the header file by cutting and pasting whole div that the breadcrumb trail is in. Or at least i think you can.

Thanks Steve for the straight forward answer. I suspected that was the solution, but I thought I would ask.

Cheers
Kev

In Topic: How do you move the breadcrumb trail?

11 January 2012, 19:03

That's exactly what I did. I am not asking you personally for help, so I don't need to fit in to your personal rules, I just asked for help from this community because I don't know what to do. If it makes you feel any better I messed around with trying to change the position in the header file for half a day before I asked for help, but it always kept the same positioning.