|
Joined: Aug 2003
Posts: 71
Member
|
Member
Joined: Aug 2003
Posts: 71 |
Hello Guyz I have some Q's to ask * Q1 : - How did you add the member directory up here? * Q2 : - How did you add the moderators names in the descreption of the forums ? like this : * Q3 : - how did you do this list next to the forums  ? ![[Linked Image]](http://bo7maid.alba7ar.net/list.gif) Thanks in Advance Guyz 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
The directory in the first graphic and the content island in the 3rd graphic is in the base code for 6.5+ ubb.classic's. Check in your control panel to turn them on.
The middle one is just a template modification. Which version ubb are you running?
|
|
|
|
Joined: Aug 2003
Posts: 71
Member
|
Member
Joined: Aug 2003
Posts: 71 |
Im using 6.5 I tryed the content island but i faced a poroblem with the translation i wish if it will be modified to accept other translations like Arabic. and about the 1st graphic, where is exactly in the control panel i can add the directory link in the main board page? Thank you Allen in Advance 
|
|
|
|
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
|
Admin Emeritus
Joined: Jan 2000
Posts: 5,073 |
The Javascript problem I mentioned in the "Hello, Username" topic you started applies to the Javascript content islands as well. 
UBB.classic: Love it or hate it, it was mine.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
the directory is at the bottom of 'general display settings' 
|
|
|
|
Joined: Aug 2003
Posts: 71
Member
|
Member
Joined: Aug 2003
Posts: 71 |
I know Allen it's place and i found it, but i want to show it above next to my profile and so on I have it already in the post reply page, the PM page, but not the noncgi/ultimatebb.php page should i add something in the ultimate.cgi file or what 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
hmmm... if you have it turned on in the control panel, try clearing your cache, that may be why it isn't showing up yet 
|
|
|
|
Joined: Aug 2003
Posts: 71
Member
|
Member
Joined: Aug 2003
Posts: 71 |
I did, nothing happend yet! ![[Linked Image]](http://66.129.95.102/ubb63/noncgi/graemlins/za3lan.gif)
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
|
|
|
|
Joined: Apr 2003
Posts: 57
Member
|
Member
Joined: Apr 2003
Posts: 57 |
The problem that Mrs. B talking about is that we are using a button hack for header buttons, and when we've upgraded to 6.5 the directory link appears in every pages except the page that has button hack. Now the question is: Where can we modify these buttons link: http://66.129.95.102/ubb63/ubbcgi/ultimatebb.cgi
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
ok, in public_common.pl find: --------- if($vars_display{EnableDirectory} ne "no") { # Member Directory - ONLY IF LOGGED IN $dirlink = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=directory"><acronym title="$vars_wordlets{directory_link}"><img src="$vars_config{NonCGIURL}/$vars_style{directorylink}" border="0" alt="$vars_wordlets{directory_link}" /></acronym></a>); If you have that in there, then go into your cp, and make sure the directory is enabled. If you don't have that in there... find: ----------- sub MainButtonOptions { # Sorry folks, it just got complicated again. my($prolink, $reglink, $dirlink, $lilink, @items); if ($vars_registration{DisplayRegistration} ne 'NO') { # My Profile - ONLY IF LOGGED IN $prolink = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile"><acronym title="$vars_wordlets{profile_acronym}"><img src="$vars_config{NonCGIURL}/$vars_style{profilelink}" border="0" alt="$vars_wordlets{profile_link}" /></acronym></a>); # Log in - ONLY IF NOT LOGGED IN $lilink = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=login"><acronym title="$vars_wordlets{login_acronym}"><img src="$vars_config{NonCGIURL}/$vars_style{loginlink}" border="0" alt="$vars_wordlets{login_link}" /></acronym></a>);
if($vars_registration{SuspendRegister} ne "true") { # Register - ONLY IF NOT LOGGED IN $reglink = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=agree"><acronym title="$vars_wordlets{register_acronym}"><img src="$vars_config{NonCGIURL}/$vars_style{registerlink}" border="0" alt="$vars_wordlets{register_link}" /></acronym></a>); } # end if and add after it if($vars_display{EnableDirectory} ne "no") { # Member Directory - ONLY IF LOGGED IN $dirlink = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=directory"><acronym title="$vars_wordlets{directory_link}"><img src="$vars_config{NonCGIURL}/$vars_style{directorylink}" border="0" alt="$vars_wordlets{directory_link}" /></acronym></a>); Now I couldn't test this cause I would need to be logged in, and have a clue how to read your board  . Try that, it should be able to fix it
|
|
|
|
Joined: Apr 2003
Posts: 57
Member
|
Member
Joined: Apr 2003
Posts: 57 |
This statement is already there in public-commom.
I think you did not understand me. directory is accessable for. I just want to add directory link in the main page just after the rest of the buttons I have.
I also do not know how to put these buttons in each page top header.
Thanks for your help AL.
|
|
|
|
Joined: Apr 2003
Posts: 57
Member
|
Member
Joined: Apr 2003
Posts: 57 |
ok, I found it I forgot that I have JCtamplates :kick:
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 449
Joined: February 2008
|
|
Forums63
Topics37,575
Posts293,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|