Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
March 16, 2010, 09:32:43 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
110141
Posts in
15911
Topics by
9277
Members
Latest Member:
Funk-XL
WebsiteBaker Community Forum
English
Modules
(Moderators:
Argos
,
BerndJM
)
Completed Media Blog
Pages:
[
1
]
2
Author
Topic: Completed Media Blog (Read 14806 times)
hudge
Offline
Posts: 173
Completed Media Blog
«
on:
June 30, 2006, 10:33:25 PM »
Ok here is version 1 of the Media Blog. Thank you to those who helped, it was because of you.
Here is what it is, it is the news mod with bonuses. You can attach video and or images. Also you can have it display in multiple columns. It also has a rss feed and itunes feed built in.
What is coming very soon is a companion mod that will let you show last XX items, show archives, show random article, show group list, tags, ratings.
Get it today, and let us know what you think, please post and not im or pm at this time.
http://hudge.com/contributes/mediablog.zip
@stefen how do we add this to the addons?
Logged
: Member of the Baker's Dozen :
Baking at 350˚ for 2 hours now...
kweitzel
Forum administrator
Online
Posts: 5552
Re: Completed Media Blog
«
Reply #1 on:
June 30, 2006, 11:57:51 PM »
Hi Jim,
impressive ... had a wee look at it (on the site of my Wife). Although I didn't test it completly through I didn't find any apparent faults, so I uploaded it to the add-on repository.
One question though, is there any chance, that the category list can be read from an external file, like CSV or a simple list? That would make customisation easy. If I find time (and that is not easy as a newly selfemployed
) I will translate the language file into German. If somebody is faster though ...
cheers
Klaus
Logged
http://www.weitzel.biz
PM has been disabled
mlohnen
Offline
Posts: 31
Re: Completed Media Blog
«
Reply #2 on:
July 01, 2006, 12:59:19 AM »
Here's a dutch translation, NL.txt.. rename to NL.php to make it work.
Logged
watermelon
Offline
Posts: 25
Re: Completed Media Blog
«
Reply #3 on:
July 01, 2006, 05:41:36 AM »
should this be just a new page type or is there some other way that it is to be used? I just installed it and it said that it installed successfully, but I don't see a blog page type...
Thanks
Logged
kweitzel
Forum administrator
Online
Posts: 5552
Re: Completed Media Blog
«
Reply #4 on:
July 01, 2006, 09:03:11 AM »
Quote from: mlohnen on July 01, 2006, 12:59:19 AM
Here's a dutch translation, NL.txt.. rename to NL.php to make it work.
not neccessary if you download it now from the add-on repository, since it has been updated and the language file is now included.
Quote from: watermelon on July 01, 2006, 05:41:36 AM
should this be just a new page type or is there some other way that it is to be used? I just installed it and it said that it installed successfully, but I don't see a blog page type...
It indeed crates a new pagetype called "Mediablog". What Version of WB are you using? I would think, that the installation was not successful ... can you check that the module is present in the modules folder and that the databas entries are there? Als just try to use the "reload add-ons" function in the section "admin" - "settings" - "show advanced options" ...
cheers
Klaus
Logged
http://www.weitzel.biz
PM has been disabled
marccouture
Offline
Posts: 210
Re: Completed Media Blog
«
Reply #5 on:
July 04, 2006, 06:32:26 PM »
This module installs just fine, but there are a few quirks "out of the box":
- Formatting text makes drop-down menu choices appear further up the page (for instance, when trying to change the default font, the drop-down menu appears five or six lines on top; I am using FCKEditor);
- Uploading images: doesn't work at all, tried various image types and sizes, none appear in blog entries;
- Comment link: when clicked, goes to a non-existant page (on my test setup, the link goes to
http://localhost/wb/pages/media_items/%5C%22http://localhost/wb/modules/mediablog/comment.php?id=2\%22
)
Thanks for the work, this shows promise!
Logged
Marc C.
pcwacht
Guest
Re: Completed Media Blog
«
Reply #6 on:
July 04, 2006, 10:58:39 PM »
Quote
Uploading images: doesn't work at all, tried various image types and sizes, none appear in blog entries;
Can you choose the image after you have uploaded the image and return to the same item?
If so, make sure you have in settings where you want the picture:
[IMAGE_NAME] for the imagename
[IMAGE] for the image as uploaded
[IMAGE_SMALL] for small images, thumbsize
[IMAGE_LARGE] for resized image
Allso make sure to choose the right GD version in settings, try GD=2 if resizing fails, try GD=1
Quote
Comment link: when clicked, goes to a non-existant page (on my test setup,
Goto settings, change comments_footer from
Code:
</table>
<br /><a href=\"[ADD_COMMENT_URL]\">Add Comment</a>
to
Code:
</table>
<br /><a href="[ADD_COMMENT_URL]">Add Comment</a>
This needs to be changed in add.php as well
Quote
Formatting text makes drop-down menu choices appear further up the page
Couldn't get same behaviour with htmlarea, xinha, fckeditor
John
Logged
uschzmet
Offline
Posts: 2
Re: Completed Media Blog
«
Reply #7 on:
July 17, 2006, 07:51:04 PM »
why shows '[IMAGE]' the absolute path ...not relative
Logged
pcwacht
Guest
Re: Completed Media Blog
«
Reply #8 on:
July 17, 2006, 10:35:26 PM »
The path is created during runtime, it fetches the parts from config and the database entry
Relative paths will only work if the path from the root of the server is known, and this is not allways the case,
If wb is installed in root, path is /...
if wb is installed in wb, path is /wb/...
This way works allways, might not be the best solution but it works...
John
Logged
uschzmet
Offline
Posts: 2
Re: Completed Media Blog
«
Reply #9 on:
July 18, 2006, 07:30:44 AM »
the absolute path is in linux for example /var/www/....
and this path is on [IMAGE] ....
Logged
pcwacht
Guest
Re: Completed Media Blog
«
Reply #10 on:
July 18, 2006, 10:16:45 AM »
Ahhh, sorry,
The path is needed for the thumbnail routine. It has caching etc so it needs to know the physical path for the image and the path to the cache dir.
I know it will give some detail away about your install.
It could be rewritten, ie, the thumb routine could fetch the path start from config.
Let me know if this will do and I will change it.
John
Logged
Ditto
Offline
Posts: 19
Re: Completed Media Blog
«
Reply #11 on:
July 29, 2006, 02:52:41 AM »
Not sure what I'm doing wrong. I installed the module without a problem, created a Private page using the MediaBlog type. When I created my first group, I "uploaded" a pic to go with it and received this message:
Code:
Fatal error: Call to a member function on a non-object in /home/sitesolu/public_html/modules/mediablog/save_group.php on line 25
The group, however, was created fine so I added a new item into the group, again "uploading" an image to go with the item... and got the same thing.
I'm really looking forward to using this module and am happy to test further. Let me know what to do, and I'll jump on it.
Thanks!
Logged
pcwacht
Guest
Re: Completed Media Blog
«
Reply #12 on:
July 29, 2006, 03:42:47 PM »
You tried saving an image to the group or to an item wich belong to that group?
The save_group.php is for saving images to the group itself so they can be displayed with the item in a list.
This is allso faulty in news module where this moudle is kinda clone of.
Let me know where the picture save goes wrong and I'll try to correct it.
John
Logged
rikkibr
Offline
Posts: 46
Re: Completed Media Blog
«
Reply #13 on:
July 31, 2006, 05:54:57 PM »
Hi
I want to be able to submit entries without images... how do I do that?
I always get a square with a red cross, like there is suppose to be an image there.
Thanks for this module
Logged
pcwacht
Guest
Re: Completed Media Blog
«
Reply #14 on:
July 31, 2006, 06:23:28 PM »
Change in settings the templates, remove [IMAGE] from there.
John
Logged
marccouture
Offline
Posts: 210
Re: Completed Media Blog
«
Reply #15 on:
August 08, 2006, 06:37:41 PM »
Quote from: pcwacht on July 31, 2006, 06:23:28 PM
Change in settings the templates, remove [IMAGE] from there.
John
Can you describe exactly what you mean here? I can't find this setting. Thanks!
EDIT: never mind, found it, I must be blind or something, hahaha.
«
Last Edit: August 08, 2006, 06:48:24 PM by marccouture
»
Logged
Marc C.
marccouture
Offline
Posts: 210
Re: Completed Media Blog
«
Reply #16 on:
August 08, 2006, 06:47:16 PM »
Also, how can I add support for accentuated characters in this module? All posts with characters such as é, à, à, etc., all appear as question marks on the public side... Thanks!
Logged
Marc C.
DGEC
Offline
Posts: 382
Re: Completed Media Blog
«
Reply #17 on:
August 08, 2006, 07:37:13 PM »
Quote from: pcwacht on July 18, 2006, 10:16:45 AM
I know it will give some detail away about your install.
It could be rewritten, ie, the thumb routine could fetch the path start from config.
Let me know if this will do and I will change it.
If you can do this, it would be very good for many people. For example, I have a customer site that is in a subdirectory of my main site - much better for it to show up as a link to their domain not mine.
Also helpful if you move the site location, reduces the work required. When I created the site, I had it in a subdirectory because I couldn't use their domain name yet. I had to change all the images when I went live with the site.
Logged
brownj
Offline
Posts: 18
Re: Completed Media Blog
«
Reply #18 on:
August 13, 2006, 02:51:06 PM »
Yeah, how do we solve this root image problem? I am going to India in a couple of weeks, I thought the media blog would be a good way to keep in touch with family and friends, to let them know what I am doing.
Logged
subzero569
Offline
Posts: 1
Re: Completed Media Blog
«
Reply #19 on:
August 14, 2006, 01:39:36 AM »
I am trying out mediablog module on a client site. Everything works well except the long text for items. I don't see anywhere in the settings to display the long text. I see '[SHORT]' but isn't displayed when clicking the 'Read More' link only the Title and author info. I tried to add [LONG] but it doesn't work. Any thoughts?
Can someone assist, please?
Thanks.
Logged
pcwacht
Guest
Re: Completed Media Blog
«
Reply #20 on:
August 22, 2006, 12:40:36 PM »
the long story is hardcoded in the view.php of the mediablog
Look in view.php at around line: 380
Code:
// Print long
echo $item_long;
The item_long is not parsed yet in template form at field item_header.
John
Logged
kickarse
Offline
Posts: 64
Re: Completed Media Blog
«
Reply #21 on:
August 25, 2006, 07:34:54 PM »
For the "Add Comment" link I get
http://www.vnaandhospice.org/pages/media_items/%5C%22http://www.vnaandhospice.org/modules/mediablog/comment.php?id=2\%22
Logged
pcwacht
Guest
Re: Completed Media Blog
«
Reply #22 on:
August 25, 2006, 11:51:51 PM »
Am looking at that as well
Logged
kickarse
Offline
Posts: 64
Re: Completed Media Blog
«
Reply #23 on:
August 28, 2006, 08:21:48 PM »
I tried fixing it in the view.php but everything I do screws the install...
Logged
pcwacht
Guest
Re: Completed Media Blog
«
Reply #24 on:
August 28, 2006, 11:18:54 PM »
Try xampp for testing and fiddling (
www.apachefriends.d
e
)
Installs like a breeze in windows, doesn't touch the registry and works like a charm
Then you can edit files, save them and test them on your local install.
Have fun,
John
Logged
Pages:
[
1
]
2
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
Loading...