Search found 73 matches

by CrazyBread
Sun Jul 24, 2016 9:48 am
Forum: General
Topic: Anything I need to no about changing directory's?
Replies: 6
Views: 3906

Re: Anything I need to no about changing directory's?

Ah, yes this works.
Just copy them, then go to adminpanel and
change the URL in "Advanced Settings" tab.
by CrazyBread
Sat Jul 23, 2016 1:24 pm
Forum: General
Topic: Anything I need to no about changing directory's?
Replies: 6
Views: 3906

Re: Anything I need to no about changing directory's?

Hi there! Did you activate CLI mode? Open the following file: {bludit-root-directory}\bl-kernel\boot\init.php Then change the line: define('CLI_MODE', false); to define('CLI_MODE', true); Save the file and refresh your bludit page one time. You should now be able to see all of your Nibbleblog Conten...
by CrazyBread
Thu Jul 21, 2016 11:05 am
Forum: General
Topic: [SCRIPT] Nibbleblog to Bludit Exporter
Replies: 10
Views: 7604

Re: [SCRIPT] Nibbleblog to Bludit Exporter

I made a review, tested the exporter with the current version of bludit and completed the instructions for better handling.
Now it works like a charm.

Get the latest version on my Github-Repository:

https://github.com/HarleyDavidson86/nib ... uditExport
by CrazyBread
Wed Jul 20, 2016 8:10 am
Forum: General
Topic: [SCRIPT] Nibbleblog to Bludit Exporter
Replies: 10
Views: 7604

Re: [SCRIPT] Nibbleblog to Bludit Exporter

I found it and pushed it now on github:

https://github.com/HarleyDavidson86/nib ... uditExport

At this moment I have no time for it, but I will go for it in a few weeks.

The link in the post above is also active again!

Hurray! :)
by CrazyBread
Tue Jul 19, 2016 5:32 pm
Forum: General
Topic: [SCRIPT] Nibbleblog to Bludit Exporter
Replies: 10
Views: 7604

Re: [SCRIPT] Nibbleblog to Bludit Exporter

I cannot find the source :shock:
Maybe someone has downloaded the file and can give it to me back, so I can reupload it.

I will look again this evening.
by CrazyBread
Fri Jul 15, 2016 10:45 pm
Forum: General
Topic: Strange behaviour between desktop and mobilephone: no images
Replies: 3
Views: 2246

Re: Strange behaviour between desktop and mobilephone: no images

Yes, I will close this case .... very strange.
I deleted the cache and data, restart my phone. Nothing helped.

One hour ago it works now .... O_o
by CrazyBread
Fri Jul 15, 2016 11:38 am
Forum: General
Topic: Strange behaviour between desktop and mobilephone: no images
Replies: 3
Views: 2246

Strange behaviour between desktop and mobilephone: no images

I have a strange behaviour at one of my current projects. Please check: http://itwerkstatt.omdriebigs-gspann.de/projekte/c-stars-j/ On a desktop PC, everything works fine, all images are displayed right. But if you open the page on a mobilephone, you get this: http://itwerkstatt.omdriebigs-gspann.de...
by CrazyBread
Wed Jul 06, 2016 3:55 pm
Forum: General
Topic: Get all tags of a site
Replies: 4
Views: 2817

Re: Get all tags of a site

Thank you!
This is the more smarter way.
by CrazyBread
Wed Jul 06, 2016 11:00 am
Forum: General
Topic: Get all tags of a site
Replies: 4
Views: 2817

Re: Get all tags of a site

Okay, I found a way, but maybe there's a better one: <div class="tagcloud"> <?php //Build Tag URL $uritag = get_defined_vars()['Site']->uriFilters('tag'); //Both domain base and uritag have a slash, so cut one off $url = substr(DOMAIN_BASE, 0, -1).$uritag; //Get all tags $dbTags = get_defi...
by CrazyBread
Wed Jul 06, 2016 8:54 am
Forum: General
Topic: Get all tags of a site
Replies: 4
Views: 2817

Get all tags of a site

I'm looking for a possibility to get all tags of my site for a tag-cloud on my index-page.

Is there a way to call a certain plugin (in this case plugin "tags") or get them by a certain class?