PDA

View Full Version : Remove complete user info


rknight111
01-13-2008, 03:07 PM
In my articles section I wish to not have who posted the original article. How would I go about that?

I just want the article, no signatures or anything.

Thanks
RON

Brian
01-14-2008, 02:26 PM
If you're trying to do this on the "Browse Entries" page, then you would need to edit the 'adv_dyna_entrybits_expanded/simple' templates. If you're trying to do this on the "Show Entry" page, then you would need to edit your 'ADV_DYNA_SHOWENTRY' template and remove the code from there.

Our Sponsors
 

rknight111
01-25-2008, 10:23 AM
Any idea what coding that I would remove to get this to happen? I want no avitars to show up at all and right now my avitar is in all the main area's in the main menu as you select the area. I was trying to remove both the name and the avitar but not sure. Any help would be appreciated.

Brian
01-25-2008, 10:40 AM
The avatar can be disabled via your settings.

Admin CP => vBa Dynamics => Modify Settings => Browse Category Options => Entrybit Elements
Admin CP => vBa Dynamics => Modify Settings => Show Entry Options => Show Avatar

As for the username, just search the templates I mentioned in post #2 above for 'username' and you should find the code.

Our Sponsors
 

rknight111
01-25-2008, 01:06 PM
Sweet, it was easier than I thought, Thanks Brian.

freni32
11-13-2008, 06:41 PM
I'm in the same boat, however I just want to remove who wrote it on the homepage only, just dont want the username and the date they replied to appear or the name of the person who posted the article.

Homepage is RadarDetectorLaser.Com

Brian
11-14-2008, 08:46 AM
You could disable code in a template from being displayed on the Dynamics homepage by wrapping this tag around it:
<if condition="THIS_SCRIPT != 'dyna_index'">
Code here
</if>

freni32
11-15-2008, 11:48 PM
what would the code be I wrap this around?