| ||||
| ||||
| Moderated by: martin_wynne | Page: 1 2 |
|
|||||||||||||
| How to edit buttons | Rate Topic |
| Author | Post |
|---|
| Posted: Sat Jan 14th, 2012 10:23 pm |
|
1st Post |
|
Devans License Holder
|
Can someone tell me where I would edit/remove the lower set of buttons and also how I can remove add as friend and ignore member buttons? Please and thank you Attached Image (viewed 65 times): Last edited on Sat Jan 14th, 2012 10:24 pm by Devans |
||||||||||||||
| |||||||||||||||
| Posted: Sat Jan 14th, 2012 11:05 pm |
|
2nd Post |
|
Devans License Holder
|
And... while I have someone, why is it I can not get the Quick Reply box to shrink? I am trying to use a % rather than px, but it seems like it has no effect on it.
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 03:11 am |
|
3rd Post |
|
Devans License Holder
|
So I figured out the Friends and Ignore buttons. I basically just removed the "add as friend" and "Ignore Member" text from view_topic.php beginning at line 357. As for the Quick Reply, I just removed it completely. So all I really need now is to know how to remove the BACK TO TOP text. Its just un-needed clutter for what I am doing, and I really dont see the need to have a back to top link on every single post. I have looked everywhere, so I anxiously await a reply.......
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 04:06 am |
|
4th Post |
|
Devans License Holder
|
Thanks for all the help....after 6 hours I FINALLY figured it all out. You can delete this topic if wanted. Last edited on Sun Jan 15th, 2012 04:07 am by Devans |
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 02:20 pm |
|
5th Post |
|
Robert Member
|
I have always thought that I remember the answers to problems better if I can work them out for myself.
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 02:49 pm |
|
6th Post |
|
Devans License Holder
|
well I learned more than my share reading threw all those php files.
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 02:59 pm |
|
7th Post |
|
tanygaer TOIDI
|
Good to know. Can we call on you for help when we need it?
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 03:03 pm |
|
8th Post |
|
Devans License Holder
|
If you have a furnace or A/C issues, you feel free to ask away.
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 03:05 pm |
|
9th Post |
|
tanygaer TOIDI
|
Devans wrote: If you have a furnace or A/C issues, you feel free to ask away. Not a good idea, I have been stuck on a problem for over 4 days now, If I cant solve it, it will really upset the apple cart.
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 03:07 pm |
|
10th Post |
|
Devans License Holder
|
OK, go ahead and ask...
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 03:09 pm |
|
11th Post |
|
Marty Helpy Helper
|
My experience here tells me that if David can't figure it out, we are all in trouble ha ha.
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 03:14 pm |
|
12th Post |
|
Devans License Holder
|
I had a couple different issues with a variable speed furnace several years ago. I fixed one problem and after messing with it for about 2 hours the second one had me absolutely stumped. My wife said "hey, could it be this"? It was! I just needed a fresh brain in the mix.
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 03:41 pm |
|
13th Post |
|
tanygaer TOIDI
|
OK, after adding a fresh node into the DOM, via Javascript how do you set the caret position to the end of the new node, bearing in mind the inserted node could be anywhere in the DOM tree.
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 03:45 pm |
|
14th Post |
|
Marty Helpy Helper
|
tanygaer wrote:OK, after adding a fresh node into the DOM, via Javascript how do you set the caret position to the end of the new node, bearing in mind the inserted node could be anywhere in the DOM tree. Multiple Choice?
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 03:50 pm |
|
15th Post |
|
Devans License Holder
|
Got me on that one... do you have a furnace problem? lol
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 04:07 pm |
|
16th Post |
|
tanygaer TOIDI
|
if I ever find the answer I'll post it
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 05:10 pm |
|
17th Post |
|
martin_wynne Licence Holder
|
tanygaer wrote: OK, after adding a fresh node into the DOM, via Javascript how do you set the caret position to the end of the new node, bearing in mind the inserted node could be anywhere in the DOM tree. Hi David, Does this help? 1. add a dummy tag with an ID at the end of the content which you will be inserting: <span id="insertion_placeholder"></span> 2. insert the new content. 3. select the dummy tag: editor.selected.selection.select(editor.dom.select('span#insertion_placeholder')[0]); 4. remove the dummy tag: editor.dom.remove(editor.dom.select('span#insertion_placeholder')[0]); regards, Martin.
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 05:17 pm |
|
18th Post |
|
tanygaer TOIDI
|
That may have legs Martin, inserting at the end of text is not a problem, similarly at the beginning, however, I want to place a link between the words "legs" and "Martin"
|
|||||||||||||
| ||||||||||||||
| Posted: Sun Jan 15th, 2012 05:47 pm |
|
19th Post |
|
Devans License Holder
|
Ah, Martin beat me to it - I was just gonna suggest that
|
||||||||||||||
| |||||||||||||||
| Posted: Sun Jan 15th, 2012 10:50 pm |
|
20th Post |
|
Devans License Holder
|
Can someone let me know how to center the "mark all forums read" ? Everything I tried doesnt seem to have any affect.
|
||||||||||||||
| |||||||||||||||
| Current time is 10:14 am | Page: 1 2 |
| UltraBB Forums > UltraBB > Software Assistance > How to edit buttons | Top |
![]() |