Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 04:57:03 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155533 Posts in 21713 Topics by 7739 Members
Latest Member: audillino
* Home Help Search Login Register
Pages: 1 [2] 3 4   Go Down
Print
Author Topic: Bookmark Module: Modified version released (incl. adjusting layout)  (Read 29652 times)
i2Paq

Offline Offline

Posts: 511


« Reply #25 on: November 18, 2005, 03:04:45 PM »

Is there any demo of this thing?

Tonight I will put up this latest version on my site.
Logged

Opensource is my life, but then elsewhere.
i2Paq

Offline Offline

Posts: 511


« Reply #26 on: November 18, 2005, 09:19:05 PM »

Updated this module on my site and without a problem. Only thing I see now is a border round the image(s)...
I have no time now but see if I can remove that tomorrow as I don't like it  undecided
Logged

Opensource is my life, but then elsewhere.
i2Paq

Offline Offline

Posts: 511


« Reply #27 on: November 19, 2005, 02:09:10 PM »

Well I cannot find where the images get their border from?

Did anyone test the Help-Page, what did it look like? Mine gets a long line of text at the left site and thats hard to read.
« Last Edit: November 19, 2005, 07:15:48 PM by i2Paq » Logged

Opensource is my life, but then elsewhere.
SuE

Offline Offline

Posts: 15


WWW
« Reply #28 on: November 19, 2005, 08:46:33 PM »

the border is from the link - set in css file:
Code:
img {border:none}

this will be valid for all images.  so, in your case, you can use the class border for the images, too
Code:
.border img {border_none}
may work
Logged
Bennie_wijs

Offline Offline

Posts: 230



WWW
« Reply #29 on: November 21, 2005, 11:28:19 AM »

Well I cannot find where the images get their border from?

Did anyone test the Help-Page, what did it look like? Mine gets a long line of text at the left site and thats hard to read.

Yep, I have the same problem.
Logged

I believe what I want to Believe
i2Paq

Offline Offline

Posts: 511


« Reply #30 on: November 21, 2005, 02:58:11 PM »

Well I cannot find where the images get their border from?

Did anyone test the Help-Page, what did it look like? Mine gets a long line of text at the left site and thats hard to read.

Yep, I have the same problem.

What, the border and/or the unreadable Help file?  grin
Logged

Opensource is my life, but then elsewhere.
Woudloper
Guest
« Reply #31 on: November 21, 2005, 05:31:40 PM »

I don't have any problems regarding the non-readable help file. I even installed it on a website where I didn't used the bookmarks module, but their the help file was readable...

Regarding the image borders. The solution provided by SuE solved the problem. To make it a bit more specific you can also use:

Code:
.BMlink img {
border:none;
}
Logged
i2Paq

Offline Offline

Posts: 511


« Reply #32 on: November 23, 2005, 08:26:19 PM »

I don't have any problems regarding the non-readable help file. I even installed it on a website where I didn't used the bookmarks module, but their the help file was readable...

Regarding the image borders. The solution provided by SuE solved the problem. To make it a bit more specific you can also use:

Code:
.BMlink img {
border:none;
}

Thakns, that did the trick!
Logged

Opensource is my life, but then elsewhere.
Bennie_wijs

Offline Offline

Posts: 230



WWW
« Reply #33 on: November 25, 2005, 11:58:32 AM »

Found problem with helpfile

On lin 53 of file help.php
      <td class="setting_name" width="100">
Change to:
      <td class="setting_name" width="100%">

Will changed that in module zip file.
Logged

I believe what I want to Believe
Woudloper
Guest
« Reply #34 on: November 25, 2005, 01:36:37 PM »

Discover the same problem today (even on the sitemap module). Good to see you have updated it! Think I accidentily deleted the % character...
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #35 on: November 25, 2005, 01:53:55 PM »

@Bennie wijs

I've seen you've released today a fixed version on Completed Modules.   undecided  In the attachemnet you found the new Version 2.4.2. Have look at it and if its ok please release it at completed modules.

Version 2.4.2 (11-25-2005) by Ruebenwurzel

  • Added:Language file works with help file
  • Added:Image links are without borders as default
  • Changed:Minor layout changes in admin Interface
  • Fixed:Code cleaning and all files stored UNIX konform
               
Version 2.4.1 (11-25-2005) by Bennie Wijs
  • Fixed:Layout of the help.php file within Internet Explorer

There are no changes at the database. For all who wanna update from 2.4.0 to 2.4.2 only overwrite the old files with the new ones from this package. If you wanna update from a version minor than 2.4.0, copy all files to modules/bookmarks and run once the upgrade_bookmarks.p hp.

Have fun

Matthias
« Last Edit: November 25, 2005, 10:49:38 PM by ruebenwurzel » Logged
des

Offline Offline

Posts: 51


« Reply #36 on: December 15, 2005, 05:33:08 AM »

This worked beautifully form me, right out of the box. Many thanks to Reubenwurze and Loudwoper for their work on this mod!
There is one thing I would like to change, but cannot seem to find where it is defined within the CSS.
The horizontal rules that divide each category--I'd like to change the color code.
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #37 on: December 15, 2005, 06:42:50 AM »

Go in Admin Interface at the page where you use the Bookmarkmodul to "Option", in the header you see something like this:
Code:
.BMheader  {
background-color: #000000;
color: #FFFFFF;
vertical-align: middle;
font-weight: bold;
text-align: center;
}
Change the colors to what you want.

Matthias
Logged
des

Offline Offline

Posts: 51


« Reply #38 on: December 15, 2005, 08:10:40 PM »

Thank you. Sometimes it is just so simple that it confuses me........ rolleyes
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #39 on: January 03, 2006, 09:29:12 PM »

Version 2.5 of Bookmark modul released

you can download it at completed modules.

Quote
v2.5.  December 28, 2005
 - Added new multilanguage support
 - Small layout tweak on settings page

Attention:
  • This modul is designed for WB 2.6.1. It is not recommanded to use this for WB 2.5.x or less.
  • This modul includes the languages EN and DE. You can add your own language in the languages dir of the modul.

How to update:
  • Copy all files to modules/bookmarks, overwrite the existing ones. If you uptdate from a version 2.4.x you have nothing else to do.
  • If you update from a earlier version as 2.4.0 run once the update script /modules/bookmarks/update_bookmarks.php.

Have fun

Matthias
Logged
dhdesign

Offline Offline

Posts: 35


« Reply #40 on: January 09, 2006, 12:37:55 AM »

I've been working with this module all afternoon, and I am very impressed!  I'm using it as a links manager for a website - it is doing what I need for the most part; however, I do have a suggestion for a future version.

The list of text-only links that I've set up has about 14 different groups.  Each group has several links in it, so the page is very long.  That makes it difficult for someone to scroll down through the whole page, looking for the group/link they want.  I would like to propose the following:  there should be a list of anchor links that is auto-generated from the group titles at the top of the page. Example: 

Code:
<div><a name="top"></a></div>
<p>Categories:</p>
<ul>
<li><a title="group title1" href="#group title1">group title 1</a></li>
<li><a title="group title2" href="#group title2">group title 2</a></li>
<li><a title="group title3" href="#group title3">group title 3</a></li>
<li><a title="group title4" href="#group title4">group title 4</a></li>
</ul>

When one of those links is clicked, it will cause the page to scroll down to the appropriate category.  The corresponding anchor link can be included in the Group Loop code.  I've already been able to set that part of it up, using the following:

Code:
<tr>
<td class="BMheader" colspan="[NROFCOLUMNS]">
<a name="[GROUPTITLE]"></a>[GROUPTITLE]
</td>
</tr>

There also needs to be a "Back to top" link included after the last link in each group.  I tried putting the following in different places, but haven't been able to come up with the right combination yet.
Code:
<p><a href="#top">[ Back to top of page]</a></p>

Probably would need to include some php code to do a check for the last link in the category, then insert the "Back to top" link right afterwards.

Another nice feature for inclusion in a future version would be sub-groups, i.e.:

Group 1
-- Subgroup 1
-- Subgroup 2
Group 2
-- Subgroup 1
-- Subgroup 2

Thank you to all those who've worked on this module - keep up the good work!! grin

Logged
Bramus
Forum Team
*****
Offline Offline

Posts: 601


WWW
« Reply #41 on: January 16, 2006, 10:03:55 AM »

I just installed this new bookmark  module and removed the old in the adminpanel, but when added a new link i don't see anything!! Can anyone help me with this? www.ih82.nl is the site so you can see it for yourself i added a link www.helden.nl but you just can't see it

Thx BramuS


EDIT
updating to 2.4.1 for the bookmark did the job, but why the 2.3 version is not working?
« Last Edit: January 16, 2006, 10:27:44 AM by Bramus » Logged

BRAMUS Internet Services
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #42 on: January 16, 2006, 10:38:58 AM »

Hello,

1.) I'm not shure, but you said i think in another post that you work with WB 2.5.2. The newest bookmarkmodul only works with WB 2.6.x.
2.) There are no two different bookmarkmodules. If you have already an oldone installed you couldn't normally install the newone. You only could upgrade with overwriting the files and run the upgrade-script. Uninstalling bookmarks (it doesn't matter wich one) deletes all tables from the bookmarks modul. Bookmark doesn't work anymore.

So what can you do:
1.) Delete in all pages where a bookmark-section is the bookmark section.
2.) Uninstall bookmarks modul
3.) Delete with ftp the bookmarksfolder at modules in your WB installation if there exists one.
4.) If you use 2.6.x install the actually Modul from completed modules all should work
5.) If you use 2.5.x the best is to upgrade to 2.6.1. If you don't wanna upgrade PM me, i try to send you a modul wich works with WB 2.5.x

Matthias
Logged
needasitefast

Offline Offline

Posts: 31


« Reply #43 on: January 24, 2006, 10:18:21 AM »

Hi.
I had the same problem.

I installed the bookmark module. I entered in a few bookmarks in admin,
but when I view, the bookmark page is blank - no bookmarks!

There is a chance that I installed it once and then reinstalled it
by accident a minute or so later.
Logged
needasitefast

Offline Offline

Posts: 31


« Reply #44 on: January 24, 2006, 10:20:05 AM »

ps. I am using 2.6 and I downloaded the bookmark file from this thread dated nov 8th?
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #45 on: January 24, 2006, 10:32:28 AM »

Hello,

Please delete all entries and pages and then the modul.
Download the newest version from Completed Modules and install this one.

Matthias
Logged
needasitefast

Offline Offline

Posts: 31


« Reply #46 on: January 24, 2006, 10:37:30 AM »

Hi- so I saw there was a 2.5 version. I downloaded this and will install
(by unzipping and copying files over and running update?)

Re: deleting entries- do you mean I have to manually go into the
database and delete all data?
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #47 on: January 24, 2006, 10:40:54 AM »

Quote
Re: deleting entries- do you mean I have to manually go into the
database and delete all data?
No, in admin interface at the page where you added your bookmarks.

Quote
Hi- so I saw there was a 2.5 version. I downloaded this and will install
(by unzipping and copying files over and running update?)
Better try to uninstall the old one and then install the newone. Don't know if update works from your installed version.

Matthias
Logged
needasitefast

Offline Offline

Posts: 31


« Reply #48 on: January 24, 2006, 10:51:52 AM »

ok so I manually deleted all bookmark files installed, then I
did a mod install via your zip file and the admin appears, however
there is an error - IMAGE: directory does not exist or not set is settings

Also, the description of the bookmark is jumbled with the title as
you can see here:

http://www.awsurrey.org/awshome/pages/bookmarks.php

tips please?
Logged
needasitefast

Offline Offline

Posts: 31


« Reply #49 on: January 24, 2006, 10:56:41 AM »

Hmm I looked for bookmarks in Uninstall Module and also module details .. Bookmarks is simply not listed.

I think I have a totally corrupt install.  Should I manually delete some
database tables at this point, I need to get this working.

Logged
Pages: 1 [2] 3 4   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!