Glossary

Started by slinouille, December 24, 2008, 10:33:47 AM

Previous topic - Next topic

Running With Scissors

Then I guess I won't do that because I have about 10 mods already installed.
A site for runners: http://www.traxck.com

Running With Scissors

Quote from: Kindred on May 05, 2009, 12:49:24 PM
that will likely mess up all mods that you may have installed... in which case you should probably upload a clean ste of forum files (with the exception of settings.php

Ok. If I overwrite every file but settings.php it won't delete all the members and posts will it? That stuff is all in the datebase right?
A site for runners: http://www.traxck.com

Kindred

right....   all the board's DATA is kept in the database.  Cleaning the files will just remove the mods (installation)... but all mod data will still be in the database waiting for the mod code to be re-installed.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

PrizeLive.com

Quote from: slinouille on May 04, 2009, 05:49:05 AM
@MoneyTalkPro.com: I don't know, but I think that it should not be very difficult to adapt it ... do it manually following install.xml file

Thanks, will give it a shot shortly.
Get Paid Instantly via PayPal (or other options) at PrizeLive.com!

casp3r

Quotehttp://www.dalesplanes.co.uk/index.php?topic=2.0;prev_next=next
8: Undefined index: enable_tooltips
File: /dalesplanes.co.uk/public_html/Sources/Display.php
Line: 1165
This particular message is appearing an awful lot in the error logs. I can only assume it has to do with the Glossary (if not I apologise). Anyone any ideas what could be causing it? Many thanks in advance.
Aviation forum & gallery
www.niaviation.co.uk

slinouille

@casp3r: yes it is a mod setting I'm using. Can you confirm that you have at least one time click on the save parameters button in the admin panel of glossary? Nevertheless I'll do a correction in order to avoid this warning ;)

@Running With Scissors: have you been able to manage your problem ?
Visit VAG-Technique.fr
Take a look to my mods

casp3r

Quote@casp3r: yes it is a mod setting I'm using. Can you confirm that you have at least one time click on the save parameters button in the admin panel of glossary? Nevertheless I'll do a correction in order to avoid this warning ;)

Now this is where I make a fool of myself :) I can't seem to see a save parameters button in the admin panel.
Aviation forum & gallery
www.niaviation.co.uk

Antes

Succsessfully installed RC1-1 but , When i click "Add a new Key word" Refreshing the page ( then ) closing the Pop-up page  , cant add Category - Key Word ...

Özgür

Quote from: Antes on June 17, 2009, 10:19:28 AM
Succsessfully installed RC1-1 but , When i click "Add a new Key word" Refreshing the page ( then ) closing the Pop-up page  , cant add Category - Key Word ...

I think you're using prettyurls. This mod not compatible yet with prettyurls.
So Long

Bruno36

Hello!

the bbcode is not working

Bruno36 the French
SMF 2.0.9

Bruno36

Quote from: slinouille on April 27, 2009, 03:59:36 PM
@Rockas: yes I've notice that ... but still I don't understand why but I don't either understand how url rewritting works :(
Perhaps is there just to add an exception in .htaccess file, but I don't see what ?!?

@SteveW: yes you can ... I'm using on my forum glossary for "expression with 3 words" ... try it ;)

http://www.simplemachines.org/community/index.php?topic=146969.msg2126323#msg2126323
Bruno36 the French
SMF 2.0.9

Özgür

Quote from: Bruno36 on June 24, 2009, 09:45:43 AM
Quote from: slinouille on April 27, 2009, 03:59:36 PM
@Rockas: yes I've notice that ... but still I don't understand why but I don't either understand how url rewritting works :(
Perhaps is there just to add an exception in .htaccess file, but I don't see what ?!?

@SteveW: yes you can ... I'm using on my forum glossary for "expression with 3 words" ... try it ;)

http://www.simplemachines.org/community/index.php?topic=146969.msg2126323#msg2126323

Read the http://www.simplemachines.org/community/index.php?topic=282158.msg2003504#msg2003504 below..
So Long

LaZKoPaT

For Older Versions 1.1.8 & 1.1.9 Users have a work can not use this mode for a solution Please Find Old Versions should

Kindred

#253
side note on the Glossary:  I finally ran the glossary page through the HTML Validator

Links in the glossary which use ...action=glossary&sa= should be changed to action=glossary&sa=

<tr id="letter_+" style=""><td>
character "+" is not allowed in the value of attribute "id"

<img src="http://www.40konline.com/community/Themes/default/images/glossary_blue.png">
img tags should be self terminating and must include an alt value
i.e.
<img src="http://www.40konline.com/community/Themes/default/images/glossary_blue.png" alt="" />
This occurs over and over...   and is causing a huge number of errors further down in the code
so this same fix should be applied to ALL img tags.


You are not allowed to include DIVs within TDs
i.e.
<td style="padding:3px; width:100px;" valign="top"><b><div style="float:left;" id="word_76">++</div></b></td>

<td width="10%" text-align="right">
text-align is part of a style="text-align... " definition. text-align is not a valid attribute by itself. either use align to parse it... or use text-align within a style attribute.
I would recommend replacing both stand-alone tags with style... <style="width:10%;text-align:right;">

<input type="hidden"... should have a self-closing action i.e.   ... />

<script>
function Display_glossary_for_letter(letter){
Wow, everything after this is really rather confused....    this is an opening script tag, but it's not identified as javascript, which means that the parser gets confused after this.

should be

<script type="text/javascript">
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

zorro18

Hello,

I have installed glossary on SMF 2.0 RC-1.2 and I cant add any word or do any admin function for glossary as the page refreshes itself and redirects to the home page when i try to add a word or click on administration :(

I have pretty urls installed. Is that the conflict? Help is appreciated. Thanks,
SMF community Rocks !!

Kindred

are you running the default theme or a custom theme?
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

zorro18

Quote from: Kindred on July 26, 2009, 07:37:34 AM
are you running the default theme or a custom theme?

Its on a custom theme
SMF community Rocks !!

Kindred

try reading the thread or using search?

This was answered....    you have to opy the javascript files into your custom theme as well
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

zorro18

Quote from: Kindred on July 26, 2009, 03:14:22 PM
try reading the thread or using search?

This was answered....    you have to opy the javascript files into your custom theme as well

Hi kindred,

i ve  done this but didnt help.. any alternative please?
SMF community Rocks !!

Kindred

there is no alternative.   copy the javascript files and it works.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: