Search found 43 matches

by nootkan
Sat Mar 20, 2021 10:17 pm
Forum: General
Topic: Insert Youtube video?
Replies: 8
Views: 4217

Re: Insert Youtube video?

Realize this is an old post but for the record you can also switch to the "source code view" (<>) and add the embedded iframe code there. This is how I do it all the time.
by nootkan
Mon Jun 22, 2020 3:49 am
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7252

Re: Add Recent Posts to Footer on Home Page

Edi, well I'll be darned. Works great!
Just when you think you're dumb you're actually blind. ;) ;)
Thanks for the awesome support!
by nootkan
Sun Jun 21, 2020 10:20 pm
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7252

Re: Add Recent Posts to Footer on Home Page

Hi Edi, sorry for the late reply. Your code worked fine for the titles but when I tried to add the code from before for the urls of the page titles it didn't work. What should I change in order for the page titles to linked to the actual blog posts? <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_...
by nootkan
Sun Jun 14, 2020 12:52 am
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7252

Re: Add Recent Posts to Footer on Home Page

I've been to that page unfortunately for me I am no php coder and was hoping the original code would still work. I did change the reference from post to page but that didn't seem to work.
by nootkan
Sat Jun 13, 2020 9:34 pm
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7252

Re: Add Recent Posts to Footer on Home Page

Edi wrote: Fri Jun 12, 2020 4:41 pm
Is there a value for $data if allow_url_fopen is enabled?
I'm not sure what you mean. This code was something that you provided to me in the past (see link in first post). When I enabled allow_url_fopen the only error I seen in the logs was the "invalid argument foreach"
by nootkan
Thu Jun 11, 2020 5:24 am
Forum: Themes
Topic: Adding A Logo from Setting/General/Logo Does not work, for any theme
Replies: 11
Views: 5557

Re: Adding A Logo from Setting/General/Logo Does not work, for any theme

I got it to work with the Alternative Theme by placing inside the navbar.php file just below the div class container tag. Now I just need to add a class in the img tag to place it correctly. :P
by nootkan
Thu Jun 11, 2020 4:59 am
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7252

(Resolved) Add Recent Posts to Footer on Home Page

I was wondering how I would add a "Latest Posts" widget to my html based homepage on the root website. Right now I have a html built website with bootstrap and my bludit blog in a sub directory named blog. In the past with an older version of Bludit I was able to do it with help from this ...
by nootkan
Wed Jun 10, 2020 6:13 pm
Forum: Themes
Topic: Adding A Logo from Setting/General/Logo Does not work, for any theme
Replies: 11
Views: 5557

Re: Adding A Logo from Setting/General/Logo Does not work, for any theme

Not sure when it was introduced but I used the logo method in my theme: <img src="<?= $site->logo() ?>" alt="<?= $site->title() ?>" width="360"> I guess I found that browsing the source because I just rechecked and didn't find it in the docs. So then made a pull reques...
by nootkan
Wed Jun 10, 2020 5:43 pm
Forum: General
Topic: (Resolved)New Installation Failed
Replies: 3
Views: 1627

Re: New Installation Failed

Version 1.6.2? This is a very outdated one... Yes I know which is why I wanted to install the newer version so I could transfer everything over to it from the older version. I had tried in the past to upgrade but it kept failing even with the following script: https://github.com/anaggh/bludit-scrip...
by nootkan
Wed Jun 10, 2020 7:56 am
Forum: General
Topic: (Resolved)New Installation Failed
Replies: 3
Views: 1627

Re: New Installation Failed

Okay I discovered that I had to set the install file and index.php file to 755 before it would work. After the installation I set the index file back to 644 and deleted the install file. All works now.