php forum
php mysql forum
php mysql smarty
 
Page 3 of 4 < 1 2 3 4 >
Topic Options
#154527 - 12/23/02 03:08 AM Re: [6.3.x] [beta] News Fader
Oblivion Knight Offline
Spotlight Runner-Up

Registered: 03/27/02
Posts: 422
Loc: England, UK
Yes, cp_common.pl changed in 6.3.1 onwards..

Instead, find this:
Code:
          document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_mod&r=$ran> - $vars_wordlets_cp{menu_vars_mods}</option>");
_________________________
- OBK
- Gaming Update
- <img src="http://www.ubbdev.com/ud/?s=2&u=Oblivion Knight" alt=" - " /> Results Returned, <img src="http://www.ubbdev.com/ud/?u=Oblivion Knight&s=1" alt=" - " /> Points Collected & Counting!

Top
#154528 - 12/31/02 09:16 AM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
For those of you only wanting 1 line of text at a time, I just found a great fix...

Open: public_forum_summary.pl

Look for FDRboxHgt = 43; -- set number lower (I'm using 15)

Look for height="49" -- again, I'm using 15.

I know the 2nd line has been mentioned previously, but I have not seen where the first has been... I had immediately changed the 2nd line when I installed the hack, but untill I also reduced the 1st number, nothing changed.


* Now, if I can just figure out how in the hell the get the NewsFader on top of the box that says FORUM - TOPICS - POSTS - Etc... I'll be ecstatic! [ smile ]

Top
#154529 - 12/31/02 09:17 AM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
Also, any update on getting the blank line in the CP say News fader..?

Top
#154530 - 12/31/02 09:40 AM Re: [6.3.x] [beta] News Fader
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Did you upload your wordlets file?
_________________________
- Allen wavey
- What Drives You?

Top
#154531 - 12/31/02 10:52 AM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
I've had WORDLETS installed for quite awhile now, but if there is a specifc segment of code that I should look for, would it be possible to have somebody post it for me..? wink

Top
#154532 - 12/31/02 04:09 PM Re: [6.3.x] [beta] News Fader
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
After:
Quote:
quote:</font><hr /> document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_mod&r=$ran> - $vars_wordlets_cp{menu_vars_mods}</option>");<hr /></blockquote>You should have something like:
<blockquote><font class="small">quote:
[qb] document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_news_fader&r=$ran> - $vars_wordlets_mods{news}</option>");[/qb]
And in your vars_wordlets_mods you should have:
Quote:
quote:
news => "News Fader Settings",
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#154533 - 12/31/02 04:46 PM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
FANTASTIC

It worked like a champ, and should be noted for others with the same problem...

Top
#154534 - 01/03/03 10:56 PM Re: [6.3.x] [beta] News Fader
Kahuna Offline
Junior Member

Registered: 01/03/03
Posts: 4
I have read through this topic, and found a few questions the same as mine, but no answer. My question is:
When I install this hack, I find that the newsfader appears below the "Forum Name" "Moderator" etc.. Can someone please help me? Thanks!

Kim

Top
#154535 - 01/05/03 03:49 AM Re: [6.3.x] [beta] News Fader
BRIT Offline
Member

Registered: 08/31/02
Posts: 41
Loc: UK
Strange, I installed this and it worked first time for me in 6.3. I noted the above with reference to the cell size, that was my only bug about it, so I'll try and adjust it with that.
_________________________
www.themotorhead.com

UBB Classic 6.3.1.2

Top
#154536 - 01/05/03 05:20 AM Re: [6.3.x] [beta] News Fader
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
After:
Code:
[/code]You should have (something similar, i ripped it from my 6.4 release)
[code]
That SHOULD place it just above the mentioned fields.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#154537 - 01/05/03 01:07 PM Re: [6.3.x] [beta] News Fader
Kahuna Offline
Junior Member

Registered: 01/03/03
Posts: 4
when i copy that it doesn't copy spaces, so it is all drawn out horizotnally when i paste it..I am trying to just copy and paste it to replace the old coding..Please help!

Top
#154538 - 01/05/03 01:54 PM Re: [6.3.x] [beta] News Fader
Kahuna Offline
Junior Member

Registered: 01/03/03
Posts: 4
Didn't work..hmmmm

Top
#154539 - 01/06/03 04:23 AM Re: [6.3.x] [beta] News Fader
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
I'll throw my 6.4 news fader in the 6.4 section, take the code from that.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#154540 - 01/19/03 02:33 PM Re: [6.3.x] [beta] News Fader
The Red Devil Offline
Junior Member

Registered: 05/03/01
Posts: 28
Loc: Norway
nm, found the answer laugh

Top
#154541 - 02/04/03 04:04 PM Re: [6.3.x] [beta] News Fader
NetAdmin Offline
Junior Member

Registered: 02/04/03
Posts: 2
Here's a fix for JC Templates, it will stick the fader above the Forum/Topic/Post/Moderators etc.

This fix is assuming you have not hacked the file yet.


[code][/code]

Top
#154542 - 02/11/03 04:16 AM Re: [6.3.x] [beta] News Fader
Xynta Offline
Junior Member

Registered: 02/11/03
Posts: 2
link is invalid, could anyone upload this one?

Top
#154543 - 02/19/03 09:20 PM Re: [6.3.x] [beta] News Fader
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 391
Loc: Toronto
"URL" UBB Code not working on this site?!

Here take it from my site. http://romanianational.com/NewsFader[6.3.x].txt


Felix

Top
#154544 - 02/21/03 09:52 AM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
I have a new and interesting question that pertains to the spacing in this hack...

I just purchased a new 19" monitor (Sony Multiscan G410), and have obviously increased my screen res. I went from 17" @ 800x600 to the new 19" set at 1024 x 768, but now there is such a large difference in the centering offset of the NewsFader script. I have adjusted the NewsFader CP to reflect 900 pixel width, but now am receiving complaints from the guys with the smaller monitors.

What I would like to do, is have it set as a percentage (95%) to match the characteristics of the rest of the board, to allow for the "float" for various screen resolutions.

I'm still using 6.3.1.2, and need to know if this is a possibility..?

Top
#154545 - 02/26/03 09:49 AM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
Any solutions yet..?

Top
#154546 - 02/26/03 10:12 AM Re: [6.3.x] [beta] News Fader
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 391
Loc: Toronto
Tim, I used both 800x600 and 1024x768 and your table looks perfect on both settings.
I am probably one of the "guys with smaller monitors"?

Top
Page 3 of 4 < 1 2 3 4 >


Who's Online
0 registered (), 26 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
Yesterday at 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks