> 1 <
| Author | Message |
froggymorning
2 posts
Location: United States Occupation: Age: |
#355 2008-07-17 16:15 GMT |
|
Hello, I am tremendously glad to find additional support for Seditio! Im a grandmother running seditio and am not technically savvy, but when I have clear instructions I can manage installing plugins and tweaking them.
We have always had a problem with the forum bbcode that I can not find nor fix. The drop down table with the page/user/flag/pfs lin/pm link etc does not work. [pm]froggymorning[/pm]. For example, that does not work in my site, it shows the code instead. We're to the point that we really could use that pm link function, so its not really the flag link that I'm concerned with. The only think I can find on the textboxer plugin that looks like a problem is #8 users.edit users.edit.tpl : {USERS_EDIT_FORM_TEXTBOXER} : Missing Speak slowly. use small words. Thank you!!! ADDED after submission: Oops, doesnt work here either. just a bug in seditio? |
|
Kilandor
118 posts
http://www.seditioforge.com/ Location: United States TN Occupation: Web Coder - Gamer - Game Devloper(working on it) Age: 23 |
#357 2008-07-17 21:38 GMT |
|
The problem with pm/user and stuff, is they use ID not name
so you can do like Code: [pm]1[/pm] [user=1]Kilandor[/user] [f]us[/f] [pfs]1-121-upload-fix.rar[/pfs] Userid's are can be gotten from users.php?id=### links that link the a persons profile Needs Userid Userid - Your text (can only be letters and numbers) Kilandor 2 letter country code ![]() If not using Folder View, then its The name of file This can be gathered by opening "My Files" and Under the File Column you ill see names such as 1-121-upload-fix.rar Optionally also Under the text boxer on posting and other area's you can see "My files" links to popup the window, and on the far right of a file is an icon, that will allow you to insert PFS links, ImageLinks and Thumbnail Image links by just clicking on them. 1-121-upload-fix.rar------------------------ As for the Missing Tag problem. First open the skins/name/users.edit.tpl file and Open find (Usually CTRL + F) Enter in {USERS_EDIT_FORM_TEXTBOXER} , and if you don't find it thats the problem. If you do find it, its likely a mistake in the PHP part of that Even though it shows missing it will have no effect, its just there to let you know easily oh this is missing, or oh I do have it. |
|
froggymorning
2 posts
Location: United States Occupation: Age: |
#359 2008-07-18 18:07 GMT |
|
Thank you!!
Its not there and it looks there might be a mistake in the users.edit.tpl This is there: <tr> <td>{PHP.skinlang.usersedit.Signature}</td> <td><div style="width:96%;">{USERS_EDIT_TEXTBOXER}</div></td> </tr> ------------------------------------------------- Would I change it to this?: <tr> <td>{PHP.skinlang.usersedit.Signature}</td> <td><div style="width:96%;">{USERS_EDIT_FORM_TEXTBOXER}</div></td> </tr> |
|
Kilandor
118 posts
http://www.seditioforge.com/ Location: United States TN Occupation: Web Coder - Gamer - Game Devloper(working on it) Age: 23 |
#360 2008-07-20 10:51 GMT |
|
Yes thats all you would need to do.
|
|
> 1 <



1-121-upload-fix.rar