Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Bidding Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-20-2004, 03:08 PM   #1 (permalink)
Contributing Member
 
GoldDust's Avatar
 
Join Date: 12-28-03
Location: East London, UK
Posts: 601
iTrader: 0 / 0%
Latest Blog:
None

GoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really nice
Send a message via MSN to GoldDust
phpbb Cell Issue

I have managed to get the cell highlight working. My forum is html and the problem i'm having is when the hand cursor is over the cell you have to click on the link to access the topic.

So, how do I configure so that the hand cursor will make the whole board clickable not just the link only.


Quote:
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#DCE4EE'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#f4f6fb';" ><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
I noticed this forum has href="sutra109961.html#109961" where on mine i have the original code still.
__________________
:: Dance Mixes :: Dance Music Directory ::
GoldDust is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-29-2004, 02:39 PM   #2 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Have you figured this out yet?
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2004, 02:51 PM   #3 (permalink)
Contributing Member
 
GoldDust's Avatar
 
Join Date: 12-28-03
Location: East London, UK
Posts: 601
iTrader: 0 / 0%
Latest Blog:
None

GoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really nice
Send a message via MSN to GoldDust
Hi Jazee,

no i didnt, i coundt work out how to get it configured for html like this forum.
__________________
:: Dance Mixes :: Dance Music Directory ::
GoldDust is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2004, 03:32 PM   #4 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
I know absolutely nothing about this, but when I look at this on phpbb.com forums, they all have onclick=whatever in theirs.

Here is one that someone posted:
[code:1:0eb49a95d9]
<td class="row1" width="100%" style="CURSOR:hand;" onMouseOver=this.style.backgroundColor="{T_TD_COLO R1}" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{topicrow.U_VIEW_TO PIC}'"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topi crow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />[/code:1:0eb49a95d9]
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2004, 03:44 PM   #5 (permalink)
Contributing Member
 
GoldDust's Avatar
 
Join Date: 12-28-03
Location: East London, UK
Posts: 601
iTrader: 0 / 0%
Latest Blog:
None

GoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really nice
Send a message via MSN to GoldDust
uhmmm see the problem im having is the posts dont click to each html desired location as do the posts on this forum.

I took a peek at this forums code and in place of the {topicrow.U_VIEW_TOPIC} code was href="sutra109961.html#109961" somethijng along those lines.I dont have this included on mine to direct each baord when clicked.
__________________
:: Dance Mixes :: Dance Music Directory ::
GoldDust is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2004, 09:23 PM   #6 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Try replacing the code you posted in the beginning of this thread with this:
[code:1:1b8ad144bf]<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#DCE4EE'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="#f4f6fb" onclick="window.location.href='{catrow.forumrow.U_ VIEWFORUM}'"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />[/code:1:1b8ad144bf]




Quote:
I took a peek at this forums code and in place of the {topicrow.U_VIEW_TOPIC} code was href="sutra109961.html#109961" somethijng along those lines.I dont have this included on mine to direct each baord when clicked.
You see that because you are seeing what the browser outputs. The actual code for it looks exactly like what I just posted here.

Try this code and see if it works.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-07-2004, 09:26 AM   #7 (permalink)
Contributing Member
 
GoldDust's Avatar
 
Join Date: 12-28-03
Location: East London, UK
Posts: 601
iTrader: 0 / 0%
Latest Blog:
None

GoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really nice
Send a message via MSN to GoldDust
Thanx Sara,
i'll give it a try later this evening
__________________
:: Dance Mixes :: Dance Music Directory ::
GoldDust is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-07-2004, 09:31 AM   #8 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Ok
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
WOMD - Issue or Non-issue John Scott Politics 1 08-02-2007 08:30 AM
Cell Higlight issue. GoldDust Coding Forum 3 06-10-2004 12:57 PM
Users Running phpBB *NEW SECURITY ISSUE FIX* Limit Coding Forum 6 01-02-2004 08:14 AM
Skin phpbb forum, edit phpbb template raciviusdawn Coding Forum 9 10-19-2003 12:02 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 12:59 PM.
© Copyright 2008 V7 Inc