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 Offline

I type Like navaho

Registered: 03/10/00
Posts: 25565
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 Offline

Wizard

Registered: 01/10/00
Posts: 5305
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 & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

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 Offline

Wizard

Registered: 01/10/00
Posts: 5305
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 & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

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 Offline

Wizard

Registered: 01/10/00
Posts: 5305
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 & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

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: 394
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: 394
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 (), 49 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Ubb - Buy It!
best forum software
Latest Posts
[7.2.1] - Naked shoutbox
by MithofOT
08/31/10 01:58 PM
[7.5.5] getting $_COOKIE to work
by gtho4
08/29/10 12:28 AM
Jelsoft Bought
by AllenAyres
08/20/10 04:44 PM
UBBDev Now Running Threads 7.5.6
by AllenAyres
08/18/10 07:59 PM
How do I add another field to the profile page?
by Gizmo
08/05/10 09:24 AM
UBB developer needed.
by AllenAyres
08/03/10 02:57 PM
New Mods
How do I add another field to the profile page?
by Vee
08/05/10 06:02 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
stevebrummie, Neronrg, Vee, dessy, Manish
13533 Registered Users
Top Posters
AllenAyres 25565
JoshPet 11330
Rick 8373
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438
(Views)Popular Topics
Known public proxy servers 1224347
Finished-[6.5.2] Games Arcade Deluxe v1.9 375009
Integrated Index Page (IIP) 5.3.1 345193
Integrated Index Page (IIP) 5.1.1 322504
TLD Bv2.1 Released - Threads Links Directory 301614
[6.0x] Who's Online 4.0.0 [Finished] 267207
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 244632
[6.3.x] [beta] Hit Hack 2.0 197599
[7.x] Gizmo's Embedding BBCode (Pre UBB.T7.3) 173774
FlashChat & UBB.threads 169520
Forum Stats
13533 Members
59 Forums
37128 Topics
290448 Posts

Max Online: 686 @ 06/28/07 07:04 AM
Featured Member
Registered: 07/03/01
Posts: 811

 

 

 
fusionbb message board php hacks